Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2008 14:56:05 +0900 (JST)
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Subject:   ports/119969: building devel/liboil fails
Message-ID:  <200801250556.m0P5u5cs003744@polymer3.scphys.kyoto-u.ac.jp>
Resent-Message-ID: <200801250600.m0P607dA020083@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         119969
>Category:       ports
>Synopsis:       building devel/liboil fails
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 25 06:00:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 6.3-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD polymer3.scphys.kyoto-u.ac.jp 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #11: Wed Jan 16 16:30:07 JST 2008 turutani@polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386


	
>Description:
	building devel/liboil fails when WITH_3DNOW_GCC40=1 is pointed.
	
>How-To-Repeat:
	% cd /usr/ports/devel/liboil
	% make WITH_3DNOW_GCC40=1
	===>  liboil-0.3.12 Unknown version of GCC specified (USE_GCC=4.0+).
	*** Error code 1
	
	Stop in /usr/ports/devel/liboil.
	%
	
>Fix:
	Replace "USE_GCC= 4.0+" by "USE_GCC= 4.1+" in Makefile.
	However, problems can happen if other gcc is removed from ports tree.
	I do not know why the ports does not allow to point 
	non-existing version of gcc.
	I guess it is difficult to install gcc by dependency on such a case.
	But, installing the higher version can be installed.
	At least ever existed versions can be kept in bsd.gcc.mk.
	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801250556.m0P5u5cs003744>