Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324943 - live ebuilds download in src_unpack
Summary: live ebuilds download in src_unpack
Status: RESOLVED DUPLICATE of bug 182028
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: PMS/EAPI
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-21 13:46 UTC by Oleg
Modified: 2010-06-21 15:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg 2010-06-21 13:46:40 UTC
When I try to install *-9999 packets I found that when I fetch packet it don't download from repository, but only when I compile it.
When I checked installation step-by-step I found that downloading repository was caused in "ebuild unpack".
console output:
o01eg psi # ebuild psi-9999.ebuild fetch
 * checking ebuild checksums ;-) ...                                                                    [ ok ]
 * checking auxfile checksums ;-) ...                                                                   [ ok ]
 * checking miscfile checksums ;-) ...                                                                  [ ok ]
o01eg psi # ebuild psi-9999.ebuild unpack
 * checking ebuild checksums ;-) ...                                                                    [ ok ]
 * checking auxfile checksums ;-) ...                                                                   [ ok ]
 * checking miscfile checksums ;-) ...                                                                  [ ok ]
tac: write error: Broken pipe
>>> cfg-update-1.8.2-r1: Creating checksum index...
 * CPV:  net-im/psi-9999
 * REPO: rion
 * USE:  amd64 crypt dbus doc elibc_glibc extras iconsets jingle kernel_linux linguas_el linguas_eo linguas_ja linguas_ru multilib plugins spell ssl userland_GNU webkit whiteboarding xscreensaver
 * 
 * You're about to build heavily patched version of Psi called Psi+.
 * It has really nice features but still is under heavy development.
 * Take a look at homepage for more info: http://code.google.com/p/psi-dev
 * If you wish to disable some patches just put
 * MY_EPATCH_EXCLUDE="list of patches"
 * into /etc/portage/env/net-im/psi file.
 * 
 * Note: some patches depend on other. So if you disabled some patch
 * and other started to fail to apply, you'll have to disable patches
 * that fail too.
 * 
 * Some artwork is from open source projects, but some is provided 'as-is'
 * and has not clear licensing.
 * Possibly this build is not redistributable in some countries.
>>> Unpacking source...
 * GIT update -->
 *    repository: 		git://git.psi-im.org/psi.git
Already on 'master'
Already up-to-date.
 *    at the commit: 		e95eb3dc81b092d1c1177b1b330e3f3a72e59b9d
 *    branch: 			master
 *    storage directory: 	"/mnt/other/distfiles/git-src/psi"

real	0m19.468s
user	0m0.563s
sys	0m1.230s
>>> Unpacked to /tmp/portage/net-im/psi-9999/work/psi-9999
 * GIT update -->
 *    repository: 		git://pv.et-inf.fho-emden.de/git/psi-l10n-el
Already on 'master'
Already up-to-date.
 *    at the commit: 		7937fd1692d3d63124fa97caebc515f4fa8f8a4a
 *    branch: 			master
 *    storage directory: 	"/mnt/other/distfiles/git-src/psi-l10n/el"

real	0m0.205s
user	0m0.017s
sys	0m0.020s
>>> Unpacked to /tmp/portage/net-im/psi-9999/work/psi-l10n/el
 * GIT update -->
 *    repository: 		git://pv.et-inf.fho-emden.de/git/psi-l10n-eo
Already on 'master'
Already up-to-date.
 *    at the commit: 		7a4716595401a15d7d9f45122f7da0cfba42d376
 *    branch: 			master
 *    storage directory: 	"/mnt/other/distfiles/git-src/psi-l10n/eo"
...
etc
Comment 1 Zac Medico gentoo-dev 2010-06-21 15:14:21 UTC

*** This bug has been marked as a duplicate of bug 182028 ***