From nobody@FreeBSD.org  Thu Jun 14 17:37:35 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id B687916A468
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Jun 2007 17:37:35 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id A5BA713C4B0
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Jun 2007 17:37:35 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l5EHbZpH037399
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Jun 2007 17:37:35 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l5EHbZEj037398;
	Thu, 14 Jun 2007 17:37:35 GMT
	(envelope-from nobody)
Message-Id: <200706141737.l5EHbZEj037398@www.freebsd.org>
Date: Thu, 14 Jun 2007 17:37:35 GMT
From: Dominic Fandrey <lon_kamikaze@gmx.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch][devel/subversion] install broken
X-Send-Pr-Version: www-3.0

>Number:         113685
>Category:       ports
>Synopsis:       [patch] devel/subversion: install broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lev
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 14 17:40:04 GMT 2007
>Closed-Date:    Tue Jan 29 12:18:02 UTC 2008
>Last-Modified:  Tue Jan 29 12:18:02 UTC 2008
>Originator:     Dominic Fandrey
>Release:        Releng_6
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 6.2-STABLE FreeBSD 6.2-STABLE #1: Fri Apr 27 13:45:49 CEST 2007     root@homeKamikaze.norad:/usr/obj/TPR40-6/i386/usr/src/sys/TPR40-6  i386
>Description:
The installation of devel/subversion is broken on my system.

Adding USE_GMAKE=yes to the Makefile solves this for me.

===>  Installing for subversion-1.4.3_2
===>   subversion-1.4.3_2 depends on shared library: expat.6 - found
===>   subversion-1.4.3_2 depends on shared library: neon.26 - found
===>   subversion-1.4.3_2 depends on shared library: apr-1.2 - found
===>   subversion-1.4.3_2 depends on shared library: intl - found
===>   Generating temporary packing list
subversion/svnversion/svnversion . /repos/svn/trunk >
/usr/local/include/subversion-1/svn-revision.txt
cannot create /usr/local/include/subversion-1/svn-revision.txt: No such file or
directory
*** Error code 2
1 error
*** Error code 2

Stop in /usr/ports/devel/subversion.
*** Error code 1

Stop in /usr/ports/devel/subversion.
>How-To-Repeat:
# cd /usr/ports/devel/subversion
# make install
>Fix:
--- /usr/ports/devel/subversion/Makefile.orig	Thu Jun 14 19:30:06 2007
+++ /usr/ports/devel/subversion/Makefile	Thu Jun 14 19:30:23 2007
@@ -23,6 +23,7 @@
 
 INSTALLS_SHLIB=	yes
 
+USE_GMAKE=	yes
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool:15
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lev 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 14 17:40:14 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113685 
State-Changed-From-To: open->feedback 
State-Changed-By: lev 
State-Changed-When: Wed Jul 18 08:08:17 UTC 2007 
State-Changed-Why:  
Can you reproduce this problem with new 1.4.4? 

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

From: Lev Serebryakov <lev@FreeBSD.org>
To: bug-followup@FreeBSD.org, lon_kamikaze@gmx.de
Cc:  
Subject: Re: ports/113685: [patch] devel/subversion: install broken
Date: Wed, 18 Jul 2007 12:07:57 +0400

   Can you reproduce this problem with new 1.4.4?

