DragonFly users List (threaded) for 2005-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Still unable to compile Horde
Joerg Sonnenberger wrote:
On Tue, Jan 25, 2005 at 05:53:24PM +0100, Andreas Kohn wrote:
Could be that it tries something like
$CMD /usr/X11R6/lib/X11/doc/html
where $CMD is supposed to contain some command to run, but $CMD is
empty for some reasons.
Yep, and CMD was defined before but got removed from
ports/Mk/bsd.port.mk :(
Joerg
Thanks for your replies. After just removing the offending line from the
Makefile, horde's make install proceeded to:
#########################################################################
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory
`/usr/ports/devel/t1lib/work/t1lib-5.0.1/examples'
gmake[1]: Entering directory
`/usr/ports/devel/t1lib/work/t1lib-5.0.1/xglyph'
. ./libtool --mode=link \
cc -o xglyph xglyph.lo ../lib/libt1x.la ../lib/libt1.la \
-L/usr/X11R6/lib -lXaw -lXt -lXmu -lSM -lICE
-lXext -lX11 -lm
cc -o .libs/xglyph xglyph.o ../lib/.libs/libt1x.so ../lib/.libs/libt1.so
-L/usr/X11R6/lib -lXaw -lXt -lXmu -lSM -lICE -lXext -lX11 -lm
-Wl,--rpath -Wl,/usr/local/lib
/usr/X11R6/lib/libXaw.a(Pixmap.o): In function `XPixmapLoader':
Pixmap.o(.text+0x1b14): undefined reference to `XpmReadFileToPixmap'
gmake[1]: *** [xglyph] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/t1lib/work/t1lib-5.0.1/xglyph'
gmake: *** [XXXX] Error 1
*** Error code 2
Stop in /usr/ports/devel/t1lib.
*** Error code 1
Stop in /usr/ports/graphics/php4-gd.
*** Error code 1
Stop in /usr/ports/www/horde.
root@dfbsd [/usr/ports/www/horde] #
########################################################################
After adding a missing "-lXpm" to the Makefile, horde eventually
installed !!!!!
Seems that the ports system is a little bit screwed up.
But after all, horde pulled in as much as 72 packages, so i hope i will
have less trouble compiling the other applications we need (samba,
postgres, dhcp, tftp...)
Thanks to all who helped!
--Heinrich
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]