Hello all,
End Goal:
I am a Windows administrator and programmer. In an attempt to develop new skills, namely Linux, decided to wipe my personal laptop and install FreeBSD 10 and GNOME 2.
Issue Background:
I did a clean install of FreeBSD 10 from memory stick; downloaded, and installed the latest portsnap package. As I am nearly brand new to Linux, I don't know what I will need, so I am making one of the classic mistakes I complain about my Windows users doing. During install of gnome2, I have been selecting all options at every menu screen.
Corrected Issue:
I did run into a circular dependency issue that included the DRI port that I corrected by removing the dependency in DRI, porting DRI, and then porting the dependency I removed. After this, gnome2 install continued to progress.
Current Issue:
GNOME 2, or one of its many dependencies, require Python 2.7.5. This port fails with the error pyth.h not found. I have been unable to find this file on line, and if I did, wouldn't know where to put it.
Steps Taken:
Ported Python 3.3, to no effect.
Fetched, unpacked and made Python 2.7.5, this allowed the GNOME 2 port to progress for a while, then failed again stating the developer headers were not found.
Any help would be appreciated.
End Goal:
I am a Windows administrator and programmer. In an attempt to develop new skills, namely Linux, decided to wipe my personal laptop and install FreeBSD 10 and GNOME 2.
Issue Background:
I did a clean install of FreeBSD 10 from memory stick; downloaded, and installed the latest portsnap package. As I am nearly brand new to Linux, I don't know what I will need, so I am making one of the classic mistakes I complain about my Windows users doing. During install of gnome2, I have been selecting all options at every menu screen.
Corrected Issue:
I did run into a circular dependency issue that included the DRI port that I corrected by removing the dependency in DRI, porting DRI, and then porting the dependency I removed. After this, gnome2 install continued to progress.
Current Issue:
GNOME 2, or one of its many dependencies, require Python 2.7.5. This port fails with the error pyth.h not found. I have been unable to find this file on line, and if I did, wouldn't know where to put it.
Steps Taken:
Ported Python 3.3, to no effect.
Fetched, unpacked and made Python 2.7.5, this allowed the GNOME 2 port to progress for a while, then failed again stating the developer headers were not found.
Any help would be appreciated.