Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 280929 - media-video/transcode-1.1.3 fail ./configure with autoconf-2.64
Summary: media-video/transcode-1.1.3 fail ./configure with autoconf-2.64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on: 282659
Blocks: autoconf-2.64
  Show dependency tree
 
Reported: 2009-08-09 22:04 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-08-25 15:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-08-09 22:04:07 UTC
The problem is in this custom check but I have no idea where exactly:

dnl Special check for sysconf() to ensure _SC_PAGESIZE is also available.
AC_CACHE_CHECK([for sysconf(_SC_PAGESIZE)], ac_cv_sysconf_with_sc_pagesize,
    [AC_COMPILE_IFELSE(AC_LANG_PROGRAM([#include <unistd.h>], [sysconf(_SC_PAGESIZE)])],
        [ac_cv_sysconf_with_sc_pagesize=yes],
        [ac_cv_sysconf_with_sc_pagesize=no])])
if test x"$ac_cv_sysconf_with_sc_pagesize" = x"yes"; then
    AC_DEFINE([HAVE_SYSCONF_WITH_SC_PAGESIZE], 1,
              [Define to 1 if you have sysconf(_SC_PAGESIZE).])
fi

It's probably over or underquoting, but I'm not even sure if it's worth keeping it around. Up to you.
Comment 1 Alexis Ballier gentoo-dev 2009-08-25 15:31:19 UTC
fixed in 1.1.4