Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271492 - gnome-extra/evolution-data-server-2.26.2 fails with USE=kerberos and --as-needed
Summary: gnome-extra/evolution-data-server-2.26.2 fails with USE=kerberos and --as-needed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2009-05-28 06:03 UTC by Tiziano Müller (RETIRED)
Modified: 2009-05-28 06:35 UTC (History)
0 users

See Also:
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 (evolution-data-server-2.26.2-as-needed-configure.patch,1.31 KB, patch)
2009-05-28 06:04 UTC, Tiziano Müller (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.