From owner-freebsd-ports@FreeBSD.ORG Mon Jul 25 07:49:21 2005 Return-Path: X-Original-To: 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 70CB216A41F for ; Mon, 25 Jul 2005 07:49:21 +0000 (GMT) (envelope-from julian@vicor.com) Received: from postoffice.vicor-nb.com (postoffice.vicor.com [69.26.56.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 311D443D4C for ; Mon, 25 Jul 2005 07:49:19 +0000 (GMT) (envelope-from julian@vicor.com) Received: from localhost (localhost [127.0.0.1]) by postoffice.vicor-nb.com (Postfix) with ESMTP id CB2C74CE948 for ; Mon, 25 Jul 2005 00:49:18 -0700 (PDT) Received: from postoffice.vicor-nb.com ([127.0.0.1]) by localhost (postoffice.vicor-nb.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67448-01 for ; Mon, 25 Jul 2005 00:49:18 -0700 (PDT) Received: from [208.206.78.97] (julian.vicor-nb.com [208.206.78.97]) by postoffice.vicor-nb.com (Postfix) with ESMTP id 97EED4CE944 for ; Mon, 25 Jul 2005 00:49:18 -0700 (PDT) Message-ID: <42E4997E.8050203@vicor.com> Date: Mon, 25 Jul 2005 00:49:18 -0700 From: Julian Elischer Organization: VICOR User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050629 X-Accept-Language: en, hu MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postoffice.vicor.com Cc: Subject: 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 07:49:21 -0000 making port imake-6 on my own version of FreeBSD 6.0 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=__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 Stop in /usr/ports/devel/imake-6/work/xc/config/makedepend. # it compiled fine when I manually removed -lgnumalloc This MAY because in this company internal release uname -a returns 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 i386 so the release name doesn't have the work FreeBSD in it. either way I'm not sure why it decided to link with libgnumalloc.