Date: Fri, 19 Sep 2003 12:14:50 -0700 From: Scott Reese <sreese@codysbooks.com> To: freebsd-ports@freebsd.org Subject: problems building several ports on fresh 4.9-PRERELEASE (x11, libbonobo) Message-ID: <20030919121450.0783954d.sreese@codysbooks.com>
next in thread | raw e-mail | index | archive | help
[please cc me in any replies as I am not subscribed to this list. Thank you.] Hello, Yesterday I installed 4.8-RELEASE on this machine and then cvsup'd my sources to RELENG_4 and updated my system. So, it's not *completely* fresh but as fresh as I can get. Next I updated my ports collection and went to build x11. No joy there (I had to install from packages using pkg_add -r). I keep getting the following error while trying to build XFree86-4-libraries: + cd /usr/ports/x11/XFree86-4-libraries/work/xc/exports/include/GL + rm -f GLwDrawA.h + ln -s ../../../lib/GLw/GLwDrawA.h . + rm -f GLwDrawAP.h + ln -s ../../../lib/GLw/GLwDrawAP.h . + rm -f GLwMDrawA.h + ln -s ../../../lib/GLw/GLwMDrawA.h . + rm -f GLwMDrawAP.h + ln -s ../../../lib/GLw/GLwMDrawAP.h . including in lib/dps... pswrap -a -o dpsctxtops.c -h dpsctxtops.h dpsctxtops.psw "dpsctxtops.psw", line 41: endps without matching defineps "dpsctxtops.psw", line 43: syntax error near text " defineps" "dpsctxtops.psw", line 45: endps without matching defineps "dpsctxtops.psw", line 49: endps without matching defineps "dpsctxtops.psw", line 53: endps without matching defineps "dpsctxtops.psw", line 57: endps without matching defineps "dpsctxtops.psw", line 61: endps without matching defineps "dpsctxtops.psw", line 65: endps without matching defineps "dpsctxtops.psw", line 69: endps without matching defineps "dpsctxtops.psw", line 73: endps without matching defineps "dpsctxtops.psw", line 77: endps without matching defineps "dpsctxtops.psw", line 81: endps without matching defineps "dpsctxtops.psw", line 85: endps without matching defineps "dpsctxtops.psw", line 89: endps without matching defineps "dpsctxtops.psw", line 93: endps without matching defineps "dpsctxtops.psw", line 97: endps without matching defineps "dpsctxtops.psw", line 101: endps without matching defineps "dpsctxtops.psw", line 105: endps without matching defineps "dpsctxtops.psw", line 109: endps without matching defineps pswrap: error in parsing dpsctxtops.psw *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib/dps. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-libraries. After I installed XFree86 from packages, I attempted to build gnome2 which has just been updated to 1.4. I keep getting stopped here while attempting to build devel/libbonobo: cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DSERVER_LIBEXECDIR=\"/usr/local/libexec\" -DBONOBO_ACTIVATION_LOCALEDIR=\"/usr/local/share/locale\" -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DVERSION=\"2.4.0\" -DG_DISABLE_DEPRECATED -I/usr/local/include -O -pipe -c ./Bonobo_GenericFactory-common.c -Wp,-MD,.deps/Bonobo_GenericFactory-common.TPlo -fPIC -DPIC -o .libs/Bonobo_GenericFactory-common.o cc: ./Bonobo_GenericFactory-common.c: No such file or directory cc: No input files specified gmake[3]: *** [Bonobo_GenericFactory-common.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/libbonobo/work/libbonobo-2.4.0/bonobo-activation' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/devel/libbonobo/work/libbonobo-2.4.0/bonobo-activation' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/libbonobo/work/libbonobo-2.4.0' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/devel/libbonobo. *** Error code 1 Stop in /usr/ports/devel/libbonobo. *** Error code 1 Stop in /usr/ports/x11/gnomeapplets2. *** Error code 1 Stop in /usr/ports/x11/gnomeapplets2. *** Error code 1 Stop in /usr/ports/x11/gnome2. *** Error code 1 Stop in /usr/ports/x11/gnome2. My ports collection is fresh as of just a few minutes ago. Any idea as to why these builds are failing? I would be happy to supply any further information as needed. Thank you, Scott
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030919121450.0783954d.sreese>