Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 519208 - [kde overlay] kde-base/kdeartwork-wallpapers-4.14.49.9999 fails to unpack
Summary: [kde overlay] kde-base/kdeartwork-wallpapers-4.14.49.9999 fails to unpack
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-06 13:20 UTC by Jakub Caban
Modified: 2014-08-09 14:52 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 Jakub Caban 2014-08-06 13:20:02 UTC
There is problem with missing "wallpapers" directory in repository. I've tried my best but couldn't fix the ebuild. Build log:

These are the packages that would be merged, in order:

[ebuild     UD*] kde-base/kdeartwork-wallpapers-4.14.49.9999:4/4.14::kde [4.9999:4/4.9999::kde] USE="(-aqua)" 0 KiB

Total: 1 package (1 downgrade), Size of downloads: 0 KiB


>>> Verifying ebuild manifests

>>> Emerging (1 of 1) kde-base/kdeartwork-wallpapers-4.14.49.9999::kde
>>> Unpacking source...
find: ‘/usr/portage/distfiles/svn-src/kdeartwork-4.14.49.9999/kdeartwork/.svn/entries’: No such file or directory
 * Fetching disabled since 1 hours has not passed since last update.
 * Using existing repository copy at revision 1396036.
 *    working copy: /usr/portage/distfiles/svn-src/kdeartwork-4.14.49.9999/kdeartwork

 * Exporting parts of working copy to /var/tmp/portage/kde-base/kdeartwork-wallpapers-4.14.49.9999/work/kdeartwork-wallpapers-4.14.49.9999
rsync: link_stat "/usr/portage/distfiles/svn-src/kdeartwork-4.14.49.9999/kdeartwork/wallpapers" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1165) [sender=3.1.1]
 * ERROR: kde-base/kdeartwork-wallpapers-4.14.49.9999::kde failed (unpack phase):
 *   {ESVN}: can't export subdirectory 'wallpapers' to '/var/tmp/portage/kde-base/kdeartwork-wallpapers-4.14.49.9999/work/kdeartwork-wallpapers-4.14.49.9999/'.
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_unpack
 *   environment, line 3979:  Called kde4-meta_src_unpack
 *   environment, line 3109:  Called kde4-meta_src_extract
 *   environment, line 3023:  Called die
 * The specific snippet of code:
 *                       rsync --recursive ${rsync_options} "${wc_path}/${subdir%/}" "${S}/${targetdir}" || die "${escm}: can't export subdirectory '${subdir}' to '${S}/${targetdir}'.";
 * 
 * If you need support, post the output of `emerge --info '=kde-base/kdeartwork-wallpapers-4.14.49.9999::kde'`,
 * the complete build log and the output of `emerge -pqv '=kde-base/kdeartwork-wallpapers-4.14.49.9999::kde'`.
 * The complete build log is located at '/var/tmp/portage/kde-base/kdeartwork-wallpapers-4.14.49.9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/kde-base/kdeartwork-wallpapers-4.14.49.9999/temp/environment'.
 * Working directory: '/var/tmp/portage/kde-base/kdeartwork-wallpapers-4.14.49.9999/work/kdeartwork-wallpapers-4.14.49.9999'
 * S: '/var/tmp/portage/kde-base/kdeartwork-wallpapers-4.14.49.9999/work/kdeartwork-wallpapers-4.14.49.9999'

>>> Failed to emerge kde-base/kdeartwork-wallpapers-4.14.49.9999, Log file:

