Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  4 Oct 2003 17:27:19 +0200
From:      Nagilum <nagilum@papendorf-se.de>
To:        Johan Huldtgren <sauron@obitus.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: devel/imake-4 errors out on mkhtmlindex
Message-ID:  <1065281239.3f7ee6d71f46b@www.psecalw.de>

next in thread | raw e-mail | index | archive | help
Hi Johan,
I just stumbled over the same problem, it turned out to be a perl problem.
After installing perl from the ports one should do something like
# use.perl ports
this creates some symlinks to make perl apps run with the new perl. Apparently
one of these links was missing and use.perl did not run, so I had to do:
# ln -s /usr/local/bin/perl /usr/bin/perl5
to fix this. Now imake-4 install runs fine.
Btw. XFree-4-libraries suffers from the same problem.
Best regards,
Alexander.

Quoting Johan Huldtgren:

Posted this about a week ago, perhaps I'll have better luck this time..

---------- Forwarded message ----------
Hi,

I've beem trying to upgrade the devel/imake-4 port for a few days now,
and I'm hitting an odd error. I've done some googling as well as been
through the archives and have not seen any mention of this at all. The
port builds fine, but during the install:

<snipp>
install.man in config/util done
installing man pages in config/pswrap...
+ /usr/bin/install -c -m 0444 pswrap.1.html
/usr/X11R6/lib/X11/doc/html/pswrap.1.html
rm -f /usr/X11R6/man/man1/pswrap.1*
/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
===>   Generating temporary packing list
mkhtmlindex:No such file or directory
*** Error code 1

Stop in /usr/ports/devel/imake-4.
*** Error code 1
<snipp>

I have scripted it all so if more than this snipp is required just let me
know.

I updated my ports last night (Apr 3rd) at 03:00 CET.


[root@mordor root]# uname -a
FreeBSD mordor.obitus.org 4.4-20011213-STABLE FreeBSD 4.4-20011213-STABLE
#0: Fri Dec 21 21:21:34 CET 2001
root@mordor.obitus.org:/usr/src/sys/compile/SAURON  i386


[root@mordor root]# more /etc/make.conf
CPUTYPE=i686
CFLAGS= -O -pipe
CXXFLAGS+= -fmemoize-lookups -fsave-memoized
COPTFLAGS= -O -pipe

NO_X=true
NO_BIND=true
NOGAMES=true
NOPROFILE=true
NOUUCP=true

MAKE_IDEA=YES
NO_MAKEDEV= true
COMPAT3X=yes
BOOTWAIT=0
HAVE_MOTIF=YES
USA_RESIDENT=NO

XFREE86_VERSION=4
TOP_TABLE_SIZE=101


Thanks for any info on solving this,

- Johan


========================================================================
#    _  __          _ __     http://www.nagilum.org/ \n icq://69646724 #
#   / |/ /__ ____ _(_) /_ ____ _  justanotherguy@web.de \n +1776461165 #
#  /    / _ `/ _ `/ / / // /  ' \  Amiga (68k/PPC): AOS/NetBSD/Linux   #
# /_/|_/\_,_/\_, /_/_/\_,_/_/_/_/  Mac (PPC): MacOS9 / Linux / MacOS-X #
#           /___/ x86: Linux/FreeBSD/QNX/Win98SE/WinXP  ARM9: EPOC EV6 #
========================================================================


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1065281239.3f7ee6d71f46b>