Bug 80695 - [BUILD] use detected python to run generate-gtkdoc
Summary: [BUILD] use detected python to run generate-gtkdoc
Status: RESOLVED DUPLICATE of bug 80809
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-09 04:30 PST by Ionut Biru
Modified: 2012-03-12 10:10 PDT (History)
2 users (show)

See Also:


Attachments
use correct python when running generate-gtkdoc (1.53 KB, patch)
2012-03-09 04:37 PST, Ionut Biru
no flags Details | Formatted Diff | Diff
fix syntax introduced by my previous change (1.03 KB, patch)
2012-03-12 09:52 PDT, Ionut Biru
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ionut Biru 2012-03-09 04:30:12 PST
No documentation to install
../Tools/gtk/generate-gtkdoc --rebase --virtual-root=${DESTDIR}
	/usr/bin/env: python: No such file or directory
make[2]: *** [install-data-local] Error 127
Comment 1 Ionut Biru 2012-03-09 04:37:47 PST
Created attachment 131027 [details]
use correct python when running generate-gtkdoc
Comment 2 WebKit Review Bot 2012-03-09 07:22:29 PST
Comment on attachment 131027 [details]
use correct python when running generate-gtkdoc

Clearing flags on attachment: 131027

Committed r110296: <http://trac.webkit.org/changeset/110296>
Comment 3 WebKit Review Bot 2012-03-09 07:22:33 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Ionut Biru 2012-03-12 00:52:47 PDT
There is a syntax error in this patch. @(AM_V_GEN) instead of $(AM_V_GEN). 
How should i fix this? Separate new patch just for this change or you can revert this commit and commit a new one?
Comment 5 Ionut Biru 2012-03-12 09:52:54 PDT
Created attachment 131340 [details]
fix syntax introduced by my previous change
Comment 6 Philippe Normand 2012-03-12 10:09:56 PDT

*** This bug has been marked as a duplicate of bug 80809 ***