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

Bug 279482 (kde-autoconf-2.64)

Summary: Latest(!) KDE 3 admin/ directories fail rebuild with autoconf 2.64
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED WONTFIX    
Severity: major CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 292791    
Bug Blocks: 257596    
Attachments: Build log
Build log

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.