Package Details: thunderbird-globalmenu 115.11.0-4

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 (With appmenu patch from Ubuntu)
Upstream URL: https://www.thunderbird.net/
Licenses: MPL-2.0
Conflicts: thunderbird
Provides: thunderbird
Submitter: detian
Maintainer: detian
Last Packager: detian
Votes: 15
Popularity: 0.39
First Submitted: 2024-03-06 02:09 (UTC)
Last Updated: 2024-05-25 11:21 (UTC)

Dependencies (38)

Required by (93)

Sources (7)

Pinned Comments

detian commented on 2024-05-10 15:55 (UTC) (edited on 2024-05-10 15:58 (UTC) by detian)

My build: https://drive.google.com/drive/folders/1byMMyI0LSiSTHh9v-MPRL9UXGgbjW1Ua?usp=sharing

Latest Comments

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

michaldybczak commented on 2018-07-13 22:40 (UTC)

Thank you! It was indeed a matter of too long pathways. When I switched make temp directory to /make build was successful. I would have never thought about that. This is weird bug and forces me to build on root partition where I have little space.

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>