Looking for saved searches? click on "Search Bugs" above.

toolkit/xre/Makefile.in install:: target broken on trunk

RESOLVED FIXED

Status

()

Firefox
Build Config
RESOLVED FIXED
11 years ago
11 years ago

People

(Reporter: Alexander Sack, Assigned: Alexander Sack)

Tracking

Firefox Tracking Flags

(Not tracked)

Details

Attachments

(1 attachment, 1 obsolete attachment)

Comment 1

11 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

11 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

11 years ago
Status: NEW → ASSIGNED
(Assignee)

Comment 3

11 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)

Updated

11 years ago
Depends on: 386904
(Assignee)

Comment 4

11 years ago
ok i added depends on bug 386904 ... which tracks the application.ini issue.

Comment 5

11 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

11 years ago
Created attachment 270975 [details] [diff] [review]
SYSINSTALL platform.ini

good catch. This one does sysinstall.
Attachment #270920 - Attachment is obsolete: true
Attachment #270975 - Flags: review?(benjamin)
Attachment #270920 - Flags: review?(benjamin)

Updated

11 years ago
Attachment #270975 - Flags: review?(benjamin) → review+

Updated

11 years ago
Duplicate of this bug: 388176

Updated

11 years ago
Depends on: 389673

Updated

11 years ago
Duplicate of this bug: 389928

Comment 9

11 years ago
This was fixed by the checkin for bug 389673
Status: ASSIGNED → RESOLVED
Last Resolved: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.