Date: Tue, 25 Sep 2018 07:37:57 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 231706] File is not found when building audio/deadbeef Message-ID: <bug-231706-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231706 Bug ID: 231706 Summary: File is not found when building audio/deadbeef Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: danfe@FreeBSD.org Reporter: kpect@protonmail.com Assignee: danfe@FreeBSD.org Flags: maintainer-feedback?(danfe@FreeBSD.org) Hi. I'm facing following issue, when building deadbeef: mv -f .deps/conf.Tpo .deps/conf.Po cc -DHAVE_CONFIG_H -I. -I../dumb/dumb-kode54/include -I../../plugins/libm= p4ff -I../../plugins/gme/game-music-emu-0.6pre=20 -I./sidplay-libs/libsidplay/include/sidplay -I/usr/local/include -DLIBICONV_PLUG -D_THREAD_SAFE -std=3Dc99 -O2 -pipe -march=3Divybridge=20 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -D_GNU_SOURCE=20 -DLIBDIR=3D\"/usr/local/lib\" -DPREFIX=3D\"/usr/local\" -DDOCDIR=3D\"/usr/local/share/doc/deadbeef\" -DDDB_WARN_DEPRECATED=3D1 -MT = volume.o -MD -MP -MF .deps/volume.Tpo -c -o volume.o volume.c 1 warning generated. mv -f .deps/threading_pthread.Tpo .deps/threading_pthread.Po cc -DHAVE_CONFIG_H -I. -I../dumb/dumb-kode54/include -I../../plugins/libm= p4ff -I../../plugins/gme/game-music-emu-0.6pre=20 -I./sidplay-libs/libsidplay/include/sidplay -I/usr/local/include -DLIBICONV_PLUG -D_THREAD_SAFE -std=3Dc99 -O2 -pipe -march=3Divybridge=20 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -D_GNU_SOURCE=20 -DLIBDIR=3D\"/usr/local/lib\" -DPREFIX=3D\"/usr/local\" -DDOCDIR=3D\"/usr/local/share/doc/deadbeef\" -DDDB_WARN_DEPRECATED=3D1 -MT junklib.o -MD -MP -MF .deps/junklib.Tpo -c -o junklib.o junklib.c mv -f .deps/volume.Tpo .deps/volume.Po cc -DHAVE_CONFIG_H -I. -I../dumb/dumb-kode54/include -I../../plugins/libm= p4ff -I../../plugins/gme/game-music-emu-0.6pre=20 -I./sidplay-libs/libsidplay/include/sidplay -I/usr/local/include -DLIBICONV_PLUG -D_THREAD_SAFE -std=3Dc99 -O2 -pipe -march=3Divybridge=20 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -D_GNU_SOURCE=20 -DLIBDIR=3D\"/usr/local/lib\" -DPREFIX=3D\"/usr/local\" -DDOCDIR=3D\"/usr/local/share/doc/deadbeef\" -DDDB_WARN_DEPRECATED=3D1 -MT = utf8.o -MD -MP -MF .deps/utf8.Tpo -c -o utf8.o utf8.c junklib.c:43:12: fatal error: 'ConvertUTF/ConvertUTF.h' file not found #include "ConvertUTF/ConvertUTF.h" ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from utf8.c:47: u8_uc_map.txt:6:9: warning: 'TOTAL_KEYWORDS' macro redefined [-Wmacro-redefined] #define TOTAL_KEYWORDS 1006 ^ u8_lc_map.txt:6:9: note: previous definition is here #define TOTAL_KEYWORDS 1007 ^ In file included from utf8.c:47: u8_uc_map.txt:8:9: warning: 'MAX_WORD_LENGTH' macro redefined [-Wmacro-redefined] #define MAX_WORD_LENGTH 7 ^ u8_lc_map.txt:8:9: note: previous definition is here #define MAX_WORD_LENGTH 4 ^ In file included from utf8.c:47: u8_uc_map.txt:10:9: warning: 'MAX_HASH_VALUE' macro redefined [-Wmacro-redefined] #define MAX_HASH_VALUE 2780 ^ u8_lc_map.txt:10:9: note: previous definition is here #define MAX_HASH_VALUE 2519 ^ 1 error generated. gmake[4]: *** [Makefile:665: junklib.o] Error 1 gmake[4]: *** Waiting for unfinished jobs.... utf8.c:695:35: warning: passing 'const signed char *' to parameter of type 'const char *' converts between pointers to integer types with different si= gn [-Wpointer-sign] int ll =3D u8_tolower_slow (c, l, out); ^ utf8.c:671:30: note: passing argument to parameter 'input' here u8_tolower_slow (const char *input, int len, char *out) { ^ utf8.c:730:35: warning: passing 'const signed char *' to parameter of type 'const char *' converts between pointers to integer types with different si= gn [-Wpointer-sign] int ll =3D u8_toupper_slow (c, l, out); ^ utf8.c:706:30: note: passing argument to parameter 'input' here u8_toupper_slow (const char *input, int len, char *out) { ^ utf8.c:766:34: warning: passing 'const char *' to parameter of type 'const signed char *' converts between pointers to integer types with different si= gn [-Wpointer-sign] int l1 =3D u8_tolower (p1, i1, lw1); ^~ utf8.c:683:32: note: passing argument to parameter 'c' here u8_tolower (const signed char *c, int l, char *out) { ^ utf8.c:767:34: warning: passing 'const char *' to parameter of type 'const signed char *' converts between pointers to integer types with different si= gn [-Wpointer-sign] int l2 =3D u8_tolower (p2, i2, lw2); ^~ utf8.c:683:32: note: passing argument to parameter 'c' here u8_tolower (const signed char *c, int l, char *out) { ^ utf8.c:801:34: warning: passing 'const char *' to parameter of type 'const signed char *' converts between pointers to integer types with different si= gn [-Wpointer-sign] int l1 =3D u8_tolower (p1, i1, lw1); ^~ utf8.c:683:32: note: passing argument to parameter 'c' here u8_tolower (const signed char *c, int l, char *out) { ^ utf8.c:828:30: warning: passing 'const char *' to parameter of type 'const signed char *' converts between pointers to integer types with different si= gn [-Wpointer-sign] int l1 =3D u8_tolower (p1, i1, s1); ^~ utf8.c:683:32: note: passing argument to parameter 'c' here u8_tolower (const signed char *c, int l, char *out) { ^ utf8.c:829:30: warning: passing 'const char *' to parameter of type 'const signed char *' converts between pointers to integer types with different si= gn [-Wpointer-sign] int l2 =3D u8_tolower (p2, i2, s2); ^~ utf8.c:683:32: note: passing argument to parameter 'c' here u8_tolower (const signed char *c, int l, char *out) { ^ 10 warnings generated. mv -f .deps/utf8.Tpo .deps/utf8.Po mv -f .deps/streamer.Tpo .deps/streamer.Po 25 warnings generated. mv -f .deps/playlist.Tpo .deps/playlist.Po gmake[4]: Leaving directory '/usr/obj/usr/ports/audio/deadbeef/work/deadbeef-0.7.2' gmake[3]: *** [Makefile:769: all-recursive] Error 1 gmake[3]: Leaving directory '/usr/obj/usr/ports/audio/deadbeef/work/deadbeef-0.7.2' gmake[2]: *** [Makefile:527: all] Error 2 gmake[2]: Leaving directory '/usr/obj/usr/ports/audio/deadbeef/work/deadbeef-0.7.2' =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/audio/deadbeef *** Error code 1 Stop. make: stopped in /usr/ports/audio/deadbeef it looks that ConvertUTF/ConvertUTF.h' file is not found in the archive, w= hile it could be found on git. Can you please help to resolve the issue? Best regards, Sergey. --=20 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-231706-7788>