Date: Thu, 5 Oct 2000 14:25:38 +0200 (CEST) From: dada@sbox.tu-graz.ac.at To: FreeBSD-gnats-submit@freebsd.org Subject: gnu/21849: PERL_THREADED knob in /etc/default/make.conf does not work Message-ID: <200010051225.e95CPc715966@localhost.tu-graz.ac.at>
next in thread | raw e-mail | index | archive | help
>Number: 21849
>Category: gnu
>Synopsis: PERL_THREADED knob in /etc/default/make.conf does not work
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Oct 08 19:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: Martin Kammerhofer
>Release: FreeBSD 4.1.1-RELEASE i386
>Organization:
Graz University of Technology
>Environment:
>Description:
Quote from /src/etc/defaults/make/conf:
# To build perl with thread support
#PERL_THREADED= true
This cannot work because in /usr/src/gnu/usr.bin/perl/Makefile.inc
PERL_THREADED is compared against the string "yes".
>How-To-Repeat:
cd /usr/src/gnu/usr.bin/perl
make PERL_THREADED=true all install
perl -e '$Config{usethreads} or die "Recompile Perl"'
>Fix:
The simple fix would be to change "true" to "yes" in make.conf.
Unfortunately this will break the compilation of perl!
I see two options:
(1) Remove the documention of PERL_THREADED in make.conf
(2) Fix the Perl build such that "make PERL_THREADED=yes all" works
>Release-Note:
>Audit-Trail:
>Unformatted:
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?200010051225.e95CPc715966>
