Summary: | app-mobilephone/obexftp fails automake | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Gentoo Mobile Phone Developers (INACTIVE) <mobile-phone> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | using eautoreconf instead of eautomake |
Description
Diego Elio Pettenò (RETIRED)
![]() ***** automake ***** ***** PWD: /var/tmp/portage/app-mobilephone/obexftp-0.23-r1/work/obexftp-0.23 ***** automake --add-missing --copy configure.in:36: warning: AC_CACHE_VAL(freebsdbt_found, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from... acinclude.m4:63: AC_PATH_FREEBSDBT is expanded from... acinclude.m4:80: AC_PATH_BLUETOOTH is expanded from... acinclude.m4:99: BLUETOOTH_CHECK is expanded from... configure.in:36: the top level configure.in:36: warning: AC_CACHE_VAL(netbsdbt_found, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:53: AC_PATH_NETBSDBT is expanded from... configure.in:36: warning: AC_CACHE_VAL(winbt_found, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:43: AC_PATH_WINBT is expanded from... configure.in:5: version mismatch. This is Automake 1.10.3, configure.in:5: but the definition used by this AM_INIT_AUTOMAKE configure.in:5: comes from Automake 1.9.6. You should recreate configure.in:5: aclocal.m4 with aclocal and run automake again. apps/Makefile.am:16: variable `stress_SOURCES' is defined but no program or apps/Makefile.am:16: library has `stress' as canonical name (possible typo) Created attachment 226379 [details]
using eautoreconf instead of eautomake
The problem goes away for me when using eautoreconf instead if eautomake in the ebuild (see attachment).
(In reply to comment #2) > Created an attachment (id=226379) [details] > using eautoreconf instead of eautomake In the future, please consider attaching a patch to the existing ebuild, rather than posting a replacement ebuild. Providing a patch makes it easier for others to review your proposed changes and protects against losing other changes if your proposed build is dropped on top of an ebuild that had been modified since the version you used as a baseline. with using eautoreconf instead of eautomake you can also drop WANT_AUTOMAKE=1.9. fixing this issue with AUTOMAKE is important because of: 19 Feb 2011; Mike Frysinger <vapier@gentoo.org> libtool-2.4-r1.ebuild: Block even newer versions of automake #355551 by Tim Yamin. Fixed. |