Compiling ports
From: Adam Bender (abender_at_andrew.cmu.edu)
Date: 08/30/03
- Previous message: Kevin Stevens: "Re: Why people are not satisfied with FreeBSD?"
- Next in thread: Adam McLaurin: "Re: Compiling ports"
- Reply: Adam McLaurin: "Re: Compiling ports"
- Reply: Joshua Oreman: "Re: Compiling ports"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 30 Aug 2003 15:55:57 -0400 (EDT) To: freebsd-questions@freebsd.org
OK, sorry to deluge the list with questions, but now I've having serious
problems compiling ports.
Xfd won't compile:
===> Building for Xft-2.1.2
gmake all-am
gmake[1]: Entering directory `/usr/ports/x11-fonts/Xft/work/xft-2.1.2'
source='xftdpy.c' object='xftdpy.lo' libtool=yes \
[...snip...]
xftdpy.c: In function `XftDefaultSubstitute':
xftdpy.c:484: `FC_RGBA_UNKNOWN' undeclared (first use in this function)
xftdpy.c:484: (Each undeclared identifier is reported only once
xftdpy.c:484: for each function it appears in.)
gmake[1]: *** [xftdpy.lo] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-fonts/Xft/work/xft-2.1.2'
gmake: *** [all] Error 2
*** Error code 2
Stop in /usr/ports/x11-fonts/Xft.
*** Error code 1
Stop in /usr/ports/www/mozilla-firebird.
Xscreensaver won't compile:
===> Building for xscreensaver-4.10
[...snip...]
./demo-Gtk.c:74: gtk/gtk.h: No such file or directory
./demo-Gtk.c:81: gdk/gdkx.h: No such file or directory
In file included from ./demo-Gtk.c:113:
demo-Gtk-support.h:9: gtk/gtk.h: No such file or directory
In file included from ./demo-Gtk.c:112:
demo-Gtk-widgets.h:5: syntax error before `*'
[...snip...]
gmake[1]: *** [demo-Gtk.o] Error 1
gmake[1]: Leaving directory
`/usr/ports/x11/xscreensaver/work/xscreensaver-4.10/driver'
gmake: *** [all] Error 5
*** Error code 2
Stop in /usr/ports/x11/xscreensaver.
I ran `make install` on both of those cases. I then wanted to use
portupgrade, which installs:
# uname -a
FreeBSD 68.162.128.185 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Sat Nov 16
20:36:05 EST 2002 root@proteus.res.cmu.edu:/usr/src/sys/compile/adam
i386# pkg_info | grep portupgrade
portupgrade-20030723 FreeBSD ports/packages administration and management
tool s
but isn't found:
# portupgrade
su: portupgrade: command not found
I'm about ready to pull my hair out. Any help is greatly appreciated.
Adam
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Kevin Stevens: "Re: Why people are not satisfied with FreeBSD?"
- Next in thread: Adam McLaurin: "Re: Compiling ports"
- Reply: Adam McLaurin: "Re: Compiling ports"
- Reply: Joshua Oreman: "Re: Compiling ports"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|