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

Bug 271492

Summary: gnome-extra/evolution-data-server-2.26.2 fails with USE=kerberos and --as-needed
Product: Gentoo Linux Reporter: Tiziano Müller (RETIRED) <dev-zero>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal Keywords: Inclusion
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: evolution-data-server-2.26.2-as-needed-configure.patchevolution-data-server-2.26.2-as-needed-configure.patch

Description Tiziano Müller (RETIRED) gentoo-dev 2009-05-28 06:03:23 UTC
... since upstream doesn't know the difference between LIBS and LDFLAGS *sigh*

here's the error:
checking for Kerberos 5... no
no
configure: error: You specified with krb5, but it was not found.

!!! ERROR in gnome-extra/evolution-data-server-2.26.2:
!!! In econf at line 2198
!!! econf failed

!!! Call stack:
!!!    * econf (/var/tmp/paludis/gnome-extra-evolution-data-server-2.26.2/temp/loadsaveenv:2198)
!!!    * gnome2_src_configure (/var/tmp/paludis/gnome-extra-evolution-data-server-2.26.2/temp/loadsaveenv:3794)
!!!    * src_configure (/var/tmp/paludis/gnome-extra-evolution-data-server-2.26.2/temp/loadsaveenv:4926)
!!!    * ebuild_f_configure (/usr/libexec/paludis/2/src_configure.bash:52)
!!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:482)
!!!    * main (/usr/libexec/paludis/ebuild.bash:498)

diefunc: making ebuild PID 26915 exit with error
die trap: exiting with error.
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2009-05-28 06:04:31 UTC
Created attachment 192673 [details, diff]
evolution-data-server-2.26.2-as-needed-configure.patchevolution-data-server-2.26.2-as-needed-configure.patch

and here's the patch to fix the issue.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-05-28 06:31:41 UTC
besides the missing LDFLAGS -> LIBS substitution, this patch looks fine, feel free to commit.
Comment 3 Tiziano Müller (RETIRED) gentoo-dev 2009-05-28 06:35:15 UTC
done. thanks.