Closed
Bug 1060966
Opened 9 years ago
Closed 9 years ago
Can't open perl script "/comm-central/mozilla/../build/win32/dumpenv4python.pl": No such file or directory
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla35
People
(Reporter: philip.chee, Assigned: iannbugzilla)
References
()
Details
Attachments
(1 file, 1 obsolete file)
1.11 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
While running mozmake configure this warning showed up: Can't open perl script "c:/t1/hg/comm-central/mozilla/../build/win32/dumpenv4python.pl": No such file or directory The file resides in: c:/t1/hg/comm-central/mozilla/build/win32/dumpenv4python.pl
![]() |
Reporter | |
Comment 1•9 years ago
|
||
Perma-link: http://mxr.mozilla.org/comm-central/source/mozilla/build/autoconf/hooks.m4?rev=698ae2f2c8bf&mark=45-50#45
Does this fix things for you?
Attachment #8481975 -
Flags: feedback?(philip.chee)
Comment on attachment 8481975 [details] [diff] [review] Change the test in configure.in Sorry, wrong bug
Attachment #8481975 -
Attachment is obsolete: true
Attachment #8481975 -
Flags: feedback?(philip.chee)
Would changing: dumpenv="$PERL $srcdir/build/win32/dumpenv4python.pl $ac_configure_args | " to: dumpenv="$PERL $_topsrcdir/build/win32/dumpenv4python.pl $ac_configure_args | " Be the right thing to do?
Flags: needinfo?(mh+mozilla)
Product: MailNews Core → Core
![]() |
Reporter | |
Comment 6•9 years ago
|
||
Lets do that. If it breaks something we can always back it out.
Flags: needinfo?(iann_bugzilla)
https://tbpl.mozilla.org/?tree=Try&rev=77f82d66d916
Assignee: nobody → iann_bugzilla
Status: NEW → ASSIGNED
Attachment #8496619 -
Flags: review?(mh+mozilla)
Flags: needinfo?(iann_bugzilla)
Updated•9 years ago
|
Attachment #8496619 -
Flags: review?(mh+mozilla) → review+
![]() |
Reporter | |
Comment 8•9 years ago
|
||
Pushed to mozilla-inbound https://hg.mozilla.org/integration/mozilla-inbound/rev/d09b8e31e319
Target Milestone: --- → mozilla35
https://hg.mozilla.org/mozilla-central/rev/d09b8e31e319
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•