Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Feb 2014 21:40:34 -0800 (PST)
From:      justin <jv@yeaguy.com>
To:        freebsd-ports@freebsd.org
Subject:   Mediatomb // recode error.
Message-ID:  <alpine.BSF.2.00.1402092135530.39597@yeaguy.com>

next in thread | raw e-mail | index | archive | help
Hi - I just installed:

root@yeaguy:~ # uname -a
FreeBSD yeaguy.com 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 
16 22:34:59 UTC 2014 
root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

and I am trying to install:

/usr/ports/net/mediatomb

For some reason, the install is failing at recode.

I am seeing:


===>  Building for recode-3.6_9
--- all-recursive-am ---
/usr/bin/make  all-recursive
--- all-recursive ---
Making all in m4
Making all in doc
Making all in lib
Making all in i18n
Making all in src
--- libiconv.lo ---
--- mule.lo ---
--- names.lo ---
--- libiconv.lo ---
/bin/sh /usr/local/bin/libtool --mode=compile cc 
-DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../lib 
-I/usr/local/include  -I/usr/local/include -DLIBICONV_PLUG  -O2 -pipe 
-fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c libiconv.c
--- mule.lo ---
/bin/sh /usr/local/bin/libtool --mode=compile cc 
-DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../lib 
-I/usr/local/include  -I/usr/local/include -DLIBICONV_PLUG  -O2 -pipe 
-fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c mule.c
--- names.lo ---
/bin/sh /usr/local/bin/libtool --mode=compile cc 
-DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../lib 
-I/usr/local/include  -I/usr/local/include -DLIBICONV_PLUG  -O2 -pipe 
-fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c names.c
--- libiconv.lo ---
libtool: compile:  cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. 
-I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -O2 
-pipe -fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c libiconv.c  -fPIC 
-DPIC -o .libs/libiconv.o
--- mule.lo ---
libtool: compile:  cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. 
-I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -O2 
-pipe -fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c mule.c  -fPIC -DPIC -o 
.libs/mule.o
--- names.lo ---
libtool: compile:  cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. 
-I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -O2 
-pipe -fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c names.c  -fPIC -DPIC 
-o .libs/names.o
--- libiconv.lo ---
libiconv.c:50:3: warning: implicit declaration of function 'iconvctl' is 
invalid in C99 [-Wimplicit-function-declaration]
   iconvctl (conversion, ICONV_SET_TRANSLITERATE, &transliterate);
   ^
libiconv.c:50:25: error: use of undeclared identifier 
'ICONV_SET_TRANSLITERATE'
   iconvctl (conversion, ICONV_SET_TRANSLITERATE, &transliterate);
                         ^
libiconv.c:51:33: error: use of undeclared identifier 
'ICONV_SET_TRANSLITERATE'
   iconvctl (conversion_to_utf8, ICONV_SET_TRANSLITERATE, &transliterate);
                                 ^
libiconv.c:102:8: error: use of undeclared identifier 
'ICONV_SET_TRANSLITERATE'
                             ICONV_SET_TRANSLITERATE, &transliterate);
                             ^
libiconv.c:104:8: error: use of undeclared identifier 
'ICONV_SET_TRANSLITERATE'
                             ICONV_SET_TRANSLITERATE, &transliterate);
                             ^
--- names.lo ---
names.c:910:16: warning: format string is not a string literal 
(potentially insecure) [-Wformat-security]
               printf (blanks);
                       ^~~~~~
--- libiconv.lo ---
1 warning and 4 errors generated.
*** [libiconv.lo] Error code 1

make[3]: stopped in /usr/ports/converters/recode/work/recode-3.6/src
--- mule.lo ---
libtool: compile:  cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. 
-I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -O2 
-pipe -fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c mule.c -o mule.o 
>/dev/null 2>&1
--- names.lo ---
1 warning generated.
libtool: compile:  cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. 
-I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -O2 
-pipe -fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c names.c -o names.o 
>/dev/null 2>&1
1 error

make[3]: stopped in /usr/ports/converters/recode/work/recode-3.6/src
*** [all-recursive] Error code 1

make[2]: stopped in /usr/ports/converters/recode/work/recode-3.6
1 error

make[2]: stopped in /usr/ports/converters/recode/work/recode-3.6
*** [all-recursive-am] Error code 2

make[1]: stopped in /usr/ports/converters/recode/work/recode-3.6
1 error

make[1]: stopped in /usr/ports/converters/recode/work/recode-3.6
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure 
to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/ports/converters/recode
root@yeaguy:/usr/ports/converters/recode #





Just wondering if there is a work around?


Thanks so much,


Justin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1402092135530.39597>