* [gentoo-user] Upgrading app-crypt/gnupg-1.9.94 fails to emerge.
@ 2006-10-30 9:19 Dale
2006-10-30 9:39 ` Alan McKinnon
0 siblings, 1 reply; 6+ messages in thread
From: Dale @ 2006-10-30 9:19 UTC (permalink / raw
To: gentoo-user
Hi,
I did my normal sync and then got a list of packages to upgrade. It
fails on app-crypt/gnupg-1.9.94 with the following:
> checking if gcc supports -Wno-pointer-sign... yes
> configure:
> ***
> *** You need libgpg-error to build this program.
> ** This library is for example available at
> *** ftp://ftp.gnupg.org/gcrypt/libgpg-error
> *** (at least version 1.4 is required.)
> ***
> configure:
> ***
> *** You need libassuan with Pth support to build this program.
> *** This library is for example available at
> *** ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/
> *** (at least version 0.9.3 (API 1) is required).
> ***
> configure: error:
> ***
> *** Required libraries not found. Please consult the above messages
> *** and install them before running configure again.
> ***
>
> !!! Please attach the following file when filing a report to
> bugs.gentoo.org:
> !!! /var/tmp/portage/gnupg-1.9.94/work/gnupg-1.9.94/config.log
>
> !!! ERROR: app-crypt/gnupg-1.9.94 failed.
> Call stack:
> ebuild.sh, line 1546: Called dyn_compile
> ebuild.sh, line 937: Called src_compile
> gnupg-1.9.94.ebuild, line 72: Called econf '--enable-agent'
> '--enable-symcryptrun' '--disable-gpg' '--enable-gpgsm'
> '--disable-scdaemon' '--enable-nls' '--enable-ldap'
> '--disable-capabilities' '--with-photo-viewer=/usr/bin/xloadimage'
> ebuild.sh, line 540: Called die
>
> !!! econf failed
> !!! If you need support, post the topmost build error, and the call
> stack if relevant.
>
> root@smoker / #
I have the config.log it mentions but it is pretty good size. I would
rather send it directly if you need it. I don't have a way of hosting
it. Sorry.
I have the following installed:
> dev-libs/libgpg-error-1.3
> dev-libs/libassuan-0.9.2
This is my USE line, in alphabetical order:
> USE="acl acpi alsa amd arts artswrappersuid automount browserplugin
> bzip2 cdr chroot crypt dbus doc dvd dvdr esd exif fdftk -fftw -firefox
> gaim gcj gif gimp gimpprint gkrellm -gnome gphoto2 gtk hal hbci ipv6
> java javascript jbig jpeg jpeg2k justify kde logrotate mmx mp3
> nsplugin ofx offensive opengl -oss postgres ppds qt3 qt4 samba scanner
> seamonkey sqlite sse syslog tiff tk truetype udev usb win32codecs wma
> wmf X -xmms xml xprint yahoo 3dnow "
Has anyone else ran into this? Do I need to change something on my
end? Is this a bug? A dependency issue?
Thanks for the help.
Dale
:-) :-) :-)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Upgrading app-crypt/gnupg-1.9.94 fails to emerge.
2006-10-30 9:19 [gentoo-user] Upgrading app-crypt/gnupg-1.9.94 fails to emerge Dale
@ 2006-10-30 9:39 ` Alan McKinnon
2006-10-30 9:55 ` Dale
0 siblings, 1 reply; 6+ messages in thread
From: Alan McKinnon @ 2006-10-30 9:39 UTC (permalink / raw
To: gentoo-user
On Monday 30 October 2006 11:19, Dale wrote:
[ snip]
> > *** ftp://ftp.gnupg.org/gcrypt/libgpg-error
> > *** (at least version 1.4 is required.)
[snip]
> > *** ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/
> > *** (at least version 0.9.3 (API 1) is required).
> > ***
> > configure: error:
> > ***
> > *** Required libraries not found. Please consult the above messages
> > *** and install them before running configure again.
> > ***
[snip]
> I have the following installed:
> > dev-libs/libgpg-error-1.3
> > dev-libs/libassuan-0.9.2
Both libraries you have are one version behind. DEPEND in the
gnupg-1.9.94 ebuild says it wants at least the version you do have, but
it's ./configure says different. This is a bug, you should report it.
Meanwhile a workaround is to simply emerge the versions of the libs
required:
emerge -av1 =dev-libs/libgpg-error-1.4 =dev-libs/libassuan-0.9.3
alan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Upgrading app-crypt/gnupg-1.9.94 fails to emerge.
2006-10-30 9:39 ` Alan McKinnon
@ 2006-10-30 9:55 ` Dale
2006-10-30 10:25 ` Dale
0 siblings, 1 reply; 6+ messages in thread
From: Dale @ 2006-10-30 9:55 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 642 bytes --]
Alan McKinnon wrote:
>
>
> Both libraries you have are one version behind. DEPEND in the
> gnupg-1.9.94 ebuild says it wants at least the version you do have, but
> it's ./configure says different. This is a bug, you should report it.
>
> Meanwhile a workaround is to simply emerge the versions of the libs
> required:
>
> emerge -av1 =dev-libs/libgpg-error-1.4 =dev-libs/libassuan-0.9.3
>
> alan
>
Thanks. That was sort of what I was thinking, depending on wrong
version of those and portage was not catching it so it may be a bug too.
I'll unmask those and give it a try. Let's see how brave I am.
Thanks again.
Dale
:-) :-)
[-- Attachment #2: Type: text/html, Size: 1023 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Upgrading app-crypt/gnupg-1.9.94 fails to emerge.
2006-10-30 9:55 ` Dale
@ 2006-10-30 10:25 ` Dale
2006-10-30 11:01 ` Alan McKinnon
0 siblings, 1 reply; 6+ messages in thread
From: Dale @ 2006-10-30 10:25 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1107 bytes --]
Dale wrote:
> Alan McKinnon wrote:
>>
>>
>> Both libraries you have are one version behind. DEPEND in the
>> gnupg-1.9.94 ebuild says it wants at least the version you do have, but
>> it's ./configure says different. This is a bug, you should report it.
>>
>> Meanwhile a workaround is to simply emerge the versions of the libs
>> required:
>>
>> emerge -av1 =dev-libs/libgpg-error-1.4 =dev-libs/libassuan-0.9.3
>>
>> alan
>>
>
> Thanks. That was sort of what I was thinking, depending on wrong
> version of those and portage was not catching it so it may be a bug too.
>
> I'll unmask those and give it a try. Let's see how brave I am.
>
> Thanks again.
>
> Dale
>
> :-) :-)
After looking through my package.keywords and package.unmask file, it
may have been a setting on my end. I usually keyword or unmask specific
versions which can catch up to me sometimes. I seem to recall having to
add those when KDE 3.5 came out. I'm not sure it was all on my end but
I don't want to do a bug report only to find out it was.
After emerging those versions, it installed fine.
Thanks
Dale
:-) :-)
[-- Attachment #2: Type: text/html, Size: 1687 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Upgrading app-crypt/gnupg-1.9.94 fails to emerge.
2006-10-30 10:25 ` Dale
@ 2006-10-30 11:01 ` Alan McKinnon
2006-10-30 11:38 ` Dale
0 siblings, 1 reply; 6+ messages in thread
From: Alan McKinnon @ 2006-10-30 11:01 UTC (permalink / raw
To: gentoo-user
On Monday 30 October 2006 12:25, Dale wrote:
> After looking through my package.keywords and package.unmask file, it
> may have been a setting on my end. I usually keyword or unmask
> specific versions which can catch up to me sometimes. I seem to
> recall having to add those when KDE 3.5 came out. I'm not sure it
> was all on my end but I don't want to do a bug report only to find
> out it was.
It certainly is a bug in the ebuild:
The ebuild requires versions x or later
The package itself requires versions x+1 or later
So the ebuild needs to be modified. Go on, file the bug and take the
credit :-)
alan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Upgrading app-crypt/gnupg-1.9.94 fails to emerge.
2006-10-30 11:01 ` Alan McKinnon
@ 2006-10-30 11:38 ` Dale
0 siblings, 0 replies; 6+ messages in thread
From: Dale @ 2006-10-30 11:38 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 396 bytes --]
Alan McKinnon wrote:
>
> It certainly is a bug in the ebuild:
>
> The ebuild requires versions x or later
> The package itself requires versions x+1 or later
>
> So the ebuild needs to be modified. Go on, file the bug and take the
> credit :-)
>
> alan
>
OK. I reported it. It's just that most errors are my fault so I'm a
bit leery of diving in.
Maybe they will fix it.
Dale
:-) :-)
[-- Attachment #2: Type: text/html, Size: 773 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-10-30 11:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-30 9:19 [gentoo-user] Upgrading app-crypt/gnupg-1.9.94 fails to emerge Dale
2006-10-30 9:39 ` Alan McKinnon
2006-10-30 9:55 ` Dale
2006-10-30 10:25 ` Dale
2006-10-30 11:01 ` Alan McKinnon
2006-10-30 11:38 ` Dale
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox