Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 280929

Summary: media-video/transcode-1.1.3 fail ./configure with autoconf-2.64
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 282659    
Bug Blocks: 257596    

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