Closed
Bug 1021704
Opened 11 years ago
Closed 6 years ago
Error encountered during |make package| because of removed libdbusservice.so
Categories
(Instantbird Graveyard :: Other, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sawrubh, Unassigned)
Details
Attachments
(1 file)
2.61 KB,
patch
|
Details | Diff | Splinter Review |
http://pastebin.instantbird.com/730655 is the error I get when I do |make package| in the objdir to package Instantbird.
Reporter | ||
Comment 1•11 years ago
|
||
Assignee: nobody → saurabhanandiit
Status: NEW → ASSIGNED
Attachment #8435804 -
Flags: review?(florian)
Comment 2•11 years ago
|
||
Comment on attachment 8435804 [details] [diff] [review]
Patch(v1)
Review of attachment 8435804 [details] [diff] [review]:
-----------------------------------------------------------------
::: im/config/mozconfigs/linux/mozconfig
@@ -20,5 @@
> ac_add_options --enable-update-channel=nightly
> ac_add_options --enable-update-packaging
> ac_add_options --enable-optimize
> ac_add_options --disable-debug
> -ac_add_options --disable-dbus
I'm not really comfortable taking this change now, as we don't have a builder that can use this mozconfig... and once we have, plenty of other lines will be removed.
::: im/installer/removed-files.in
@@ -200,5 @@
> defaults/profile/US/mimeTypes.rdf
> #endif /* XP_WIN */
> #ifdef UNIX_BUT_NOT_MAC
> chrome/icons/default/default.xpm
> -components/libdbusservice.so
It's probably OK to take this change now.
Attachment #8435804 -
Flags: review?(florian)
Reporter | ||
Comment 3•11 years ago
|
||
This is the error I get :
Error: /home/sawrubh/Mozilla/comm-central/im/installer/removed-files.in:204: Removal of packaged file(s): components/libdbusservice.so
Traceback (most recent call last):
File "/home/sawrubh/Mozilla/comm-central/mozilla/toolkit/mozapps/installer/packager.py", line 402, in <module>
main()
File "/home/sawrubh/Mozilla/comm-central/mozilla/toolkit/mozapps/installer/packager.py", line 354, in main
copier.add(mozpack.path.join(binpath, 'removed-files'), removals)
File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__
self.gen.next()
File "/home/sawrubh/Mozilla/comm-central/mozilla/python/mozbuild/mozpack/errors.py", line 129, in accumulate
raise AccumulatedErrors()
mozpack.errors.AccumulatedErrors
make[3]: *** [stage-package] Error 1
make[3]: Leaving directory `/home/sawrubh/Mozilla/comm-central/obj-x86_64-unknown-linux-gnu/im/installer'
make[2]: *** [make-package] Error 2
make[2]: Leaving directory `/home/sawrubh/Mozilla/comm-central/obj-x86_64-unknown-linux-gnu/im/installer'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/sawrubh/Mozilla/comm-central/obj-x86_64-unknown-linux-gnu/im/installer'
make: *** [package] Error 2
Reporter | ||
Updated•11 years ago
|
Summary: Error encountered when doing |make package| in Instantbird → Error encountered during |make package| because of removed libdbusservice.so
Reporter | ||
Comment 4•10 years ago
|
||
I will not be able to take a look at this before December so unassigning myself.
Assignee: saurabhanandiit → nobody
Status: ASSIGNED → NEW
Comment 5•6 years ago
|
||
On the behalf of Florian:
Closing bugs related to the Instantbird UI as WONTFIX, as the development of the standalone chat client Instantbird has stopped. Instantbird users are encouraged to migrate to Thunderbird. The user interface of instant messaging in Thunderbird will feel familiar, as the Thunderbird IM support started as a fork of Instantbird.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•