Date: Thu, 21 Jul 2016 07:01:21 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211250] audio/musicpc: small fixes, take maintainership Message-ID: <bug-211250-13-sOaWBcnvWD@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211250-13@https.bugs.freebsd.org/bugzilla/> References: <bug-211250-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211250 --- Comment #2 from Zsolt Udvari <udvzsolt@gmail.com> --- (In reply to Dmitry Marakasov from comment #1) Hm, it's strange. Part of config.log: /usr/bin/ld: cannot find -liconv configure:3273: $? =3D 1 configure:3311: result: no configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "mpc" | #define PACKAGE_TARNAME "mpc" | #define PACKAGE_VERSION "0.27" | #define PACKAGE_STRING "mpc 0.27" | #define PACKAGE_BUGREPORT "musicpd-dev-team@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "mpc" | #define VERSION "0.27" | /* end confdefs.h. */ |=20 | int | main () | { |=20 | ; | return 0; | } configure:3316: error: in `/wrkdirs/usr/ports/audio/musicpc/work/mpc-0.27': configure:3319: error: C compiler cannot create executables See `config.log' for more details So can't link libiconv.so but it seems it's installed: =3D=3D=3D> musicpc-0.27 depends on shared library: libiconv.so - found (/usr/local/lib/libiconv.so) =3D=3D=3D> Configuring for musicpc-0.27 configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c But it doesn't build with original Makefile too... --=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-211250-13-sOaWBcnvWD>