﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
480	Error during ./configure of glib	mbaluta	andreasf	"{{{
checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages
checking for iconv_open... no
checking for libiconv_open in -liconv... no
checking for iconv_open in -liconv... no
configure: error: *** No iconv() implementation found in C library or libiconv
Traceback (most recent call last):
  File ""/boot/common/bin/haikuporter"", line 1492, in <module>
    haikuporter = HaikuPorter(options, args)
  File ""/boot/common/bin/haikuporter"", line 339, in __init__
    self.buildPort()  # build
  File ""/boot/common/bin/haikuporter"", line 882, in buildPort
    self.runCommandSequence(self.bepKeys['BUILD'], self.workDir)
  File ""/boot/common/bin/haikuporter"", line 1127, in runCommandSequence
    check_call(commandString, shell=True, cwd=dir, env=shellEnv)
  File ""/boot/common/lib/python2.6/subprocess.py"", line 488, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'set -e
cd glib-2.24.2
rm -rf aclocal.m4
mkdir -p m4
cp ../../gtk-doc.m4 m4
cp /boot/common/share/aclocal/libtool.m4 m4
cp /boot/common/share/aclocal/ltoptions.m4 m4
cp /boot/common/share/aclocal/ltversion.m4 m4
cp /boot/common/share/aclocal/ltsugar.m4 m4
cp /boot/common/share/aclocal/lt~obsolete.m4 m4
libtoolize --force --copy --install
aclocal -I m4
autoconf
./configure --prefix=/boot/common \
--with-threads=posix \
LDFLAGS=-lnetwork
make
' returned non-zero exit status 1
}}}

Same thing for 2.22.2, 2.24.1 and 2.24.2"	defect	closed	normal		dev-libs/glib		normal	fixed		
