From owner-freebsd-bugs Mon Jul 24 20: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 869E037B936 for ; Mon, 24 Jul 2000 20:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA50101; Mon, 24 Jul 2000 20:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kirk.dsl.visi.com (kirk.dsl.visi.com [209.98.248.172]) by hub.freebsd.org (Postfix) with ESMTP id 5625237B931 for ; Mon, 24 Jul 2000 19:58:05 -0700 (PDT) (envelope-from dgl@kirk.dsl.visi.com) Received: (from dgl@localhost) by kirk.dsl.visi.com (8.9.3/8.9.3) id VAA11216; Mon, 24 Jul 2000 21:58:03 -0500 (CDT) (envelope-from dgl) Message-Id: <200007250258.VAA11216@kirk.dsl.visi.com> Date: Mon, 24 Jul 2000 21:58:03 -0500 (CDT) From: Doug Lee Reply-To: dgl@visi.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/20165: PERL_THREADED=true fails; "yes" works; make.conf says true Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20165 >Category: bin >Synopsis: PERL_THREADED=true fails; "yes" works; make.conf says true >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: Mon Jul 24 20:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Doug Lee >Release: FreeBSD 4.0-20000718-STABLE i386 >Organization: >Environment: >Description: Many people make /etc/make.conf by copying all or part of /etc/defaults/make.conf and editing. /etc/defaults/make.conf says:. # To build perl with thread support #PERL_THREADED= true But "true" is ignored and treated as "no." To compile with thread support, you must use "yes" instead. Reason: /usr/src/gnu/usr.bin/perl/perl/Makefile compares PERL_THREADED to "yes" but not to "true." >How-To-Repeat: Try setting PERL_THREADED to true in /etc/make.conf and doing make depend/make in /usr/src/gnu/usr.bin/perl to rebuild perl. Thread support will not be included. If you set PERL_THREADED to yes in /etc/make.conf, it will. >Fix: Change /etc/default/make.conf to say "yes" or (perhaps better) make perl's makefile(s) notice "true" settings properly. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message