Bug 24454
Summary: | Path to gcc should not be hard-coded in Perl scripts | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | harpchad, laszlo.gombos, lucas.de.marchi, mrowe |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | https://lists.webkit.org/pipermail/webkit-dev/2009-March/006931.html |
David Kilzer (:ddkilzer)
* SUMMARY
Date: Sun, 8 Mar 2009 08:42:12 +0100
To: webkit-dev at lists.webkit.org
From: Dennis Heuer <dh at triple-media.com>
Subject: [webkit-dev] four perl files hard-code the path to gcc
Message-ID: <20090308084212.1c951b52@foo.net>
hello
first: i refuse to use bugzilla because it doesn't let me drop or at
least close my account at a later time. take this post or not.
four of the perl files contend hard-coded paths to gcc. my gcc resides
in opt and is not detected (not even searched for). please update these
scripts with the general configure procedure. the scripts are:
WebCore/css/make-css-file-arrays.pl
WebCore/dom/make_names.pl
WebCore/bindings/scripts/IDLParser.pm
WebCore/bindings/scripts/CodeGeneratorObjC.pm
many thanks,
dennis heuer
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
(In reply to comment #0)
> first: i refuse to use bugzilla because it doesn't let me drop or at
> least close my account at a later time. take this post or not.
I would recommend CC-ing yourself on this bug, but I know that would be a classic chicken-or-the-egg problem:
Users should be allowed to delete their own account
https://bugzilla.mozilla.org/show_bug.cgi?id=392184
Mark Rowe (bdash)
The complaint was about the path to GCC, not perl.
David Kilzer (:ddkilzer)
(In reply to comment #2)
> The complaint was about the path to GCC, not perl.
This is why it's best to file your own bugs. Updated title.
Chad Harp
Also applies to linux, should be Hardware/OS=All
Lucas De Marchi
This is solved as soon as #35551 lands. Please, can someone review that one and mark this as duplicated?
Lucas De Marchi
*** This bug has been marked as a duplicate of bug 35551 ***