From owner-freebsd-ports@FreeBSD.ORG Mon Jul 25 09:19:12 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A714516A41F for ; Mon, 25 Jul 2005 09:19:12 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D99243D46 for ; Mon, 25 Jul 2005 09:19:11 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 7025F17B826; Mon, 25 Jul 2005 11:19:10 +0200 (CEST) Received: from patsy.ijs.si ([127.0.0.1]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 80125-01-3; Mon, 25 Jul 2005 11:19:07 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 2B0E717B81D; Mon, 25 Jul 2005 11:19:05 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id CF7701702B; Mon, 25 Jul 2005 11:19:05 +0200 (CEST) From: Dejan Lesjak To: Julian Elischer Date: Mon, 25 Jul 2005 11:19:04 +0200 User-Agent: KMail/1.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200507251119.05062.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: freebsd-ports@freebsd.org Subject: Re: port failure to build imake-6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2005 09:19:12 -0000 Julian Elischer wrote: > making port imake-6 on my own version of FreeBSD 6.0 >=20 >=20 > schizo# cd work/xc/config/makedepend/ > schizo# make > rm -f makedepend > cc -o makedepend -O2 -fno-strength-reduce -fno-strict-aliasing -ansi > -pedantic -Wno-system-headers -Dasm=3D__asm -Wall -Wpointer-arith > -Wundef include.o main.o parse.o pr.o cppsetup.o ifparser.o > -L/usr/X11R6/lib -lgnumalloc -Wl,-rpath,/usr/X11R6/lib > -Wl,-rpath-link,../../exports/lib > /usr/bin/ld: cannot find -lgnumalloc > *** Error code 1 >=20 > Stop in /usr/ports/devel/imake-6/work/xc/config/makedepend. > # The same happens if you do 'make build' from port directory, right? > it compiled fine when I manually removed -lgnumalloc =46rom Makefile or just by copy-pasting that command line but without=20 =2Dlgnumalloc? >=20 >=20 > This MAY because in this company internal release uname -a returns >=20 > schizo# uname -a > FreeBSD schizo.dev.vicor-nb.com VICOR FreeBSD VICOR #0: Sat Jul 23 > 09:41:45 > UTC 2005 root@fbsd6.dev.vicor-nb.com:/usr/obj/usr/src/sys/GENERIC=20 > i386 Building on FreeBSD should show the line like this: Building on FreeBSD 6.0 amd64 [ELF] (6.0.0). somewhere in the middle of 'make configure' output. What does it show there? Could you provide xc/config/makedepend/Makefile (after doing 'make configur= e')=20 or see if there is -lgnumalloc somewhere in there? Dejan