Summary: | media-sound/ncmpc-0.24-r2 : * Failed Running aclocal ! | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Sound Team <sound> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sound |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 591594 | ||
Bug Blocks: | |||
Attachments: |
aclocal.out
emerge-history.txt environment media-sound:ncmpc-0.24-r2:20160331-061003.log |
Description
Toralf Förster
![]() Created attachment 429368 [details]
aclocal.out
Created attachment 429370 [details]
emerge-history.txt
Created attachment 429372 [details]
environment
Created attachment 429374 [details]
media-sound:ncmpc-0.24-r2:20160331-061003.log
ok, real problem in here is following: according to ncmpc-0.24 log, ax_require_defined.m4 is included in ncmpc sources. http://git.musicpd.org/cgit/master/ncmpc.git/commit/m4?id=0e16827f89162a5695e1915dac1c93b63a9586f1 Now, the content shows it in git repository: http://git.musicpd.org/cgit/master/ncmpc.git/tree/m4?id=0e16827f89162a5695e1915dac1c93b63a9586f1 However, when ncmpc-0.24.tar.xz unpacked, m4 dir does not have this file inluded: oleg2 ncmpc-0.24 # ls m4/ ax_append_compile_flags.m4 ax_append_link_flags.m4 ax_check_link_flag.m4 glib-gettext.m4 pkg.m4 progtest.m4 ax_append_flag.m4 ax_check_compile_flag.m4 ax_with_curses.m4 nls.m4 po.m4 oleg2 ncmpc-0.24 # So, tarball is missing the file. Next problem would be: since ncmpc now including ax_require_defined.m4, there is no need to copy same file, which ebuild does: https://gitweb.gentoo.org/repo/gentoo.git/tree/media-sound/ncmpc/ncmpc-0.24-r2.ebuild#n32 and ncmpc-0.25 released right now. should have various m4 fixes. Fixed in 0.25. |