Closed
Bug 452962
Opened 17 years ago
Closed 17 years ago
make install no longer works on comm-central
Categories
(MailNews Core :: Build Config, defect)
MailNews Core
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.1b1
People
(Reporter: standard8, Assigned: kairo)
Details
Attachments
(1 file)
867 bytes,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
I've just been chatting to someone on irc, "make install" no longer works on comm-central.
The first problem is:
mail/installer: No such file or directory. Stop.
This seems to be caused by the fact the root Makefile.in is redirecting the install command to mozilla/ which then means we're in the wrong directory and hence can't find mail/installer.
They then tried running it in objdir-tb/mail/installer, the result was:
make: Nothing to be done for `install'.
So I'm not sure what happened there...
Reporter | ||
Comment 1•17 years ago
|
||
(In reply to comment #0)
> They then tried running it in objdir-tb/mail/installer, the result was:
>
> make: Nothing to be done for `install'.
>
> So I'm not sure what happened there...
(though later they said "it says I need --enable-static --disable-shared so I'll have to rebuild everything" - so it may just be the first bit that is broken).
![]() |
Assignee | |
Comment 2•17 years ago
|
||
We can just remove our forwarding of the install target actually, as build.mk is handling this on our own toplevel.
Assignee: nobody → kairo
Attachment #336201 -
Flags: review?(bugzilla)
![]() |
Assignee | |
Updated•17 years ago
|
Product: Thunderbird → MailNews Core
QA Contact: build-config → build-config
Reporter | ||
Updated•17 years ago
|
Attachment #336201 -
Flags: review?(bugzilla) → review+
![]() |
Assignee | |
Comment 3•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Target Milestone: --- → mozilla1.9.1b1
You need to log in
before you can comment on or make changes to this bug.
Description
•