From conrads@serene.no-ip.org  Tue May  8 02:23:30 2007
Return-Path: <conrads@serene.no-ip.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id D5C4016A401
	for <freebsd-gnats-submit@freebsd.org>; Tue,  8 May 2007 02:23:30 +0000 (UTC)
	(envelope-from conrads@serene.no-ip.org)
Received: from eastrmmtai107.cox.net (eastrmmtai107.cox.net [68.230.240.14])
	by mx1.freebsd.org (Postfix) with ESMTP id 5F1FB13C448
	for <freebsd-gnats-submit@freebsd.org>; Tue,  8 May 2007 02:23:30 +0000 (UTC)
	(envelope-from conrads@serene.no-ip.org)
Received: from eastrmimpo01.cox.net ([68.1.16.119])
          by eastrmmtao105.cox.net
          (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP
          id <20070508005950.PQCB10480.eastrmmtao105.cox.net@eastrmimpo01.cox.net>
          for <freebsd-gnats-submit@freebsd.org>;
          Mon, 7 May 2007 20:59:53 -0400
Received: from serene.no-ip.org ([72.200.36.10])
	by eastrmimpo01.cox.net with bizsmtp
	id wQzo1W00W0D7syo0000000; Mon, 07 May 2007 20:59:49 -0400
Received: from serene.no-ip.org (localhost [127.0.0.1])
	by serene.no-ip.org (8.14.1/8.14.1) with ESMTP id l480xndF003292
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 7 May 2007 19:59:49 -0500 (CDT)
	(envelope-from conrads@serene.no-ip.org)
Received: (from conrads@localhost)
	by serene.no-ip.org (8.14.1/8.14.1/Submit) id l480xiNq003291;
	Mon, 7 May 2007 19:59:44 -0500 (CDT)
	(envelope-from conrads)
Message-Id: <200705080059.l480xiNq003291@serene.no-ip.org>
Date: Mon, 7 May 2007 19:59:44 -0500 (CDT)
From: "Conrad J. Sabatier" <conrads@cox.net>
Reply-To: "Conrad J. Sabatier" <conrads@cox.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: amd64: WITHOUT_LIBPTHREAD=true installs 32-bit libthr
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         112509
>Category:       amd64
>Synopsis:       amd64: WITHOUT_LIBPTHREAD=true installs 32-bit libthr
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    ru
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 08 02:30:02 GMT 2007
>Closed-Date:    Fri May 18 12:26:20 GMT 2007
>Last-Modified:  Fri May 18 12:30:04 GMT 2007
>Originator:     Conrad J. Sabatier
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD serene.no-ip.org 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Mon May 7 16:06:07 CDT 2007 conrads@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64


>Description:
	Setting WITHOUT_LIBPTHREAD=true in /etc/src.conf while 
	building world with 32-bit libs enabled causes the 32-bit 
	version of libthr.so.2 to be installed under /lib (!)
>How-To-Repeat:
	Enable WITHOUT_LIBPTHREAD=true in /etc/src.conf,
	make buildworld...installworld,  verify using
	"file /lib/libthr.so.2"
>Fix:
	Unknown

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-amd64->ru 
Responsible-Changed-By: ru 
Responsible-Changed-When: Thu May 17 10:36:23 UTC 2007 
Responsible-Changed-Why:  
Grab the PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112509 
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Fri May 18 12:26:01 UTC 2007 
State-Changed-Why:  
Fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112509 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: amd64/112509: commit references a PR
Date: Fri, 18 May 2007 12:25:57 +0000 (UTC)

 ru          2007-05-18 12:25:49 UTC
 
   FreeBSD src repository
 
   Modified files:
     lib/libc_r           Makefile 
     lib/libpthread       Makefile 
     lib/libthr           Makefile 
   Log:
   Fix a logic bug I re-introduced in my patch I sent to Daniel
   that would cause the selected shared threading library to be
   overwritten with its 32-bit version on amd64.
   
   PR:             amd64/112509
   
   Revision  Changes    Path
   1.48      +1 -1      src/lib/libc_r/Makefile
   1.62      +1 -1      src/lib/libpthread/Makefile
   1.24      +1 -1      src/lib/libthr/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
