Closed
Bug 349498
Opened 18 years ago
Closed 18 years ago
make 3.81 breaks packager.mk
Categories
(Toolkit Graveyard :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 339933
People
(Reporter: wolfiR, Assigned: wolfiR)
Details
Attachments
(1 file)
1.32 KB,
patch
|
Details | Diff | Splinter Review |
/usr/bin/perl -I../../xpinstall/packager -e 'use Packager; \
Packager::Copy("../../dist", "../../dist/firefox", \
"packages-static", "unix", 1, 0, 1);'
Error: package file "SCALAR(0x816881c)" is not a file or is unreadable.
happens with make 3.81
see NEWS from make:
* WARNING: Backward-incompatibility!
In order to comply with POSIX, the way in which GNU make processes
backslash-newline sequences in command strings has changed. If your
makefiles use backslash-newline sequences inside of single-quoted
strings in command scripts you will be impacted by this change. See
the GNU make manual subsection "Splitting Command Lines" (node
"Splitting Lines"), in section "Command Syntax", chapter "Writing the
Commands in Rules", for details.
Assignee | ||
Comment 1•18 years ago
|
||
Assignee | ||
Updated•18 years ago
|
Attachment #234760 -
Flags: first-review? → first-review?(benjamin)
Assignee | ||
Updated•18 years ago
|
Attachment #234760 -
Attachment description: patch → patch (1.8.0)
Assignee | ||
Comment 2•18 years ago
|
||
Trunk has already been fixed with bug #339933.
Maybe we don't need an official fix in 1.8.0 branch but 1.8.1 should be fixed, too. This could be handled in the trunk bug.
*** This bug has been marked as a duplicate of 339933 ***
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•18 years ago
|
Attachment #234760 -
Flags: first-review?(benjamin)
Updated•6 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•