From nobody@FreeBSD.org  Sat Dec 11 11:19:21 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B756816A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 11 Dec 2004 11:19:21 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9F99C43D53
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 11 Dec 2004 11:19:21 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iBBBJLA3043650
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 11 Dec 2004 11:19:21 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id iBBBJLpP043647;
	Sat, 11 Dec 2004 11:19:21 GMT
	(envelope-from nobody)
Message-Id: <200412111119.iBBBJLpP043647@www.freebsd.org>
Date: Sat, 11 Dec 2004 11:19:21 GMT
From: Tim Hawkins <timh@contentspace.demon.co.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: port devel/gnustep-make claims C complier does not work 
X-Send-Pr-Version: www-2.3

>Number:         74940
>Category:       ports
>Synopsis:       port devel/gnustep-make claims C complier does not work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 11 11:20:13 GMT 2004
>Closed-Date:    Tue Dec 14 05:45:20 CET 2004
>Last-Modified:  Tue Dec 14 05:45:20 CET 2004
>Originator:     Tim Hawkins
>Release:        6.0 Current
>Organization:
Yahoo Europe
>Environment:
FreeBSD godzuki.contentspace.priv 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sat Nov 13 19:43:56 UTC 2004     root@godzuki.contentspace.priv:/usr/obj/usr/src/sys/GENERIC-current-locali386
   
>Description:
timh@godzuki$ cd /usr/ports/devel/gnustep-make
timh@godzuki$ sudo make install
Password:
===>   gnustep-make-1.10.0 depends on file: /usr/local/lib/libcallback.a - found
===>   gnustep-make-1.10.0 depends on file: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.0/3.3.5/libobjc.so - found
===>   gnustep-make-1.10.0 depends on executable: gmake - found
===>  Configuring for gnustep-make-1.10.0
checking for gcc... gcc33
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
===>  Script "configure" failed unexpectedly.
Please report the problem to dinoex@FreeBSD.org [maintainer] and attach the
"/usr/ports/devel/gnustep-make/work/gnustep-make-1.10.0/config.log" including
the output of the failure of your make command. Also, it might be a good idea
to provide an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/devel/gnustep-make.
timh@godzuki$                        
>How-To-Repeat:
make install clean in /usr/ports/devel/gnustep-make   
>Fix:
      
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dinoex 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Dec 11 20:52:55 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74940 
State-Changed-From-To: open->feedback 
State-Changed-By: dinoex 
State-Changed-When: Sat Dec 11 22:23:38 CET 2004 
State-Changed-Why:  

please verify: 
ldconfig -r | grep libobjc 

if this is empty, please reinstall gcc-objc. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=74940 
State-Changed-From-To: feedback->closed 
State-Changed-By: dinoex 
State-Changed-When: Tue Dec 14 05:21:39 CET 2004 
State-Changed-Why:  

when gcc-objc is installed it extends the path of shared libs 
with "${TARGLIB}". This is not preserved on reboot. 

gnustep-base does install /usr/local/etc/rc.d/GNUstep.sh 
which reaneble the use of "${TARGLIB}". 

TARGLIB contains the FreeBSD release number, 
so this is only a problme when the freebsd release number 
is updated without updating the gcc-obj port after this. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=74940 
>Unformatted:
