Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 442242 - mail-client/evolution-2.32-r1 with sys-devel/automake-1.12 - /usr/share/automake-1.12/am/ltlibrary.am: warning: 'libevolution-a11y.la': linking libtool libraries using a non-POSIX archiver requires 'AM_PROG_AR' in 'configure.ac' while processing ...
Summary: mail-client/evolution-2.32-r1 with sys-devel/automake-1.12 - /usr/share/autom...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-07 19:45 UTC by Evgeny Bobkin
Modified: 2012-11-17 12:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (file_442242.txt,5.48 KB, text/plain)
2012-11-07 19:47 UTC, Evgeny Bobkin
Details
automake.out (file_442242.txt,26.54 KB, text/plain)
2012-11-07 19:48 UTC, Evgeny Bobkin
Details
emerge --info (file_442242.txt,5.48 KB, text/plain)
2012-11-07 19:51 UTC, Evgeny Bobkin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Evgeny Bobkin 2012-11-07 19:45:03 UTC
evolution-2.32-r1 fails to build with automake-1.12 because warnings are treated as errors

Reproducible: Always
Comment 1 Evgeny Bobkin 2012-11-07 19:47:08 UTC
Created attachment 328732 [details]
build.log
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-11-07 19:48:01 UTC
 * Include in your bugreport the contents of:
 * /var/tmp/portage/mail-client/evolution-2.32.3-r1/temp/automake.out

1) Please attach that file to this bug report.
2) Please post your `emerge --info' output in a comment.
Comment 3 Evgeny Bobkin 2012-11-07 19:48:32 UTC
Created attachment 328734 [details]
automake.out
Comment 4 Evgeny Bobkin 2012-11-07 19:51:41 UTC
Created attachment 328736 [details]
emerge --info
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2012-11-07 20:01:28 UTC
/usr/share/automake-1.12/am/ltlibrary.am: warning: 'libevolution-a11y.la': linking libtool libraries using a non-POSIX archiver requires 'AM_PROG_AR' in 'configure.ac' while processing Libtool library 'libevolution-a11y.la'
Comment 6 Evgeny Bobkin 2012-11-08 09:46:42 UTC
on of the possible solutions would be to add this line to configure.ac:

m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # required by automake 1.12

or to disable the -Werror option in AM_INIT_AUTOMAKE, whereas the last option does not sound good for a long run.
Comment 7 Pacho Ramos gentoo-dev 2012-11-17 12:12:56 UTC
+  17 Nov 2012; Pacho Ramos <pacho@gentoo.org> -evolution-2.32.3.ebuild,
+  evolution-2.32.3-r1.ebuild:
+  Fix building with latest automake dropping last -Werror instance we missed
+  before (#442242 by evgenn), show message for changing browser only when people
+  don't have gnome-default-applications-properties provider. Remove old.
+