Date: Tue, 6 Aug 2002 19:24:36 -0600 From: Sean LeBlanc <seanleblanc@americanisp.net> To: freebsd-questions@freebsd.org Subject: Trying to build bbconf port Message-ID: <20020807012436.GB24879@hostwiththemost>
next in thread | raw e-mail | index | archive | help
I'm trying to build bbconf. However, partway into the make process, it gives a bunch of errors of the form of: /usr/local/lib/libjpeg.a(jdsample.o): In function `jinit_upsampler': jdsample.o(.text+0x488): multiple definition of `jinit_upsampler' /usr/local/lib/libjpeg.a(jdsample.o)(.text+0x488): first defined here /usr/local/lib/libjpeg.a(jdcolor.o): In function `jinit_color_deconverter': jdcolor.o(.text+0x410): multiple definition of `jinit_color_deconverter' /usr/local/lib/libjpeg.a(jdcolor.o)(.text+0x410): first defined here /usr/local/lib/libjpeg.a(jquant1.o): In function `jinit_1pass_quantizer': jquant1.o(.text+0xbb0): multiple definition of `jinit_1pass_quantizer' /usr/local/lib/libjpeg.a(jquant1.o)(.text+0xbb0): first defined here /usr/local/lib/libjpeg.a(jquant2.o): In function `jinit_2pass_quantizer': jquant2.o(.text+0x11dc): multiple definition of `jinit_2pass_quantizer' /usr/local/lib/libjpeg.a(jquant2.o)(.text+0x11dc): first defined here /usr/local/lib/libjpeg.a(jdmerge.o): In function `jinit_merged_upsampler': jdmerge.o(.text+0x568): multiple definition of `jinit_merged_upsampler' /usr/local/lib/libjpeg.a According to Makefile, this is port version 1.4. I'm only trying to install this to get general config tools going, but I'm also having trouble with the bbkeys port - I can make and make install, but when run, it complains about a missing file and stops: "Can't execvp bbkeysconf.pl -rcfile /home/sean/.bbkeysrc". bbkeysconf.pl is in /usr/X11R6/bin, and that's in my PATH, so I'm not sure what the deal is here. I even tried touch'ing a file in my home dir. Side note: How can one capture both stderr and stdout from a make? I thought it was like this: make 1>&2 foo.file, but no joy. TIA, -- Sean LeBlanc:seanleblanc@americanisp.net I have learned silence from the talkative, toleration from the intolerant, and kindness from the unkind; yet, strange, I am ungrateful to these teachers. -Kahlil Gibran (contributed by Chris Johnston) 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?20020807012436.GB24879>