Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2001 18:05:27 -0800 (PST)
From:      <tobez@FreeBSD.org>
To:        voland@lflat.org, tobez@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org
Subject:   Re: bin/31877: Perl's Config.pm is broken with respect to system includes.
Message-ID:  <200111120205.fAC25Rm88949@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: Perl's Config.pm is broken with respect to system includes.

State-Changed-From-To: open->analyzed
State-Changed-By: tobez
State-Changed-When: Sun Nov 11 17:55:54 PST 2001
State-Changed-Why: 
The problem was introduced in rev. 1.27 of
gnu/usr.bin/perl/Makefile.inc.  It is not feasible to back it out at
this point, since rev. 1.27 fixed another problem with Perl build.

Unfortunately, the proper fix is rather non-trivial.  As a workaround I
suggest you to put CFLAGS=-O -pipe (or whatever other value you usually
use) into /etc/make.conf.  This will fix the problem, but this will mean
that buildworld will not be done *really* properly - at this point
setting CFLAGS in /etc/make.conf leads to -nostdinc being dropped in
places where it is supposed to be.  This will not bite a typical
buildworld user.

We discussed the problem with Ruslan, and he decided to try to come up
with the proper fix in the future.


Responsible-Changed-From-To: freebsd-bugs->ru
Responsible-Changed-By: tobez
Responsible-Changed-When: Sun Nov 11 17:55:54 PST 2001
Responsible-Changed-Why: 
Ruslan's going to take care of this.

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31877

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




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