Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Jan 2015 02:43:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196410] dns/idnkit fails to compile with integrated libiconv
Message-ID:  <bug-196410-13-ia509V6Npu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196410-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196410-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196410

--- Comment #1 from Sergey Zhmylove <zhmylove@narod.ru> ---
Emm, dns/bind910 fails too with the same reason:

 cc -pthread  -I/usr/ports/dns/bind910/work/bind-9.10.1-P1 -I../.. -I./include
-I/usr/ports/dns/bind910/work/bind-9.10.1-P1/lib/dns/include 
-I../../lib/dns/include
-I/usr/ports/dns/bind910/work/bind-9.10.1-P1/lib/bind9/include 
-I../../lib/bind9/include 
-I/usr/ports/dns/bind910/work/bind-9.10.1-P1/lib/isc/include  -I../../lib/isc 
-I../../lib/isc/include  -I../../lib/isc/unix/include 
-I../../lib/isc/pthreads/include  -I../../lib/isc/x86_32/include
-I/usr/ports/dns/bind910/work/bind-9.10.1-P1/lib/lwres/include 
-I../../lib/lwres/unix/include  -I../../lib/lwres/include
-I/usr/ports/dns/bind910/work/bind-9.10.1-P1/lib/isccfg/include 
-I../../lib/isccfg/include -I/usr/local/include  -D_REENTRANT
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"9.10.1-P1\" -DOPENSSL
-DDIG_SIGCHASE=1 -D_THREAD_SAFE -O2 -pipe -march=k8-sse3  -fstack-protector
-fno-strict-aliasing -I/usr/local/include/libxml2 -I/usr/local/include   -W
-Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith
-fno-strict-aliasing   -Wl,-rpath,/usr/lib:/usr/local/lib -fstack-protector -o
digtmp2 ${BASEOBJS} dig-symtbl.o  ${LIBS0} ../../lib/lwres/liblwres.a
../../lib/bind9/libbind9.a ../../lib/isccfg/libisccfg.a 
../../lib/isc/libisc-nosymtbl.a -L/usr/local/lib -lidnkit -L/usr/local/lib
-R/usr/local/lib -liconv  -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv
-lm;   ../../util/mksymtbl.pl  -o dig-symtbl2.c digtmp2;  done ;  mv digtmp2
dig;  rm -f digtmp0 digtmp1 digtmp2 dig-symtbl2.c;  fi
cc: error: unknown argument: '-R/usr/local/lib'
*** Error code 1

Stop.
make[4]: stopped in /usr/ports/dns/bind910/work/bind-9.10.1-P1/bin/dig
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/dns/bind910/work/bind-9.10.1-P1/bin
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/dns/bind910/work/bind-9.10.1-P1
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/dns/bind910
*** Error code 1

Stop.
make: stopped in /usr/ports/dns/bind910


The workaround is the same.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196410-13-ia509V6Npu>