From nobody@FreeBSD.org  Tue Apr  1 12:42:21 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id BDE4B487
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  1 Apr 2014 12:42:21 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id AB66DD59
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  1 Apr 2014 12:42:21 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s31CgLlJ050088
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 1 Apr 2014 12:42:21 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s31CgLJB050081;
	Tue, 1 Apr 2014 12:42:21 GMT
	(envelope-from nobody)
Message-Id: <201404011242.s31CgLJB050081@cgiserv.freebsd.org>
Date: Tue, 1 Apr 2014 12:42:21 GMT
From: Jonas Blow <jonas.bulow@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: subversion package broken
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         188171
>Category:       ports
>Synopsis:       devel/subversion package broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    apache
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 01 12:50:00 UTC 2014
>Closed-Date:    Sun Apr 20 18:33:40 UTC 2014
>Last-Modified:  Sun Apr 20 18:33:40 UTC 2014
>Originator:     Jonas Blow
>Release:        10.0-RELEASE
>Organization:
>Environment:
FreeBSD jonasbu-netlab 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
root@jonasbu-netlab:/home/jonasbu # pkg install subversion-1.8.8_1
Updating repository catalogue
The following 8 packages will be installed:

        Installing expat: 2.1.0
        Installing gettext: 0.18.3.1
        Installing db48: 4.8.30.0
        Installing sqlite3: 3.8.4.1
        Installing gdbm: 1.11
        Installing apr: 1.5.0.1.5.3
        Installing serf: 1.3.4
        Installing subversion: 1.8.8_1

The installation will require 42 MB more space

0 B to be downloaded

Proceed with installing packages [y/N]: y
Checking integrity... done
[1/8] Installing expat-2.1.0... done
[2/8] Installing gettext-0.18.3.1... done
[3/8] Installing db48-4.8.30.0... done
[4/8] Installing sqlite3-3.8.4.1... done
[5/8] Installing gdbm-1.11... done
[6/8] Installing apr-1.5.0.1.5.3... done
[7/8] Installing serf-1.3.4... done
[8/8] Installing subversion-1.8.8_1... done
root@jonasbu-netlab:/home/jonasbu # svn
/usr/local/lib/libaprutil-1.so.5: Undefined symbol "__bsd_iconv_open"

Package seems broken.
>How-To-Repeat:
See above.
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lev 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Apr 2 00:42:54 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188171 
Responsible-Changed-From-To: lev->apache 
Responsible-Changed-By: lev 
Responsible-Changed-When: Wed Apr 2 09:14:25 UTC 2014 
Responsible-Changed-Why:  

Looks lioke devel/apr1 problem really. 


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

From: Tijl Coosemans <tijl@FreeBSD.org>
To: bug-followup@FreeBSD.org, jonas.bulow@gmail.com
Cc:  
Subject: Re: ports/188171: devel/subversion package broken
Date: Wed, 2 Apr 2014 11:14:13 +0200

 Hi,
 
 The symbol __bsd_iconv_open is supposed to be in libc.  Can you please
 verify it is there with:
 
 readelf -s /lib/libc.so.7 | grep __bsd_iconv

From: olli hauer <ohauer@gmx.de>
To: bug-followup@FreeBSD.org
Cc: jonas.bulow@gmail.com
Subject: Re: ports/188171: devel/subversion package broken
Date: Wed, 02 Apr 2014 23:07:22 +0200

 Hm,
 
 I do not get this issue on a 10 (amd64) system.
 
 > uname -a
 FreeBSD f10 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
 
 > pkg -vv 
 Repositories:
   FreeBSD: {
     url             : "pkg+http://pkg.FreeBSD.org/freebsd:10:x86:64/latest",
     enabled         : yes,
     mirror_type     : "SRV",
     signature_type  : "FINGERPRINTS",
     fingerprints    : "/usr/share/keys/pkg"
   }
 
 
 > rm -r /var/cache/pkg
 > pkg info -qoa | grep -v ports-mgmt/pkg | xargs pkg delete -y
 ...
 
 > pkg install -y devel/subversion
 Updating repository catalogue
 The following 8 packages will be installed:
 
         Installing expat: 2.1.0 [FreeBSD]
         Installing gettext: 0.18.3.1 [FreeBSD]
         Installing db48: 4.8.30.0 [FreeBSD]
         Installing sqlite3: 3.8.4.1 [FreeBSD]
         Installing gdbm: 1.11 [FreeBSD]
         Installing apr: 1.5.0.1.5.3 [FreeBSD]
         Installing serf: 1.3.4 [FreeBSD]
         Installing subversion: 1.8.8_1 [FreeBSD]
 
 The installation will require 42 MB more space
 ...
 Checking integrity... done
 [1/8] Installing expat-2.1.0... done
 [2/8] Installing gettext-0.18.3.1... done
 [3/8] Installing db48-4.8.30.0... done
 [4/8] Installing sqlite3-3.8.4.1... done
 [5/8] Installing gdbm-1.11... done
 [6/8] Installing apr-1.5.0.1.5.3... done
 [7/8] Installing serf-1.3.4... done
 [8/8] Installing subversion-1.8.8_1... done
 
 > svn
 Type 'svn help' for usage.
 
 > svn checkout --depth empty http://svn.freebsd.org/ports/head
  U   head
 Checked out revision 349954.

