Closed
Bug 509266
Opened 15 years ago
Closed 15 years ago
Sisyphus - ubuntu/debian issues
Categories
(Testing Graveyard :: Sisyphus, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Assigned: bc)
Details
Attachments
(1 file)
1.07 KB,
patch
|
cmtalbert
:
review+
|
Details | Diff | Splinter Review |
Ubuntu/Debian use autoconf2.13 which Sisyphus does not detect.
Also,
open OSTYPE, "set | grep OSTYPE |"
does not work on ubuntu/debian under Perl. For some reason, the file is treated as empty. To work around the issue invoke the set in a new shell.
open OSTYPE, "bash -c set | grep OSTYPE |"
Flags: in-testsuite-
Attachment #393398 -
Flags: review?(ctalbert)
Comment on attachment 393398 [details] [diff] [review]
patch
yeah I remember doing this (autoconf munging) by hand when I first got a build env on ubunutu. I have no insight on why you need bash -c though.
r=ctalbert
Attachment #393398 -
Flags: review?(ctalbert) → review+
Assignee | ||
Comment 2•15 years ago
|
||
http://hg.mozilla.org/tracemonkey/rev/d979796dede4
Checking in testing/sisyphus/bin/build.sh;
/cvsroot/mozilla/testing/sisyphus/bin/build.sh,v <-- build.sh
new revision: 1.15; previous revision: 1.14
done
Checking in testing/sisyphus/bin/memory.pl;
/cvsroot/mozilla/testing/sisyphus/bin/memory.pl,v <-- memory.pl
new revision: 1.2; previous revision: 1.1
done
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•