>>>  '/var/tmp/portage/kde-base/kdeartwork-wallpapers-4.14.49.9999/temp/build.log'

 * Messages for package kde-base/kdeartwork-wallpapers-4.14.49.9999:

 * ERROR: kde-base/kdeartwork-wallpapers-4.14.49.9999::kde failed (unpack phase):
 *   {ESVN}: can't export subdirectory 'wallpapers' to '/var/tmp/portage/kde-base/kdeartwork-wallpapers-4.14.49.9999/work/kdeartwork-wallpapers-4.14.49.9999/'.
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_unpack
 *   environment, line 3979:  Called kde4-meta_src_unpack
 *   environment, line 3109:  Called kde4-meta_src_extract
 *   environment, line 3023:  Called die
 * The specific snippet of code:
 *                       rsync --recursive ${rsync_options} "${wc_path}/${subdir%/}" "${S}/${targetdir}" || die "${escm}: can't export subdirectory '${subdir}' to '${S}/${targetdir}'.";
 * 
 * If you need support, post the output of `emerge --info '=kde-base/kdeartwork-wallpapers-4.14.49.9999::kde'`,
 * the complete build log and the output of `emerge -pqv '=kde-base/kdeartwork-wallpapers-4.14.49.9999::kde'`.
 * The complete build log is located at '/var/tmp/portage/kde-base/kdeartwork-wallpapers-4.14.49.9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/kde-base/kdeartwork-wallpapers-4.14.49.9999/temp/environment'.
 * Working directory: '/var/tmp/portage/kde-base/kdeartwork-wallpapers-4.14.49.9999/work/kdeartwork-wallpapers-4.14.49.9999'
 * S: '/var/tmp/portage/kde-base/kdeartwork-wallpapers-4.14.49.9999/work/kdeartwork-wallpapers-4.14.49.9999'


Reproducible: Always
Comment 1 Michael Palimaka (kensington) gentoo-dev 2014-08-06 15:31:00 UTC
This is an upstream issue - checkout fails the same way even out of portage. I have raised the issue with them.
Comment 2 Jakub Caban 2014-08-06 15:32:14 UTC
Other packages from kdeartwork also fails. Maybe this can help:

 * Messages for package kde-base/kdeartwork-desktopthemes-4.14.49.9999:

 * Unable to locate CMakeLists.txt under:
 * "/var/tmp/portage/kde-base/kdeartwork-desktopthemes-4.14.49.9999/work/kdeartwork-desktopthemes-4.14.49.9999/CMakeLists.txt"
 * Consider not inheriting the cmake eclass.
 * ERROR: kde-base/kdeartwork-desktopthemes-4.14.49.9999::kde failed (configure phase):
 *   FATAL: Unable to find CMakeLists.txt
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_configure
 *   environment, line 3969:  Called kde4-meta_src_configure
 *   environment, line 3004:  Called kde4-base_src_configure
 *   environment, line 2725:  Called cmake-utils_src_configure
 *   environment, line 1026:  Called _execute_optionally 'src_configure'
 *   environment, line  502:  Called enable_cmake-utils_src_configure
 *   environment, line 1247:  Called die
 * The specific snippet of code:
 *           die "FATAL: Unable to find CMakeLists.txt";
 * 
 * If you need support, post the output of `emerge --info '=kde-base/kdeartwork-desktopthemes-4.14.49.9999::kde'`,
 * the complete build log and the output of `emerge -pqv '=kde-base/kdeartwork-desktopthemes-4.14.49.9999::kde'`.
 * The complete build log is located at '/var/tmp/portage/kde-base/kdeartwork-desktopthemes-4.14.49.9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/kde-base/kdeartwork-desktopthemes-4.14.49.9999/temp/environment'.
 * Working directory: '/var/tmp/portage/kde-base/kdeartwork-desktopthemes-4.14.49.9999/work/kdeartwork-desktopthemes-4.14.49.9999'
 * S: '/var/tmp/portage/kde-base/kdeartwork-desktopthemes-4.14.49.9999/work/kdeartwork-desktopthemes-4.14.49.9999'
Comment 3 Michael Palimaka (kensington) gentoo-dev 2014-08-09 14:52:48 UTC
Upstream says their server issue is resolved now, and it tests OK here locally. You may need to remove your SVN store dir as it may have been corrupted by the incomplete checkout.