Closed
Bug 386866
Opened 18 years ago
Closed 18 years ago
toolkit/xre/Makefile.in install:: target broken on trunk
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: asac, Assigned: asac)
References
Details
Attachments
(1 file, 1 obsolete file)
678 bytes,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
checkin
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=mozilla/toolkit/xre&command=DIFF_FRAMESET&file=Makefile.in&rev1=1.79&rev2=1.80&root=/cvsroot
breaks make install.
Attachment #270920 -
Flags: review?(benjamin)
Comment 1•18 years ago
|
||
I've noticed that I need to copy application.ini as well as
platform.ini to the target directory. Have you seen this?
Also, 'make install' generate an extra step which should not
be there:
/usr/src/tb/mozilla/obj/config/nsinstall -R -m 644 /usr/local/lib/thunderbird-3.0a1pre
No file is named in that line, which is a syntax error. I've
been trying to find the source of that extra line, but so
far I'm defeated. Have you seen this error?
Thanks.
Assignee | ||
Comment 2•18 years ago
|
||
(In reply to comment #1)
> I've noticed that I need to copy application.ini as well as
> platform.ini to the target directory. Have you seen this?
platform.ini will be installed by this patch.
for application.ini i have prepared a patch against config/rules.mk which I will open a new bug for once my tests succeed.
Assignee: nobody → asac
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•18 years ago
|
||
(In reply to comment #1)
> Also, 'make install' generate an extra step which should not
> be there:
> /usr/src/tb/mozilla/obj/config/nsinstall -R -m 644
> /usr/local/lib/thunderbird-3.0a1pre
fwiw, this bug is about that build failure ;) ... try the patch.
Assignee | ||
Comment 4•18 years ago
|
||
ok i added depends on bug 386904 ... which tracks the application.ini issue.
Comment 5•18 years ago
|
||
Okay, my only nit is that $(SYSINSTALL) should be used instead of $(INSTALL).
Otherwise a symlink to platform.ini gets installed instead of the file.
Thanks!
Assignee | ||
Comment 6•18 years ago
|
||
good catch. This one does sysinstall.
Attachment #270920 -
Attachment is obsolete: true
Attachment #270975 -
Flags: review?(benjamin)
Attachment #270920 -
Flags: review?(benjamin)
Updated•18 years ago
|
Attachment #270975 -
Flags: review?(benjamin) → review+
Comment 9•18 years ago
|
||
This was fixed by the checkin for bug 389673
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•6 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
•