From: "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de>
To: bug-followup@FreeBSD.org,  lon_kamikaze@gmx.de,  lev@FreeBSD.org
Cc:  
Subject: Re: ports/113685: [patch] devel/subversion: install broken
Date: Wed, 18 Jul 2007 22:19:40 +0200

 lev@FreeBSD.org wrote:
 > Synopsis: [patch] devel/subversion: install broken
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: lev
 > State-Changed-When: Wed Jul 18 08:08:17 UTC 2007
 > State-Changed-Why:
 > Can you reproduce this problem with new 1.4.4?
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=113685
 >
 
 The problem persists with version 1.4.4:
 
 # make install
 ===>  Installing for subversion-1.4.4
 ===>   subversion-1.4.4 depends on shared library: expat.6 - found
 ===>   subversion-1.4.4 depends on shared library: neon.26 - found
 ===>   subversion-1.4.4 depends on shared library: apr-1.2 - found
 ===>   subversion-1.4.4 depends on shared library: intl - found
 ===>   Generating temporary packing list
 ===>  Checking if devel/subversion already installed
 subversion/svnversion/svnversion . /repos/svn/trunk >
 /usr/local/include/subversion-1/svn-revision.txt
 cannot create /usr/local/include/subversion-1/svn-revision.txt: No such file or
 directory
 *** Error code 2
 1 error
 *** Error code 2
 
 Stop in /usr/ports/devel/subversion.
 
 
 USE_GMAKE still solves it for me:
 
 # make install -DUSE_GMAKE
 ===>  Installing for subversion-1.4.4
 ===>   subversion-1.4.4 depends on shared library: expat.6 - found
 ===>   subversion-1.4.4 depends on shared library: neon.26 - found
 ===>   subversion-1.4.4 depends on shared library: apr-1.2 - found
 ===>   subversion-1.4.4 depends on shared library: intl - found
 ===>   Generating temporary packing list
 ===>  Checking if devel/subversion already installed
 /usr/bin/install -c -o root -g wheel -d /usr/local/lib
 cd subversion/libsvn_subr ; /usr/local/bin/libtool --mode=install
 /usr/bin/install -c -o root -g wheel libsvn_subr-1.la
 /usr/local/lib/libsvn_subr-1.la
 /usr/bin/install -c -o root -g wheel .libs/libsvn_subr-1.so.0
 /usr/local/lib/libsvn_subr-1.so.0
 (cd /usr/local/lib && { ln -s -f libsvn_subr-1.so.0 libsvn_subr-1.so || { rm -f
 libsvn_subr-1.so && ln -s libsvn_subr-1.so.0 libsvn_subr-1.so; }; })
 (cd /usr/local/lib && { ln -s -f libsvn_subr-1.so.0 libsvn_subr-1.so || { rm -f
 libsvn_subr-1.so && ln -s libsvn_subr-1.so.0 libsvn_subr-1.so; }; })
 /usr/bin/install -c -o root -g wheel .libs/libsvn_subr-1.lai
 /usr/local/lib/libsvn_subr-1.la
 
 ...
 
 /bin/mkdir -p /usr/local/share/doc/subversion
 for f in BUGS CHANGES COMMITTERS COPYING HACKING INSTALL README; do  install
 -o root -g wheel -m 444
 /usr/obj/mobileKamikaze.norad/usr/ports/devel/subversion/work/subversion-1.4.4/$f
 /usr/local/share/doc/subversion;  done
 ===> Installing rc.d startup script(s)
 ===>   Compressing manual pages for subversion-1.4.4
 ===>   Running ldconfig
 /sbin/ldconfig -m /usr/local/lib
 ===>   Registering installation for subversion-1.4.4

From: Lev Serebryakov <lev@FreeBSD.org>
To: bug-followup@FreeBSD.org, lon_kamikaze@gmx.de
Cc:  
Subject: Re: ports/113685: [patch] devel/subversion: install broken
Date: Sat, 28 Jul 2007 22:28:27 +0400

 Hello bug-followup,
 
   Did you have `/usr/local' as symlink? Or something other non-standard in your tree?
   I can not reproduce this one, and I don't like `magic fix' without understanding of problem...
 
 -- 
 Best regards,
  Lev                          mailto:lev@FreeBSD.org
 

From: "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de>
To: Lev Serebryakov <lev@serebryakov.spb.ru>
Cc: bug-followup@FreeBSD.org,  freebsd-ports@freebsd.org
Subject: Re: ports/113685: [patch] devel/subversion: install broken
Date: Sat, 28 Jul 2007 20:55:42 +0200

 Lev Serebryakov wrote:
 > Hello bug-followup,
 > 
 >   Did you have `/usr/local' as symlink? Or something other non-standard in your tree?
 >   I can not reproduce this one, and I don't like `magic fix' without understanding of problem...
 > 
 
 No, I don't have any such thing. The problem is that the subversion makefiles
 are written for GNU Make and at least on my system without USE_GMAKE the
 default make /usr/bin/make is used.
 
 I don't know why it seems to work with USE_GMAKE for others, it really
 shouldn't the way I see it.

From: "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de>
To: Lev Serebryakov <lev@serebryakov.spb.ru>
Cc: freebsd-ports@freebsd.org,  bug-followup@FreeBSD.org
Subject: Re: ports/113685: [patch] devel/subversion: install broken
Date: Sat, 28 Jul 2007 21:25:08 +0200

 [LoN]Kamikaze wrote:
 > Lev Serebryakov wrote:
 >> Hello bug-followup,
 >>
 >>   Did you have `/usr/local' as symlink? Or something other non-standard in your tree?
 >>   I can not reproduce this one, and I don't like `magic fix' without understanding of problem...
 >>
 > 
 > No, I don't have any such thing. The problem is that the subversion makefiles
 > are written for GNU Make and at least on my system without USE_GMAKE the
 > default make /usr/bin/make is used.
 > 
 > I don't know why it seems to work with USE_GMAKE for others, it really
 > shouldn't the way I see it.
 
 s/work with/work without/1
State-Changed-From-To: feedback->open 
State-Changed-By: pav 
State-Changed-When: Fri Dec 14 16:19:29 UTC 2007 
State-Changed-Why:  
Feedback received 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113685 
State-Changed-From-To: open->closed 
State-Changed-By: lev 
State-Changed-When: Tue Jan 29 12:17:40 UTC 2008 
State-Changed-Why:  
Can not reproduce with new 1.4.6 

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