Closed
Bug 610938
Opened 15 years ago
Closed 15 years ago
build bustage when configuring with relative path, can't find ads2gas.pl
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: blassey, Assigned: blassey)
Details
Attachments
(1 file)
741 bytes,
patch
|
khuey
:
review+
Gavin
:
approval2.0+
|
Details | Diff | Splinter Review |
If I configure my build with "../configure", I get:
make[3]: Entering directory `/home/blassey/src/mozilla-central/objdir-droid/media/libvpx'
./host_obj_int_extract rvds vpx_asm_offsets.o | /usr/bin/perl ../media/libvpx/build/make/ads2gas.pl > vpx_asm_offsets.asm
/usr/bin/perl ../media/libvpx/build/make/ads2gas.pl < ../../../media/libvpx/vp8/decoder/arm/detokenize.asm > detokenize.asm.s
if I configure my build with "~/src/mozilla-central/configure" everything works fine.
Attachment #489417 -
Flags: review?(khuey)
Comment on attachment 489417 [details] [diff] [review]
patch
Don't change $PERL, we expand it in configure everywhere else, for better or for worse.
Attachment #489417 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 2•15 years ago
|
||
that won't work, nothing gets expanded with single quotes
Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> that won't work, nothing gets expanded with single quotes
from irc:
(10:35:10 AM) khuey: ok
(10:35:14 AM) khuey: just ignore that then
Assignee | ||
Updated•15 years ago
|
Attachment #489417 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #489417 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Assignee: nobody → blassey.bugs
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•