Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116991 - sitecopy fails to emerge
Summary: sitecopy fails to emerge
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Chris White (RETIRED)
URL:
Whiteboard:
Keywords:
: 117864 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-12-28 07:48 UTC by Axel Reimann
Modified: 2006-01-05 02:46 UTC (History)
1 user (show)

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 Axel Reimann 2005-12-28 07:48:38 UTC
sitecopy's emerge process complains about an ill-configured neon:
>>> emerge (1 of 1) net-misc/sitecopy-0.16.0 to /
>>> md5 files   ;-) sitecopy-0.13.4-r2.ebuild
>>> md5 files   ;-) sitecopy-0.16.0.ebuild
>>> md5 files   ;-) sitecopy-0.15.1.ebuild
>>> md5 files   ;-) files/sitecopy-0.14.1-nls.patch
>>> md5 files   ;-) files/sitecopy-gcc3.4.patch
>>> md5 files   ;-) files/digest-sitecopy-0.13.4-r2
>>> md5 files   ;-) files/digest-sitecopy-0.15.1
>>> md5 files   ;-) files/digest-sitecopy-0.16.0
>>> md5 src_uri ;-) sitecopy-0.16.0.tar.gz
 * gnome support has been disabled
 * until some major bugs can
 * be fixed regarding it!

!!! ERROR: net-misc/sitecopy-0.16.0 failed.
!!! Function pkg_setup, Line 41, Exitcode 1
!!! neon needs expat support
!!! If you need support, post the topmost build error, NOT this status message.

The strange thing is that if I enable expat support in neon, the very same 
ebuild explains that is needs expat support DISABLED as it was in the first
place. Now what?
Comment 1 Axel Reimann 2005-12-28 07:52:15 UTC
Here is the alternative version I mentioned above:
Calculating dependencies ...done!
>>> emerge (1 of 1) net-misc/sitecopy-0.16.0 to /
>>> md5 files   ;-) sitecopy-0.13.4-r2.ebuild
>>> md5 files   ;-) sitecopy-0.16.0.ebuild
>>> md5 files   ;-) sitecopy-0.15.1.ebuild
>>> md5 files   ;-) files/sitecopy-0.14.1-nls.patch
>>> md5 files   ;-) files/sitecopy-gcc3.4.patch
>>> md5 files   ;-) files/digest-sitecopy-0.13.4-r2
>>> md5 files   ;-) files/digest-sitecopy-0.15.1
>>> md5 files   ;-) files/digest-sitecopy-0.16.0
>>> md5 src_uri ;-) sitecopy-0.16.0.tar.gz
 * gnome support has been disabled
 * until some major bugs can
 * be fixed regarding it!

!!! ERROR: net-misc/sitecopy-0.16.0 failed.
!!! Function pkg_setup, Line 45, Exitcode 0
!!! neon needs expat support disabled for
                xml2 support to be enabled
!!! If you need support, post the topmost build error, NOT this status message.
Comment 2 Chris White (RETIRED) gentoo-dev 2005-12-28 09:05:48 UTC
emerge -pv sitecopy neon
Comment 3 Axel Reimann 2005-12-28 10:05:46 UTC
[ebuild   R   ] net-misc/sitecopy-0.16.0  +expat -gssapi +nls -rsh +ssl -webdav +xml2* +zlib 0 kB
[ebuild   R   ] net-misc/neon-0.24.7  +expat +ssl +zlib 0 kB

Meanwhile, I got sitecopy to emerge by withdrawing the request for xml2 support:

USE=-xml2 emerge sitecopy

I guess, this issue is not really a bug. It were nice, however, if the
ebuild could state that both expat and xml2 cannot be enabled at the same
time. Thanks for your quick help!
Comment 4 Chris White (RETIRED) gentoo-dev 2005-12-28 10:16:57 UTC
Yah, I'll try and adjust the messages later.  It's kind of annoying the way it works out with neon, but that's life in packaging I guess...
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-01-05 02:46:12 UTC
*** Bug 117864 has been marked as a duplicate of this bug. ***