Package Details: thunderbird-globalmenu 138.0-1

Git Clone URL: https://aur.archlinux.org/thunderbird-globalmenu.git (read-only, click to copy)
Package Base: thunderbird-globalmenu
Description: Standalone mail and news reader from mozilla.org
Upstream URL: https://www.thunderbird.net/
Licenses: MPL-2.0, GPL-2.0-only, LGPL-2.1-only
Conflicts: thunderbird
Provides: thunderbird
Submitter: detian
Maintainer: karboncore
Last Packager: karboncore
Votes: 16
Popularity: 0.45
First Submitted: 2024-03-06 02:09 (UTC)
Last Updated: 2025-05-11 12:45 (UTC)

Required by (94)

Sources (9)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13

nikatar commented on 2018-07-13 13:47 (UTC) (edited on 2018-10-20 23:30 (UTC) by nikatar)

If you get an error in build(), which appears "No such file or directory...", try to build it manually:

1)git clone https://aur.archlinux.org/thunderbird-appmenu.git

2)cd ~/thunderbird-appmenu (also you can rename this build folder to get a shorter path)

3)makepkg -sric

nikatar commented on 2018-07-12 20:42 (UTC)

I understood what the error was. This is a very strange build bug.

[code][Errno 2] No such file or directory make[4]: [Makefile:31: mozmill-virtualenv] Error 1 make[4]: Leaving directory '/home/user/.cache/yay/thunderbird-appmenu/src/thunderbird-52.8.0/obj-x86_64-pc-linux-gnu/mail/test/mozmill'[/code]

"It cuts off the path to the desired file". You need to reduce the number of characters in paths when building.

nikatar commented on 2018-07-12 09:43 (UTC)

Hi. To admit, I can not understand what is wrong. Soon (a week or two) I will update this to 52.9. Please, try to build it. If you wish thunderbird with appmenu right now, I can send builded by me package to email etc.

michaldybczak commented on 2018-07-08 19:53 (UTC) (edited on 2018-07-08 20:27 (UTC) by michaldybczak)

Can't compile it (Manjaro unstable). After half an hour it gives such error:

Installing setuptools, pip, wheel...done. Traceback (most recent call last): File "../../../_tests/mozmill/resources/installmozmill.py", line 112, in <module> main() File "../../../_tests/mozmill/resources/installmozmill.py", line 100, in main [os.path.join(mozbase, package) for package in mozbase_packages], env=env) File "/usr/lib64/python2.7/subprocess.py", line 172, in call return Popen(popenargs, kwargs).wait() File "/usr/lib64/python2.7/subprocess.py", line 394, in init errread, errwrite) File "/usr/lib64/python2.7/subprocess.py", line 1047, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory make[4]: [Makefile:31: mozmill-virtualenv] Error 1 make[4]: Leaving directory '/home/user/.cache/yay/thunderbird-appmenu/src/thunderbird-52.8.0/obj-x86_64-pc-linux-gnu/mail/test/mozmill' make[3]: [/home/user/.cache/yay/thunderbird-appmenu/src/thunderbird-52.8.0/mozilla/config/recurse.mk:79: mail/test/mozmill/libs] Błąd 2 make[3]: Leaving directory '/home/user/.cache/yay/thunderbird-appmenu/src/thunderbird-52.8.0/obj-x86_64-pc-linux-gnu' make[2]: [/home/user/.cache/yay/thunderbird-appmenu/src/thunderbird-52.8.0/mozilla/config/recurse.mk:33: libs] Error 2 make[2]: Leaving directory '/home/user/.cache/yay/thunderbird-appmenu/src/thunderbird-52.8.0/obj-x86_64-pc-linux-gnu' make[1]: [/home/user/.cache/yay/thunderbird-appmenu/src/thunderbird-52.8.0/mozilla/config/rules.mk:523: default] Error 2 make[1]: Leaving directory '/home/user/.cache/yay/thunderbird-appmenu/src/thunderbird-52.8.0/obj-x86_64-pc-linux-gnu' make: [client.mk:397: build] Error 2 ==> ERROR: There is error in build(). Aborting... Error making: thunderbird-appmenu</module>