Closed
Bug 230183
Opened 22 years ago
Closed 22 years ago
preprocessor.pl not executed correctly in /toolkit/mozapps/downloads/src on BeOS
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: thesuckiestemail, Assigned: thesuckiestemail)
Details
(Whiteboard: Checked into 0.8 branch)
Attachments
(1 file)
|
648 bytes,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.5b) Gecko/20030817 Mozilla Firebird/0.6.1
Build Identifier:
/toolkit/mozapps/downloads/src/Makefile don't know what to do with
preprocessor.pl and tries to run it directly without Perl. This causes build error
/bin/sh: ../../../../config/preprocessor.pl: No such file or directory
Reproducible: Always
Steps to Reproduce:
1. Compile Firebird on BeOS
2.
3.
Actual Results:
Build halts on error
Shouldn't Makefile.in be modified to read
$(PERL) $(MOZILLA_DIR)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) $^ > $@
instead of
$(MOZILLA_DIR)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) $^ > $@
Never mind the user-agent. It's from the build I posted with. Sorry.
Updated•22 years ago
|
Attachment #138473 -
Flags: review?(bryner)
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•22 years ago
|
Attachment #138473 -
Flags: review?(bryner) → review+
Comment 3•22 years ago
|
||
someone with a CVS account needs to check this in :)
This hit me on windows (cygwin, activestate perl, .pl not owned by anyone)
Assignee: bryner → thesuckiestemail
Checked in
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•