WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 88790
88926
[Gtk] Deprecated Automake 'mkdir_p' causes build failures
https://bugs.webkit.org/show_bug.cgi?id=88926
Summary
[Gtk] Deprecated Automake 'mkdir_p' causes build failures
Ryan Pennucci
Reported
2012-06-12 14:58:34 PDT
As reported at
https://bugs.gentoo.org/show_bug.cgi?id=420591
. The Gentoo ebuild runs eautoreconf (emulates autoreconf) on the sources before building. With newer versions of automake run on the sources, 'mkdir_p' isn't set, but it's still used in the makefile. The result is the following error: make[2]: Leaving directory `/var/tmp/portage/net-libs/webkit-gtk-1.8.1-r301/work/webkit-1.8.1' touch stamp-po ./.deps/DerivedSources make[1]: ./.deps/DerivedSources: Command not found make[1]: *** [all-local] Error 127 make[1]: Leaving directory `/var/tmp/portage/net-libs/webkit-gtk-1.8.1-r301/work/webkit-1.8.1' make: *** [all] Error 2 I submitted a patch to the Gentoo bug tracker changing all instances of 'mkdir_p' to 'MKDIR_P' in various GNUmakefile.am files, fixing the issue.
Attachments
Add attachment
proposed patch, testcase, etc.
arno.
Comment 1
2012-06-12 15:18:52 PDT
It should have been fixed with changeset 120012
http://trac.webkit.org/changeset/120012
Would you mind trying with latest WebKit trunk ?
Ryan Pennucci
Comment 2
2012-06-12 16:12:14 PDT
It's fixed in trunk. I'm not sure why the previous report didn't show up when I was searching. Thanks.
Alberto Garcia
Comment 3
2013-09-09 04:44:08 PDT
*** This bug has been marked as a duplicate of
bug 88790
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug