Still unable to compile Horde
Heinrich Rebehn
rebehn at ant.uni-bremen.de
Tue Jan 25 03:25:12 PST 2005
Simon 'corecode' Schubert wrote:
On Friday, 21. January 2005 15:44, Heinrich Rebehn wrote:
I don't know what's happened now. I changed the file and got:
root at dfbsd [/usr/ports/www/horde] # make
===> Vulnerability check disabled, database not found
===> Extracting for horde-3.0.2
=> Checksum OK for horde-3.0.2.tar.gz.
===> Patching for horde-3.0.2
===> Applying FreeBSD patches for horde-3.0.2
===> Configuring for horde-3.0.2
root at dfbsd [/usr/ports/www/horde] #
looks good. it's done :)
It simply does not make anything anymore. I changed
/usr/share/mk/bsd.port.mk back, but no avail.
try make install. horde is just a bunch of php scripts, so they don't need to
be compiled at all.
cheers
simon
Hi all,
In a new attempt, i reinstalled dfbsd from scratch and this time also
installed the dfports (which i had forgotten the first time).
I then tried again to compile horde.
First thing i noticed i was told to put XFREE86_VERSION=4 into
/etc/make.conf:
########################################################################
===> Verifying install for X11.6 in /usr/ports/x11/XFree86-4-libraries
WARNING, USING DRAGONFLY OVERRIDE /usr/dfports/x11/XFree86-4-libraries
cd /usr/dfports/x11/XFree86-4-libraries && make install
If you use the XFree86-4 ports you must have XFREE86_VERSION=4
set in your /etc/make.conf.
*** Error code 1
#########################################################################
I did that and continued the build. Now it stuck at:
#########################################################################
/usr/bin/install -c -m 0444 pswrap._man /usr/X11R6/man/man1/pswrap.1
gzip -n /usr/X11R6/man/man1/pswrap.1
install.man in config/pswrap done
/usr/X11R6/lib/X11/doc/html:Permission denied
*** Error code 1
Stop in /usr/dfports/devel/imake-4.
*** Error code 1
##########################################################################
I can't figure out what's wrong here, tried make -v but that did not
help me either.
Any idea why make wants to exec /usr/X11R6/lib/X11/doc/html ??
###############################################################
44276 make CALL vfork
44645 make RET fork 0
44645 make CALL execve(0x80ba800,0x8082004,0x807f000)
44645 make NAMI "/usr/X11R6/lib/X11/doc/html"
44645 make RET execve -1 errno 13 Permission denied
44645 make CALL stat(0x80ba800,0xbfbfe890)
44645 make NAMI "/usr/X11R6/lib/X11/doc/html"
44645 make RET stat 0
################################################################
After removing post-install from imake-4's Makefile, horde's make
install proceeded until the next error:
#################################################################
installing man pages in nls/XI18N_OBJS...
install.man in nls/XI18N_OBJS done
install.man in programs/Xserver/include done
install.man in programs/Xserver/hw/xfree86/parser done
/usr/X11R6/lib/X11/doc/html:Permission denied
*** Error code 1
Stop in /usr/dfports/x11/XFree86-4-libraries.
root at dfbsd [/usr/dfports/x11/XFree86-4-libraries] #
##################################################################
Seems to be the same error as with imake-4. What's wrong here ???
--Heinrich
More information about the Users
mailing list