Date: Tue, 23 Apr 2002 13:42:06 +0100 From: Eivind Hagen <kilroy@diku.dk> To: Roman Neuhauser <neuhauser@mail.cz> Cc: freebsd-questions@freebsd.org Subject: Re: Freebsd 4.5-stable ports problem Message-ID: <3CC5569D.30C36029@diku.dk> References: <3CC49849.2EBCF4EE@diku.dk> <20020423102050.GE27975@roman.mobil.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
Roman Neuhauser wrote: > > If I try to 'make' certain ports which requires the port "libiconv" (or > > more specifically "iconv.3") the process fails. I've tried to reinstall > > "libiconv" - this completes fine, but doesn't solve the problem. > > > > Mozilla, kde and imwheel fails to install. I could install VIM without > > any problems - though it seems this port also uses "libiconv". > > > > Here is the output, trying to 'make' /usr/ports/x11/imwheel > > > > ===> Extracting for imwheel-0.9.9 > > >> Checksum OK for imwheel-0.9.9.tar.gz. > > ===> imwheel-0.9.9 depends on executable: gmake - not found > > ===> Verifying install for gmake in /usr/ports/devel/gmake > > ===> Extracting for gmake-3.79.1_1 > > >> Checksum OK for make-3.79.1.tar.gz. > > ===> gmake-3.79.1_1 depends on shared library: intl.2 - not found > > ===> Verifying install for intl.2 in /usr/ports/devel/gettext > > ===> Extracting for gettext-0.11.1_1 > > >> Checksum OK for gettext-0.11.1.tar.gz. > > ===> gettext-0.11.1_1 depends on executable: bison - not found > > ===> Verifying install for bison in /usr/ports/devel/bison > > ===> Extracting for bison-1.35 > > >> Checksum OK for bison-1.35.tar.bz2. > > ===> bison-1.35 depends on shared library: iconv.3 - not found > > ===> Verifying install for iconv.3 in /usr/ports/converters/libiconv > > ===> Returning to build of bison-1.35 > > Error: shared library "iconv.3" does not exist > > *** Error code 1 > > this is just a shot in the dark, but try to > > > make clean install -DFORCE_PKG_REGISTER > > in /usr/ports/converters/libiconv > The command above completes without any problems. However it doesn't solve the problem! 'make imwheel' still reports the same error. Any other suggestions? will be greatly appreciated! Eivind To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CC5569D.30C36029>