Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217355 - libgdiplus-1.2.[4-6] fails to build with autoconf-2.62
Summary: libgdiplus-1.2.[4-6] fails to build with autoconf-2.62
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autoconf-2.62
  Show dependency tree
 
Reported: 2008-04-12 05:13 UTC by drantin
Modified: 2008-06-01 01:47 UTC (History)
3 users (show)

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


Attachments
patch attempt (libgdiplus-1.2.6-fontconfig-config.patch,1.00 KB, patch)
2008-04-16 14:21 UTC, Vlastimil Babka (Caster) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description drantin 2008-04-12 05:13:26 UTC
compiling any version of libgdiplus with autoconf-2.62 fails

Reproducible: Always

Steps to Reproduce:
1. use autconf-2.62
2. attempt to install libgdiplus-1.2.4 1.2.5 or 1.2.6
3. watch it fail

Actual Results:  
***** aclocal *****
***** aclocal

configure.in:69: error: AC_SUBST: `FONTCONFIG-CONFIG' is not a valid shell variable name
../../lib/autoconf/programs.m4:178: AC_PATH_PROG is expanded from...
configure.in:69: the top level
autom4te-2.62: /usr/bin/m4 failed with exit status: 1
aclocal-1.10: autom4te failed with exit status: 1

Expected Results:  
a happy compile

downgrading autoconf to 2.61-r1 results in a clean compile.
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2008-04-16 14:21:50 UTC
Created attachment 149943 [details, diff]
patch attempt

No idea if that's correct solution but this helped here :)
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2008-04-16 14:29:09 UTC
Diego told me it's right and to block the autoconf 2.62 tracker bug...
Comment 3 mikael lammentausta 2008-04-18 13:25:10 UTC
The patch works for me, with autoconf-2.62.

Is this going upstream or are there major compatibility issues?
This is the third or fourth autoconf-2.62 bug I've come across in the last few days as I've been running emerge -uD world.
Comment 4 Thomas Zwaagstra 2008-06-01 01:30:37 UTC
nice patch.  Added it to my local overlay and solved the problem
Comment 5 Jurek Bartuszek (RETIRED) gentoo-dev 2008-06-01 01:38:05 UTC
Do you suffer from this bug in 1.9 without the patch as well?
Comment 6 Jurek Bartuszek (RETIRED) gentoo-dev 2008-06-01 01:47:23 UTC
Never mind, fixed in 1.2.4 and 1.9, thanks!