Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 230659

Summary: sys-fs/cryptsetup 1.0.6's ebuild requires libgpg-error as a dependency
Product: Gentoo Linux Reporter: John Doe <jdoe>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED NEEDINFO    
Severity: minor CC: lngndvs
Priority: High    
Version: 2008.0_beta2   
Hardware: x86   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description John Doe 2008-07-03 18:07:06 UTC
when emerging cryptsetup v 1.0.6 the compilation process fail due to the dependency libgpg-error not being fulfilled

1.Install Gentoo via 2008 beta 2 live cd (xserver, xfce, gdm)
2.Preform emerge sync
3.Preform emerge -avDNu world
4.cryptsetup 1.0.6 compilation fails

workaround is to obviously to emerge libgpg-error before preforming a world update
Comment 1 Christian Hoffmann (RETIRED) gentoo-dev 2008-07-03 18:14:55 UTC
This is an ebuild problem, not a security issue (that's what the Security component is for). Changing Component and assigning to maintainers.
Comment 2 Alan Eugene Davis 2008-07-26 05:43:55 UTC
(In reply to comment #1)
> This is an ebuild problem, not a security issue (that's what the Security
> component is for). Changing Component and assigning to maintainers.
> 

However, for me at least /usr/lib64/libgpg-error.a does not exist as is required by cryptsetup.  I tried to link libgpg-error.so to libgpgerror.a with a resulting failure of cryptsetup saying a static link was impossible with a dynamic object.  


Comment 3 Ɓukasz Damentko (RETIRED) gentoo-dev 2008-08-11 01:30:37 UTC
Reassigning back to herd since Benjamin has retired as a Gentoo developer (#89719).
Comment 4 SpanKY gentoo-dev 2008-10-05 19:57:07 UTC
cryptsetup already has DEPEND on dev-libs/libgpg-error

post actual build failures