From owner-freebsd-questions Tue Aug 6 18:21: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B6CD37B400 for ; Tue, 6 Aug 2002 18:21:01 -0700 (PDT) Received: from copper.americanisp.net (smtp01.mail.amisp.net [216.38.38.33]) by mx1.FreeBSD.org (Postfix) with SMTP id 27F1143E5E for ; Tue, 6 Aug 2002 18:21:01 -0700 (PDT) (envelope-from seanleblanc@americanisp.net) Received: (qmail 13585 invoked from network); 7 Aug 2002 01:21:09 -0000 Received: from 216-38-48-80.ip.amisp.net (HELO localhost.lakwod3.co.home.com) (216.38.48.80) by 0 with SMTP; 7 Aug 2002 01:21:09 -0000 Subject: Trying to build bbconf port Content-transfer-encoding: 8bit To: freebsd-questions@freebsd.org From: Sean LeBlanc X-mda: Mail::Internet Mail::Sendmail Sendmail +mmhack 1.1 on Linux Mail-Followup-To: freebsd-questions@freebsd.org Content-type: text/plain; charset=us-ascii User-agent: Mutt/1.3.99i Mime-version: 1.0 Content-disposition: inline Date: Tue, 6 Aug 2002 19:24:36 -0600 Message-id: <20020807012436.GB24879@hostwiththemost> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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