From dada@localhost.tu-graz.ac.at  Sun Oct  8 18:51:03 2000
Return-Path: <dada@localhost.tu-graz.ac.at>
Received: from jerry.kfunigraz.ac.at (GIGAJERRY.kfunigraz.ac.at [143.50.55.161])
	by hub.freebsd.org (Postfix) with ESMTP id 27D8637B503
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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
Sender: dada@localhost.tu-graz.ac.at
Reply-To: dada@sbox.tu-graz.ac.at
To: FreeBSD-gnats-submit@freebsd.org
Subject: PERL_THREADED knob in /etc/default/make.conf does not work
X-Send-Pr-Version: 3.2

>Number:         21849
>Category:       gnu
>Synopsis:       PERL_THREADED knob in /etc/default/make.conf does not work
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    markm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 08 19:00:01 PDT 2000
>Closed-Date:    Wed Aug 29 10:07:47 PDT 2001
>Last-Modified:  Wed Aug 29 10:08:09 PDT 2001
>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:
Responsible-Changed-From-To: freebsd-bugs->markm 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Sun Nov 19 11:55:49 PST 2000 
Responsible-Changed-Why:  

Mark doesn't have enough perl-related PR's assigned to him already. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=21849 
State-Changed-From-To: open->closed 
State-Changed-By: tobez 
State-Changed-When: Wed Aug 29 10:07:47 PDT 2001 
State-Changed-Why:  
We have no PERL_THREADED any longer. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21849 
>Unformatted:
