Date: Tue, 22 Oct 2002 10:17:59 +0200 (CEST) From: Volker Stolz <vs@foldr.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44374: lang/gcc32 can't find iconv on -STABLE Message-ID: <200210220817.g9M8HxBq006163@monster.ikea.net>
next in thread | raw e-mail | index | archive | help
>Number: 44374 >Category: ports >Synopsis: lang/gcc32 can't find iconv on -STABLE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 22 01:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.6-STABLE i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD monster.ikea.net 4.6-STABLE FreeBSD 4.6-STABLE #19: Sun Aug 11 16:08:23 CEST 2002 root@monster.ikea.net:/usr/obj/usr/src/sys/MONSTER i386 >Description: lang/gcc32 tries to link in libiconv, but /usr/local/lib is not in the library search path (nor is there a dependency for this in the Makefile): stage1/xgcc -Bstage1/ -B/usr/local/i386-portbld-freebsd4.6/bin/ -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -o jc1 \ java/parse.o java/class.o java/decl.o java/expr.o java/constants.o java/lang.o java/typeck.o java/except.o java/verify.o java/zextract.o java/jcf-io.o java/jcf-parse.o java/mangle.o java/mangle_name.o java/builtins.o java/jcf-write.o java/buffer.o java/check-init.o java/jcf-depend.o java/jcf-path.o java/xref.o java/boehm.o mkdeps.o main.o libbackend.a -lz -liconv ../libiberty/libiberty.a /usr/libexec/elf/ld: cannot find -liconv collect2: ld returned 1 exit status gmake[2]: *** [jc1] Error 1 gmake[2]: Leaving directory `/usr/ports/lang/gcc32/work/build/gcc' >How-To-Repeat: cd /usr/ports/lang/gcc32 && make >Fix: Sneaking in a -L${LOCALBASE}/lib might help. [BTW: pkg-comment says that's gcc 3.1] >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210220817.g9M8HxBq006163>