Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2000 20:39:07 +0800 (CST)
From:      Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18093: lang/gcc-devel install error
Message-ID:  <200004191239.UAA84186@Crazyman.Dorm13.NCTU.edu.tw>

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

>Number:         18093
>Category:       ports
>Synopsis:       lang/gcc-devel install error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 19 05:50:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Yin-Jieh Chen
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
NCTU CSIE FreeBSD Users' Group
>Environment:
FreeBSD Crazyman.Dorm13.NCTU.edu.tw 4.0-STABLE FreeBSD 4.0-STABLE #4: Sat Apr 15
 22:14:23 CST 2000     root@Crazyman.Dorm13.NCTU.edu.tw:/usr/src/sys/compile/YIN
JIEH  i386

	ports CTM updated to ports-cur.3258

>Description:

	When installing lang/gcc-devel,
	it cannot find

	${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${EGCS_REV}/cc1 \
	${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${EGCS_REV}/cc1obj \
	${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${EGCS_REV}/cc1plus \ 
	${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${EGCS_REV}/cpp \
	${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${EGCS_REV}/collect2 \
	${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${EGCS_REV}/f771

	to strip because of the wrong(?) ${EGCS_REV} variable.

>How-To-Repeat:

	$ cd {PORTSDIR}/lang/gcc-devel
	$ make install

>Fix:

	Just change ${EGCS_REV} in Makefile from
	${DISTNAME:S/gcc-//g} to
	2.96

	Maybe there are other better solutions to handle this problem. :)
	Please check this, thanks. :)


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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