View Single Post
  #4   (View Single Post)  
Old 6th March 2009
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

Code:
root@pcbsd# scripts/Fbuild.sh
Traceback (most recent call last):
  File "./develop.py", line 676, in <module>
    main(sys.argv[1:])
  File "./develop.py", line 607, in main
    setup = setup_platform[sys.platform]()
KeyError: 'freebsd7'
The problem is in develop.py, add "freebsd7" needs to be added to the setup_platform dict, this dict is defined in develop.py or in one of the imports ...
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote