From nobody@FreeBSD.org  Fri Jul 30 00:03:32 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 416E1106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Jul 2010 00:03:32 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id ED8C18FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Jul 2010 00:03:31 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6U03VnF082316
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Jul 2010 00:03:31 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o6U03VfK082314;
	Fri, 30 Jul 2010 00:03:31 GMT
	(envelope-from nobody)
Message-Id: <201007300003.o6U03VfK082314@www.freebsd.org>
Date: Fri, 30 Jul 2010 00:03:31 GMT
From: Hans-Werner Braun <hwb@ucsd.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: openoffice.org-3 does not compile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         149087
>Category:       ports
>Synopsis:       editors/openoffice.org-3 does not compile
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    openoffice
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 30 00:10:01 UTC 2010
>Closed-Date:    Tue Oct 19 17:50:33 UTC 2010
>Last-Modified:  Tue Oct 19 17:50:33 UTC 2010
>Originator:     Hans-Werner Braun
>Release:        8.1-RELEASE
>Organization:
UC San Diego
>Environment:
FreeBSD mcr.hpwren.ucsd.edu 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Thu Jul 29 09:50:21 PDT 2010     hwb@mcr.hpwren.ucsd.edu:/usr/src/sys/amd64/compile/MCR  amd64
>Description:
openoffice.org-3 does not compile. The problem is with the diablo-jdk-1.6.0.07.02_9 part:

===>   diablo-jdk-1.6.0.07.02_9 depends on shared library: z.4 - not found
===>    Verifying install for z.4 in /usr/ports/misc/compat7x
===>   Returning to build of diablo-jdk-1.6.0.07.02_9
Error: shared library "z.4" does not exist
*** Error code 1

The only libz files I found are:

/lib/libz.so.5
/usr/lib/libz.a
/usr/lib/libz.so


>How-To-Repeat:
"make" repeats the problem
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->openoffice 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Jul 30 01:29:38 UTC 2010 
Responsible-Changed-Why:  
Fix synopsis and assign. 

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

From: Hans-Werner Braun <hwb@ucsd.edu>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149087: editors/openoffice.org-3 does not compile
Date: Tue, 3 Aug 2010 18:00:26 -0700

 I think the problem is that during the 8.1 system installation
 /usr/local/lib/compat was installed with group write permission, and
 consequently that directory was refused during boot time. Removing the
 group write permission made make find shared library "z.4"

From: Eric Crist <ecrist@claimlynx.com>
To: bug-followup@FreeBSD.org,
 hwb@ucsd.edu
Cc:  
Subject: Re: ports/149087: editors/openoffice.org-3 does not compile
Date: Tue, 19 Oct 2010 12:10:03 -0500

 This issue is really with compat7x, which uses mkdir to create the =
 /usr/local/lib/compat directory, without using a -m to mkdir to =
 explicitly set modes.  As is, it honors your currently set umask.
 
 This ticket is a red herring, and should probably be closed.
 ---
 Eric F Crist
 System Administrator
 ClaimLynx, Inc
 (952) 593-5969 x2301
 
 
 
State-Changed-From-To: open->closed 
State-Changed-By: garga 
State-Changed-When: Tue Oct 19 17:49:55 UTC 2010 
State-Changed-Why:  
compat7x was changed to create compat with correct permissions 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149087 
>Unformatted:
