Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Apr 2014 21:10:01 GMT
From:      olli hauer <ohauer@gmx.de>
To:        apache@FreeBSD.org
Subject:   Re: ports/188171: devel/subversion package broken
Message-ID:  <201404022110.s32LA1Ah080194@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188171; it has been noted by GNATS.

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404022110.s32LA1Ah080194>