L Lima Sep 14, 2011 #1 Hello, I´m trying to install xorg but get the message Code: python27-2.7.2_1 is marked as broken I tried pkg_add to install python but get the message Code: could not fetch Being pretty new to FreeBSD I don't know what to do.
Hello, I´m trying to install xorg but get the message Code: python27-2.7.2_1 is marked as broken I tried pkg_add to install python but get the message Code: could not fetch Being pretty new to FreeBSD I don't know what to do.
wblock@ Developer Sep 14, 2011 #2 The rest of the "marked as broken" message should say why. That would be due to PTH, so disable that. # cd /usr/ports/lang/python27 # make config Uncheck the PTH option. # make clean Then continue on with xorg.
The rest of the "marked as broken" message should say why. That would be due to PTH, so disable that. # cd /usr/ports/lang/python27 # make config Uncheck the PTH option. # make clean Then continue on with xorg.