Date: Wed, 26 Aug 2015 19:45:04 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202682] audio/deadbeef: fix build with upcoming libzip-1.0 Message-ID: <bug-202682-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202682 Bug ID: 202682 Summary: audio/deadbeef: fix build with upcoming libzip-1.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: vg@FreeBSD.org Reporter: makc@FreeBSD.org Flags: maintainer-feedback?(vg@FreeBSD.org) Assignee: vg@FreeBSD.org Created attachment 160386 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160386&action=edit fix build with libzip-1.0 deadbeef fails with libzip-1.0.1: gmake[3]: Entering directory '/wrkdirs/usr/ports/audio/deadbeef/work/deadbeef-0.6.2/plugins/vfs_zip' /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../dumb/dumb-kode54/include -I../../plugins/libmp4ff -I../../plugins/gme/game-music-emu-0.6pre -I/usr/local/include -DLIBICONV_PLUG -D_THREAD_SAFE -O2 -pipe -march=core2 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -D_GNU_SOURCE -DLIBDIR=\"/usr/local/lib\" -DPREFIX=\"/usr/local\" -DDOCDIR=\"/usr/local/share/doc/deadbeef\" -DDDB_WARN_DEPRECATED=1 -I/usr/local/include -std=c99 -O2 -pipe -march=core2 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -D_GNU_SOURCE -DLIBDIR=\"/usr/local/lib\" -DPREFIX=\"/usr/local\" -DDOCDIR=\"/usr/local/share/doc/deadbeef\" -DDDB_WARN_DEPRECATED=1 -MT vfs_zip.lo -MD -MP -MF .deps/vfs_zip.Tpo -c -o vfs_zip.lo vfs_zip.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../dumb/dumb-kode54/include -I../../plugins/libmp4ff -I../../plugins/gme/game-music-emu-0.6pre -I/usr/local/include -DLIBICONV_PLUG -D_THREAD_SAFE -O2 -pipe -march=core2 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -D_GNU_SOURCE -DLIBDIR=\"/usr/local/lib\" -DPREFIX=\"/usr/local\" -DDOCDIR=\"/usr/local/share/doc/deadbeef\" -DDDB_WARN_DEPRECATED=1 -I/usr/local/include -std=c99 -O2 -pipe -march=core2 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -D_GNU_SOURCE -DLIBDIR=\"/usr/local/lib\" -DPREFIX=\"/usr/local\" -DDOCDIR=\"/usr/local/share/doc/deadbeef\" -DDDB_WARN_DEPRECATED=1 -MT vfs_zip.lo -MD -MP -MF .deps/vfs_zip.Tpo -c vfs_zip.c -fPIC -DPIC -o .libs/vfs_zip.o vfs_zip.c:57:3: error: typedef redefinition with different types ('struct zip_file_t' vs 'struct zip_file') } zip_file_t; ^ /usr/local/include/zip.h:298:25: note: previous definition is here typedef struct zip_file zip_file_t; -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202682-13>