From: Tijl Coosemans <tijl@FreeBSD.org>
To: Jonas =?ISO-8859-1?Q?B=FClow?= <jonas.bulow@gmail.com>,
        bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188171: devel/subversion package broken
Date: Thu, 3 Apr 2014 11:30:54 +0200

 On Thu, 3 Apr 2014 10:40:28 +0200 Jonas B=FClow wrote:
 > On Wed, Apr 2, 2014 at 11:14 AM, Tijl Coosemans <tijl@freebsd.org> wrote:
 >> The symbol __bsd_iconv_open is supposed to be in libc.  Can you please
 >> verify it is there with:
 >>
 >> readelf -s /lib/libc.so.7 | grep __bsd_iconv
 >
 > It's not there:
 >
 > #readelf -s /lib/libc.so.7 | grep -c __bsd_iconv
 > 0
 
 Then your system must have been recompiled with WITHOUT_ICONV in
 /etc/src.conf.  Just remove that and recompile again.

From: Tijl Coosemans <tijl@FreeBSD.org>
To: Jonas =?ISO-8859-1?Q?B=FClow?= <jonas.bulow@gmail.com>,
        bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188171: devel/subversion package broken
Date: Thu, 3 Apr 2014 14:47:21 +0200

 On Thu, 3 Apr 2014 11:38:49 +0200 Jonas B=FClow wrote:
 > On Thu, Apr 3, 2014 at 11:30 AM, Tijl Coosemans <tijl@freebsd.org> wrote:
 >> On Thu, 3 Apr 2014 10:40:28 +0200 Jonas B=FClow wrote:
 >>> On Wed, Apr 2, 2014 at 11:14 AM, Tijl Coosemans <tijl@freebsd.org> wrot=
 e:
 >>>> The symbol __bsd_iconv_open is supposed to be in libc.  Can you please
 >>>> verify it is there with:
 >>>>
 >>>> readelf -s /lib/libc.so.7 | grep __bsd_iconv
 >>>
 >>> It's not there:
 >>>
 >>> #readelf -s /lib/libc.so.7 | grep -c __bsd_iconv
 >>> 0
 >>
 >> Then your system must have been recompiled with WITHOUT_ICONV in
 >> /etc/src.conf.  Just remove that and recompile again.
 >
 > No, the system has only been using freebsd-update. Installed a late RC of
 > 10 in Januari and upgraded to 10.0-RELEASE when it was released.
 >=20
 > I want to stick with binary upgrades.
 
 Hmm, I remember there were some bugs discovered in freebsd-update during
 the release process.  The __bsd_iconv change was also made late during
 the release.  So it's possible freebsd-update didn't update your system
 correctly.  In that case I think you'll have to reinstall FreeBSD
 10.0-RELEASE.  You could also try to figure out which files are incorrect
 using "freebsd-update IDS".  There's more information about that here:
 https://www.freebsd.org/doc/handbook/updating-upgrading-freebsdupdate.html#=
 freebsdupdate-system-comparison

From: olli hauer <ohauer@gmx.de>
To: bug-followup@FreeBSD.org, jonas.bulow@gmail.com
Cc:  
Subject: Re: ports/188171: devel/subversion package broken
Date: Sun, 06 Apr 2014 19:35:38 +0200

 In case your FreeBSD-10 is not customized (src.conf) there is even a quicker way the rebuild the system from source.
 
 1. get the 10-RELEASE base.txz
 
 2. remove schg flags with this command or with the script [1]
    You may receive an error for /var/empty because it also has schg set but thats OK.
 
 #> find / -type f -flags schg | xargs chflags noschg
 
 3. cleanup freebsd-update
 #> rm -rf /var/db/freebsd-update/*
 
 4. update the system to 10-RELEASE
 #> tar --exclude=^./etc --unlink -xpf base.txz -C /
 
 5. reboot
 6. freebsd-update fetch && freebsd-update install
 
 
 [1] remove schg flags
 #!/bin/sh
 SCHGDIRS="bin lib libexec sbin usr/bin usr/lib usr/libexec usr/sbin var/empty"
 echo "remove schg flag from"
 for DIR in ${SCHGDIRS}; do
     find ${DESTDIR:-/}${DIR}/ -flags schg -maxdepth 1 | xargs chflags -v noschg
 done
 
 
 
 I update all my systems this way since FreeBSD-5 beta with some extra steps for /etc the kernel and ZFS in case it is used on the boot partition.
 
 Please report back when your issue is fixed, then we can close the PR.
 
 -- 
 Regards,
 olli
State-Changed-From-To: open->closed 
State-Changed-By: ohauer 
State-Changed-When: Sun Apr 20 18:32:50 UTC 2014 
State-Changed-Why:  
Closed as requested in PM from the OP 

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