Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] no emerge of emacs-vcs
Date: Sun, 20 Feb 2011 17:56:50
Message-Id: 87oc66siba.fsf@newsguy.com
1 I haven't been able to emerge emacs-vcs for a while now. I know there
2 was some trouble with renaming of the repo more than once but this
3 problem today looks different.
4
5 Looks like some other kind of change on the repo end.
6
7 Is anyone else noticing a problem building emacs-vcs?
8
9 Oh, and in the meantime, untill I get this straightened out, I've
10 forgotten how to tell gentoo that I will supply emacs-vcs. It used to
11 be done is one or another `pakage*' file. Anyway, how would I tell
12 the OS that I will supply any emacs-vcs?
13
14 Emerge failure below:
15
16 From emerge -v emacs-vcs:
17 >>> Emerging (1 of 1) app-editors/emacs-vcs-24.0.9999-r1
18 * Package: app-editors/emacs-vcs-24.0.9999-r1
19 * Repository: gentoo
20 * Maintainer: emacs@g.o
21 * USE: X Xaw3d dbus elibc_glibc gif gpm gtk gzip-el jpeg kernel_linux motif png svg tiff toolkit-scroll-bars userland_GNU x86 xpm
22 * FEATURES: sandbox
23 >>> cfg-update-1.8.2-r1: Checksum index is up-to-date ...
24 * bzr.eclass uses branches instead of checkouts now.
25 * Therefore, you may remove the old bzr checkout:
26 * rm -rf /anex/portage/distfiles/bzr-src/emacs-trunk
27 >>> Unpacking source...
28 * bzr pull start -->
29 * repository: bzr://bzr.savannah.gnu.org/emacs/trunk
30 bzr: ERROR: Not a branch: "/anex/portage/distfiles/bzr-src/emacs/trunk/.bzr/branch/".
31 * ERROR: app-editors/emacs-vcs-24.0.9999-r1 failed:
32 * bzr.eclass: can't pull from bzr://bzr.savannah.gnu.org/emacs/trunk
33 *
34 * Call stack:
35 * ebuild.sh, line 56: Called src_unpack
36 * environment, line 3784: Called bzr_src_unpack
37 * environment, line 794: Called bzr_fetch
38 * environment, line 768: Called bzr_update 'bzr://bzr.savannah.gnu.org/emacs/trunk' '/anex/portage/distfiles/bzr-src/emacs/trunk'
39 * environment, line 811: Called die
40 * The specific snippet of code:
41 * ${EBZR_UPDATE_CMD} ${EBZR_OPTIONS} "${repo_uri}" || die "${EBZR}: can't pull from ${repo_uri}";
42
43 [...]