Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2008 00:27:50 GMT
From:      Ryan Steinmetz <rpsfa@rit.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122921: Bitlbee-1.2 port fails to build
Message-ID:  <200804200027.m3K0RoW6041472@www.freebsd.org>
Resent-Message-ID: <200804200030.m3K0U10i041313@freefall.freebsd.org>

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

>Number:         122921
>Category:       ports
>Synopsis:       Bitlbee-1.2 port fails to build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 20 00:30:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        7.0-RELEASE
>Organization:
Rochester Institute of Technology
>Environment:
FreeBSD blackened.rit.edu 7.0-RELEASE FreeBSD 7.0-RELEASE #2: Fri Mar  7 00:38:27 EST 2008     root@blackened.rit.edu:/usr/obj/usr/src/sys/blackened  i386
>Description:
The Bitlbee-1.2 port fails to compile on my 7.0-RELEASE workstation with the following error:

===>  Patching for bitlbee-1.2
sed: 1: "s:^EFLAGS=:EFLAGS= -rpa ...": bad flag in substitute command: '/'
*** Error code 1

Stop in /usr/ports/irc/bitlbee.
*** Error code 1


I believe this is because LDFLAGS is set to: -rpath=/usr/lib:/usr/local/lib and sed is getting confused.


        @${REINPLACE_CMD} \
                -e "s:^EFLAGS=:EFLAGS=${LDFLAGS}:" \
                ${WRKSRC}/configure


Commenting this out from the Makefile and manually editing EFLAGS within configure results in a successful build.
>How-To-Repeat:
Attempt to build /usr/ports/irc/bitlbee
>Fix:


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



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