Files
buildroot/package
Fabrice Fontaine 7ecd0e4edf package/libid3tag: needs host-gperf
Since switch to debian in commit
210ccaef57, host-gperf is needed to
generate frametype.c because debian/patches/add-m4-directory.patch
patches Makefile.am. As a side effect, libid3tag tries to generate
frametype.c from frametype.gperf due to following rule:

$(srcdir)/frametype.c: $(srcdir)/frametype.gperf Makefile.am
        cd $(srcdir) &&  \
        gperf -tCcTonD -K id -N id3_frametype_lookup -s -3 -k '*'  \
                frametype.gperf |  \
        sed -e 's/\(struct id3_frametype\);/\1/' |  \
        sed -e '/\$$''Id: /s/\$$//g' >frametype.c

If host-gperf is not available, frametype.c will be empty and build with
madplay will fail on:

configure:17243: checking for snd_pcm_open in -lasound
configure:17268: /home/giuliobenetti/autobuild/run/instance-3/output-1/host/bin/powerpc64-linux-gcc -o conftest -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=1  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -lasound  -L/home/giuliobenetti/autobuild/run/instance-3/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lasound  -L/home/giuliobenetti/autobuild/run/instance-3/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib -lid3tag  >&5
/home/giuliobenetti/autobuild/run/instance-3/output-1/host/opt/ext-toolchain/bin/../lib/gcc/powerpc64-buildroot-linux-gnu/8.3.0/../../../../powerpc64-buildroot-linux-gnu/bin/ld: /home/giuliobenetti/autobuild/run/instance-3/output-1/host/bin/../powerpc64-buildroot-linux-gnu/sysroot/usr/lib/libid3tag.so: undefined reference to `id3_frametype_lookup'

Fixes:
 - http://autobuild.buildroot.org/results/15a8c7f6e34b26446179c04383719ea71495403e

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-04-15 22:48:23 +02:00
..
2020-03-09 15:17:09 +01:00
2020-04-07 08:01:28 +02:00
2020-03-22 21:57:07 +01:00
2020-03-09 22:13:11 +01:00
2020-03-09 22:13:12 +01:00
2020-04-11 09:48:58 +02:00
2020-02-29 23:17:29 +01:00
2020-03-15 21:38:56 +01:00
2020-02-29 19:26:38 +01:00
2020-03-18 22:21:21 +01:00
2020-02-27 21:14:22 +01:00
2020-04-07 07:49:08 +02:00
2020-04-10 22:43:08 +02:00
2020-04-10 21:30:14 +02:00
2020-04-11 09:51:06 +02:00
2020-04-13 23:08:46 +02:00
2020-03-29 18:35:22 +02:00
2020-03-29 16:32:51 +02:00
2020-04-10 22:31:29 +02:00
2020-03-05 21:06:47 +01:00
2020-04-08 21:22:41 +02:00
2020-03-29 22:47:35 +02:00
2020-03-29 16:11:14 +02:00
2020-04-06 22:13:57 +02:00
2020-04-04 22:30:44 +02:00
2020-04-13 21:55:59 +02:00
2020-03-20 23:00:30 +01:00
2020-03-18 22:13:08 +01:00
2020-03-18 22:20:57 +01:00
2020-03-28 14:53:50 +01:00
2020-04-13 22:34:50 +02:00
2020-04-05 16:25:43 +02:00
2020-04-12 23:17:02 +02:00
2020-04-12 23:13:57 +02:00
2020-04-08 16:53:23 +02:00
2020-04-08 21:18:57 +02:00
2020-04-12 23:14:12 +02:00
2020-04-12 22:47:54 +02:00
2020-03-08 16:29:44 +01:00
2020-04-12 13:38:08 +02:00
2020-03-22 08:29:56 +01:00
2020-03-15 21:38:55 +01:00
2020-03-08 09:41:44 +01:00
2020-04-06 21:40:23 +02:00
2020-02-29 20:25:34 +01:00
2020-04-11 14:55:24 +02:00
2020-03-22 22:05:03 +01:00
2020-03-18 23:13:50 +01:00
2020-04-04 17:30:37 +02:00
2020-03-07 22:43:55 +01:00
2020-03-26 23:01:10 +01:00
2020-03-02 23:33:57 +01:00
2020-04-01 21:51:06 +02:00
2020-04-11 10:07:02 +02:00
2020-03-29 16:52:01 +02:00
2020-03-18 23:11:00 +01:00
2020-04-13 10:32:54 +02:00
2020-03-29 21:52:51 +02:00
2020-03-22 15:33:31 +01:00
2020-03-20 21:45:00 +01:00
2020-03-20 21:49:09 +01:00
2020-04-13 22:44:39 +02:00