Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 279482 (kde-autoconf-2.64) - Latest(!) KDE 3 admin/ directories fail rebuild with autoconf 2.64
Summary: Latest(!) KDE 3 admin/ directories fail rebuild with autoconf 2.64
Status: RESOLVED WONTFIX
Alias: kde-autoconf-2.64
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 257603 (view as bug list)
Depends on: 292791
Blocks: autoconf-2.64
  Show dependency tree
 
Reported: 2009-07-28 14:48 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-01-09 10:38 UTC (History)
1 user (show)

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


Attachments
Build log (kpovmodeler-3.5.10:20090728-032021.log,21.42 KB, text/plain)
2009-07-28 14:51 UTC, Diego Elio Pettenò (RETIRED)
Details
Build log (tellico-1.3.5:20090728-232722.log,22.41 KB, text/plain)
2009-07-29 11:49 UTC, Diego Elio Pettenò (RETIRED)
Details

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-07-28 14:48:34 UTC
Have fun, this is nothing new, either update the admin/ directory or get rid of the packages while you're at it. I'll open a bug per package with build logs, but I wanted to have a sub-tracker for them. It seems like they try to use the (internal!) AH_CHECK_HEADERS macro rather than AC_CHECK_HEADERS, which has been renamed.

Thanks,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-07-28 14:49:47 UTC
Hah, just noticed it was in kde-base, so with admin/ of 3.5.10… have fun guys! :P
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-07-28 14:51:34 UTC
Created attachment 199443 [details]
Build log
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-07-29 11:49:32 UTC
Created attachment 199547 [details]
Build log
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-08-23 13:33:31 UTC
Seems like the problem is the KDE_CHECK_HEADERS macro:

AC_DEFUN([KDE_CHECK_HEADERS],
[
   AH_CHECK_HEADERS([$1])
   AC_LANG_SAVE
   kde_safe_cppflags=$CPPFLAGS
   CPPFLAGS="$CPPFLAGS $all_includes"
   AC_LANG_CPLUSPLUS
   AC_CHECK_HEADERS([$1], [$2], [$3], [$4])
   CPPFLAGS=$kde_safe_cppflags
   AC_LANG_RESTORE
])

I'd sincerely just get rid of the AH_CHECK_HEADERS call, it works fine without that.
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2009-11-07 21:13:58 UTC
*** Bug 257603 has been marked as a duplicate of this bug. ***
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2010-01-09 10:38:25 UTC
KDE 3.5.10 (including kdelibs:3.5) has been removed from Portage. Closing.