Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2000 10:03:25 -0700 (PDT)
From:      patl@phoenix.volant.org
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/19367: /etc/defaults/make.conf lists wrong value for PERL_THREADED
Message-ID:  <20000618170325.B63AE37B8A6@hub.freebsd.org>

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

>Number:         19367
>Category:       misc
>Synopsis:       /etc/defaults/make.conf lists wrong value for PERL_THREADED
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 18 10:10:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     PM Lashley
>Release:        4.0-STABLE
>Organization:
Phoenix Volant
>Environment:
>Description:
In /etc/defaults/make.conf there is a commented-out entry for
PERL_THREADED, with a comment indicating that uncommenting it
will build perl with multi-thread support.  It quietly fails.
The value should be 'yes', not 'true'.
>How-To-Repeat:
copy the PERL_THREADED=true line to /etc/make.conf and 'make world';
then run 'perl -V'.  You will see that it lists usethreads=undef.
>Fix:
Change the value of the PERL_THREADED macro to: yes

>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?20000618170325.B63AE37B8A6>