HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

Ticket #480 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

Error during ./configure of glib

Reported by: mbaluta Owned by: andreasf
Priority: normal Milestone:
Component: dev-libs/glib Version:
Severity: normal Keywords:
Cc:

Description

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

Change History

comment:1 Changed 4 years ago by scottmc

  • Component changed from default to dev-libs/glib
  • Owner set to andreasf

comment:2 Changed 4 years ago by scottmc

  • Resolution set to fixed
  • Status changed from new to closed

This might have been related to #472. Having gettext installed would probably fix this issue, so marked it as fixed by r1305 as well.

Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/