[Bug 211250] audio/musicpc: small fixes, take maintainership

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 21 07:01:21 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211250

--- Comment #2 from Zsolt Udvari <udvzsolt at 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: $? = 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 at lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "mpc"
| #define VERSION "0.27"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   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:
===>   musicpc-0.27 depends on shared library: libiconv.so - found
(/usr/local/lib/libiconv.so)
===>  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...

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list