a7d4
![]() |
|
|
|
|
|||||||
| Porting New Software Having trouble or general questions about porting software to FreeBSD? Ask here. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Good day.
I tried to install PyInstaller (downloaded its sources from official website) and found out lack of 'build-essential' and 'python-dev' ports in the official FreeBSD ports tree. It requires these 2 dependencies to work correctly. Without them it dies: Code:
checking Analysis
checking PYZ
checking PKG
checking EXE
building because outEXE2.toc missing or bad
building EXE from outEXE2.toc
Traceback (most recent call last):
File "Build.py", line 1160, in <module>
main(args[0], configfilename=opts.configfile)
File "Build.py", line 1148, in main
build(specfile)
File "Build.py", line 1111, in build
execfile(spec)
File "snake_start/snake_start.spec", line 12, in <module>
console=1 )
File "Build.py", line 663, in __init__
self.__postinit__()
File "Build.py", line 196, in __postinit__
self.assemble()
File "Build.py", line 748, in assemble
self.copy(exe, outf)
File "Build.py", line 764, in copy
inf = open(fnm, 'rb')
IOError: [Errno 2] No such file or directory: 'support/loader/run'
Thanks. |
|
#2
|
||||
|
||||
|
Code:
make search name=python-devel Code:
Port: lang/python-devel Moved: lang/python25 Date: 2006-10-09 Reason: moved to lang/python25
__________________
==================================== | -------> UNIX. Live Free Or Die! <-------- | ==================================== You can say: I can't do something because is difficult. You must say: I tried a lot before say that I can't. Never Give up. http://unixsystems.dyndns.org/ I am not an BSD expert. But I really want to help. Don't afraid to ask me anything. If I can I will help! Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416 Last edited by sk8harddiefast; December 11th, 2010 at 00:11. |
|
#3
|
||||
|
||||
|
build-essential is a debian meta-blob installation of gcc iirc.
I never really understood the concept of having a unix-like system without a compiler. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to find device node for /dev/ad8s1b in /dev! | BSDRich | Installing & Upgrading | 13 | March 8th, 2012 07:46 |
| Error: Unable to find device node for /dev/ad4s1b in /dev ! | Umniscient | Installing & Upgrading | 1 | September 5th, 2010 01:54 |
| [Solved] ZFS Essentials | xy16644 | General | 10 | January 16th, 2010 15:41 |
| gnome2 build & old firefox/python ports | polishdude | Installation and Maintenance of FreeBSD Ports or Packages | 8 | September 7th, 2009 18:59 |
| Python Ports | dchappelle | Installation and Maintenance of FreeBSD Ports or Packages | 7 | January 10th, 2009 08:45 |