Bug 67683

Summary: internal glib needs updated due to obsolete automake
Product: pkg-config Reporter: Alexander von Gluck <kallisti5>
Component: srcAssignee: pkg-config
Status: RESOLVED MOVED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Alexander von Gluck 2013-08-02 19:06:27 UTC
cd pkg-config-0.28
        mkdir -p m4
        libtoolize --force --copy --install
        aclocal --install -I m4
        autoreconf
        automake
        autoconf
        COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
        ./configure --prefix=`finddir B_COMMON_DIRECTORY` \
                --datadir=`finddir B_COMMON_DATA_DIRECTORY` \
                --docdir=$COMMON_DOCS/doc/pkg-config \
                --mandir=$COMMON_DOCS/man \
                --with-internal-glib
        make



~> haikuporter -i pkgconfig-0.28
Matching License (GNU GPL v2) found in /boot/system/data/licenses
No dependencies
File already exists: /boot/common/develop/haikuports/dev-util/pkgconfig/download/pkg-config-0.28.tar.gz
Skipping download ...
Calculating checksum - OK
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: warning: no serial number on `/boot/common/data/aclocal/libtool.m4', not copying.
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:291: error: 'AM_PROG_CC_STDC': this macro is obsolete.
    You should simply use the 'AC_PROG_CC' macro instead.
    Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
    but upon 'ac_cv_prog_cc_stdc'.
/boot/common/data/aclocal-1.13/obsolete-err.m4:17: AM_PROG_CC_STDC is expanded from...
configure.ac:291: the top level
autom4te: /boot/common/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
Traceback (most recent call last):
  File "/boot/common/bin/haikuporter", line 1228, in <module>
    haikuporter = HaikuPorter(options, args)
  File "/boot/common/bin/haikuporter", line 295, in __init__
    self.buildPort()
  File "/boot/common/bin/haikuporter", line 787, in buildPort
    self.runCommandSequence(self.bepKeys['BUILD'], self.workDir)
  File "/boot/common/bin/haikuporter", line 1023, 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 pkg-config-0.28
mkdir -p m4
libtoolize --force --copy --install
aclocal --install -I m4
autoreconf      
automake
autoconf
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--datadir=`finddir B_COMMON_DATA_DIRECTORY` \
--docdir=$COMMON_DOCS/doc/pkg-config \
--mandir=$COMMON_DOCS/man
make
' returned non-zero exit status 1
Comment 1 GitLab Migration User 2018-08-25 12:55:01 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/pkg-config/pkg-config/issues/29.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.