Closed
Bug 650322
Opened 13 years ago
Closed 12 years ago
Remove 'ac_add_options --disable-installer'
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla12
People
(Reporter: sgautherie, Assigned: abhishekkumarsingh.cse)
References
()
Details
(Whiteboard: [not-fennec-11])
Attachments
(1 file, 1 obsolete file)
Do this for all mozilla-central based builds. Do this before pushing bug 604266, to be sure the latter won't break these builds. *** I would suggest to start with /buildbot-configs/mozilla2/win64/tryserver/xulrunner/mozconfig * line 9 -- ac_add_options --disable-installer which was added in the meantime (bug 567154).
Flags: in-testsuite-
Reporter | ||
Comment 1•13 years ago
|
||
This bug seems to be mostly affecting XulRunner.
Reporter | ||
Comment 2•13 years ago
|
||
If 'ac_add_options --disable-installer' can't be "removed" from 'mozconfig', then it should be "replaced" with 'MOZ_INSTALLER=' in 'confvars.sh'. In the latter case, this bug depends on bug 661403.
Summary: Remove 'ac_add_options --disable-installer' → Replace/Remove 'ac_add_options --disable-installer'
Reporter | ||
Comment 3•12 years ago
|
||
(In reply to Serge Gautherie (:sgautherie) from comment #2) > If 'ac_add_options --disable-installer' can't be "removed" from 'mozconfig', > then it should be "replaced" with 'MOZ_INSTALLER=' in 'confvars.sh'. Ted, which way should this be done? > In the latter case, this bug depends on bug 661403. Blocking bugs have been fixed.
Comment 4•12 years ago
|
||
I'm not sure why that needs --disable-installer at all. Can we find out if that build works fine without it?
![]() |
||
Updated•12 years ago
|
Assignee: nobody → abhishekkumarsingh.cse
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #572200 -
Flags: review?(sgautherie.bz)
Reporter | ||
Comment 6•12 years ago
|
||
Comment on attachment 572200 [details] [diff] [review] 'ac_add_options --disable-installer' removal, mozilla-central part Review of attachment 572200 [details] [diff] [review]: ----------------------------------------------------------------- Did you test or Try this patch? Which repository are these paths in? (Is it 'build'?) ::: mobile/config/mozconfigs/macosx-desktop/nightly @@ -5,5 @@ > . $topsrcdir/build/macosx/mozconfig.leopard > ac_cv_visibility_pragma=no > > ac_add_options --disable-install-strip > -ac_add_options --disable-installer This one should probably be part of bug 697150.
Attachment #572200 -
Flags: review?(sgautherie.bz) → review?(nrthomas)
Assignee | ||
Comment 7•12 years ago
|
||
>>>>Which repository are these paths in? (Is it 'build'?) >>>>::: mobile/config/mozconfigs/macosx-desktop/nightly mobile is inside src directory(the source code which i downloaded using command "hg clone http://hg.mozilla.org/mozilla-central/ src")
Comment 8•12 years ago
|
||
Comment on attachment 572200 [details] [diff] [review] 'ac_add_options --disable-installer' removal, mozilla-central part Like bug 697150 this should be reviewed by a peer of the Build Config module. I don't personally know if windows xulrunner builds will be OK without --disable-installer. We don't normally call 'make installer' on the tinderbox machines, just 'make sdk' and 'make package', so it's possible something in http://mxr.mozilla.org/mozilla-central/source/xulrunner/installer/windows/Makefile.in is broken now.
Attachment #572200 -
Flags: review?(nrthomas)
Reporter | ||
Comment 9•12 years ago
|
||
(In reply to Abhishek Singh from comment #7) > command "hg clone http://hg.mozilla.org/mozilla-central/ src") Ah, right: I didn't know about these 3 m-c files. http://mxr.mozilla.org/mozilla-central/search?string=--disable-installer&case=1&find=%2Fconfig%2Fmozconfigs%2F
Reporter | ||
Updated•12 years ago
|
Attachment #572200 -
Attachment description: 'ac_add_options --disable-installer' is removed. → removal, mozilla-central part
Attachment #572200 -
Flags: review?(benjamin)
Assignee | ||
Updated•12 years ago
|
Attachment #572200 -
Flags: review?(benjamin) → review?(ted.mielczarek)
Updated•12 years ago
|
Attachment #572200 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 10•12 years ago
|
||
Please could you tweak your hgrc to automatically add author info (guide here: http://blog.bonardo.net/2010/06/22/so-youre-about-to-use-checkin-needed) + add a commit message when attaching patches, since it makes pushing half a dozen checkin-neededs a lot easier. Thanks :-)
Comment 11•12 years ago
|
||
The patch doesn't apply anymore. mobile/config/... is now mobile/xul/config/...
Keywords: checkin-needed
Summary: Replace/Remove 'ac_add_options --disable-installer' → Remove 'ac_add_options --disable-installer'
Reporter | ||
Updated•12 years ago
|
Whiteboard: [blocks bug 604266] [good first bug] → [patchlove] [blocks bug 604266] [good first bug]
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 13•12 years ago
|
||
Attachment #590551 -
Flags: review?(ted.mielczarek)
Updated•12 years ago
|
Attachment #590551 -
Flags: review?(ted.mielczarek) → review+
Reporter | ||
Updated•12 years ago
|
Attachment #572200 -
Attachment description: removal, mozilla-central part → 'ac_add_options --disable-installer' removal, mozilla-central part
Attachment #572200 -
Attachment is obsolete: true
Reporter | ||
Updated•12 years ago
|
Attachment #590551 -
Attachment description: v1 → 'ac_add_options --disable-installer' removal, mozilla-central part
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 14•12 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/3732b1b4a0e0
Keywords: checkin-needed
Target Milestone: --- → mozilla12
Comment 15•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/3732b1b4a0e0
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [patchlove] [blocks bug 604266] [good first bug] → [good first bug]
Reporter | ||
Comment 16•12 years ago
|
||
(In reply to Ed Morley [:edmorley] from comment #15) This bug is not fixed yet: see URL.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Whiteboard: [good first bug] → [blocks bug 604266] [good first bug]
Comment 17•12 years ago
|
||
buildbot-configs are redundant with in-tree mozconfigs, surely?
Reporter | ||
Comment 18•12 years ago
|
||
(In reply to Ed Morley [:edmorley] from comment #17) > buildbot-configs are redundant with in-tree mozconfigs, surely? Could very much be, but I didn't follow closely what happened wrt both places/uses. If buildbot-configs/* files are redundant/obsolete, then they should just be removed.
Reporter | ||
Updated•12 years ago
|
Attachment #590551 -
Attachment description: 'ac_add_options --disable-installer' removal, mozilla-central part → 'ac_add_options --disable-installer' removal, mozilla-central part
[Checked in: Comment 15]
Reporter | ||
Comment 19•12 years ago
|
||
catlee, what about comment 18 after bug 558180?
Status: REOPENED → ASSIGNED
Depends on: 558180
Comment 20•12 years ago
|
||
(In reply to Serge Gautherie (:sgautherie) from comment #19) > catlee, what about comment 18 after bug 558180? Yes, after 558180 is closed those files can be removed. Right now some are used, some aren't.
Reporter | ||
Comment 21•12 years ago
|
||
(In reply to Chris AtLee [:catlee] from comment #20) > Yes, after 558180 is closed those files can be removed. Then I would think the current bug is (still) valid as is: in one place or the other, this option needs to be removed eventually.
Updated•12 years ago
|
Whiteboard: [blocks bug 604266] [good first bug] → [blocks bug 604266] [good first bug][not-fennec-11]
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Comment 22•12 years ago
|
||
V.Fixed, per MXR search.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Whiteboard: [blocks bug 604266] [good first bug][not-fennec-11] → [not-fennec-11]
Reporter | ||
Updated•12 years ago
|
Severity: normal → trivial
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•