Re: mydns fails to build

2008-11-28 Thread Mel
On Friday 28 November 2008 02:59:57 Yury Michurin wrote:
 Hello,
 I were trying to build /usr/ports/dns/mydns , the build failed with:

 ---snip---
 /bin/sh ../../libtool --mode=link cc  -O2 -fno-strict-aliasing -pipe
 -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char
 -rpath=/usr/lib:/usr/local/lib -static -o mydns  alias.o axfr.o cache.o
 conf.o data.o db.o encode.o  error.o listen.o main.o  queue.o recursive.o
 reply.o  resolve.o rr.o sort.o status.o  task.o tcp.o udp.o update.o
 ../../src/lib/libmydns.a ../../lib/libmydnsutil.a /usr/local/lib/libintl.so
 -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
 -L/usr/local/lib/mysql -lmysqlclient -L/usr/lib -lz -L/usr/lib -lssl
 -lcrypto   -lm
 mkdir .libs
  /bin/sh ../../libtool --mode=link cc   -O2 -fno-strict-aliasing -pipe
  -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char
  -rpath=/usr/lib:/usr/local/lib -static -o mydns  alias.o axfr.o cache.o
  conf.o data.o db.o encode.o  error.o listen.o main.o  queue.o recursive.o
  reply.o  resolve.o rr.o sort.o status.o  task.o tcp.o udp.o update.o
  ../../src/lib/libmydns.a ../../lib/libmydnsutil.a  -L/usr/local/lib/mysql
  -lmysqlclient -L/usr/lib -lz -L/usr/lib -lssl -lcrypto   -lm

My line looks like this. The difference being gettext. Can you try building 
with WITHOUT_NLS=yes?

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mydns fails to build

2008-11-28 Thread Yury Michurin
Hello,

I've just tried, it seems to be failing in the same spot:

/bin/sh ../../libtool --mode=link cc  -O2 -fno-strict-aliasing -pipe
-fomit-fram
e-pointer -finline-functions -ffast-math -funsigned-char
-rpath=/usr/lib:/usr/
local/lib -static -o mydns  alias.o axfr.o cache.o  conf.o data.o db.o
encode.o
error.o listen.o main.o  queue.o recursive.o reply.o  resolve.o rr.o sort.o
sta
tus.o  task.o tcp.o udp.o update.o ../../src/lib/libmydns.a
../../lib/libmydnsut
il.a  -L/usr/local/lib/mysql -lmysqlclient -L/usr/lib -lz -L/usr/lib -lssl
-lcry
pto   -lm mkdir .libs
libtool: link: cannot find the library `'
*** Error code 1

Stop in /usr/ports/dns/mydns/work/mydns-1.1.0/src/mydns.
*** Error code 1

Stop in /usr/ports/dns/mydns/work/mydns-1.1.0/src.
*** Error code 1

Stop in /usr/ports/dns/mydns/work/mydns-1.1.0.
*** Error code 1

Stop in /usr/ports/dns/mydns/work/mydns-1.1.0.
*** Error code 1

Stop in /usr/ports/dns/mydns.


On Fri, Nov 28, 2008 at 10:29 AM, Mel
[EMAIL PROTECTED]wrote:

 On Friday 28 November 2008 02:59:57 Yury Michurin wrote:
  Hello,
  I were trying to build /usr/ports/dns/mydns , the build failed with:
 
  ---snip---
  /bin/sh ../../libtool --mode=link cc  -O2 -fno-strict-aliasing -pipe
  -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char
  -rpath=/usr/lib:/usr/local/lib -static -o mydns  alias.o axfr.o cache.o
  conf.o data.o db.o encode.o  error.o listen.o main.o  queue.o recursive.o
  reply.o  resolve.o rr.o sort.o status.o  task.o tcp.o udp.o update.o
  ../../src/lib/libmydns.a ../../lib/libmydnsutil.a
 /usr/local/lib/libintl.so
  -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
  -L/usr/local/lib/mysql -lmysqlclient -L/usr/lib -lz -L/usr/lib -lssl
  -lcrypto   -lm
  mkdir .libs
  /bin/sh ../../libtool --mode=link cc   -O2 -fno-strict-aliasing -pipe
  -fomit-frame-pointer -finline-functions -ffast-math -funsigned-char
  -rpath=/usr/lib:/usr/local/lib -static -o mydns  alias.o axfr.o cache.o
  conf.o data.o db.o encode.o  error.o listen.o main.o  queue.o recursive.o
  reply.o  resolve.o rr.o sort.o status.o  task.o tcp.o udp.o update.o
   ../../src/lib/libmydns.a ../../lib/libmydnsutil.a  -L/usr/local/lib/mysql
   -lmysqlclient -L/usr/lib -lz -L/usr/lib -lssl -lcrypto   -lm

 My line looks like this. The difference being gettext. Can you try building
 with WITHOUT_NLS=yes?

 --
 Mel

 Problem with today's modular software: they start with the modules
and never get to the software part.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]