From owner-freebsd-bugs Sun Oct 8 19: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8B4B37B66D for ; Sun, 8 Oct 2000 19:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA02584; Sun, 8 Oct 2000 19:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from jerry.kfunigraz.ac.at (GIGAJERRY.kfunigraz.ac.at [143.50.55.161]) by hub.freebsd.org (Postfix) with ESMTP id 27D8637B503 for ; Sun, 8 Oct 2000 18:51:02 -0700 (PDT) Received: from tom.kfunigraz.ac.at (mc_tom [10.10.1.160]) by jerry.kfunigraz.ac.at (8.9.3/8.9.3) with ESMTP id DAA30873 for ; Mon, 9 Oct 2000 03:50:55 +0200 (MET DST) Received: from localhost.tu-graz.ac.at (BONLINEB48.kfunigraz.ac.at [143.50.33.48]) by tom.kfunigraz.ac.at (8.9.3/8.9.3) with ESMTP id DAA10248 for ; Mon, 9 Oct 2000 03:50:50 +0200 (MET DST) Received: (from dada@localhost) by localhost.tu-graz.ac.at (8.11.0/8.11.0) id e95CPc715966; Thu, 5 Oct 2000 14:25:38 +0200 (CEST) (envelope-from dada) Message-Id: <200010051225.e95CPc715966@localhost.tu-graz.ac.at> Date: Thu, 5 Oct 2000 14:25:38 +0200 (CEST) From: dada@sbox.tu-graz.ac.at Reply-To: dada@sbox.tu-graz.ac.at To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/21849: PERL_THREADED knob in /etc/default/make.conf does not work Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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