Sorry. My bad. I did not notice that the libvpx was deleted from main PKGBUILD: https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/thunderbird&id=b8f2d82e92f4be93faa60cb1f5be06d96b4007d7
Updated.
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.006675 |
First Submitted: | 2024-03-06 02:09 (UTC) |
Last Updated: | 2024-11-03 21:43 (UTC) |
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 Next › Last »
Sorry. My bad. I did not notice that the libvpx was deleted from main PKGBUILD: https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/thunderbird&id=b8f2d82e92f4be93faa60cb1f5be06d96b4007d7
Updated.
@michaldybczak another option would be to disable "ac_add_options --with-system-libvpx" in the PKGBUILD (optionally remove depends "libvpx") and rebuild. that will link mozilla's version of libvpx instead of system-wide version.
There is a new situation. After recent system update Thunderbird stopped working (not just for me):
XPCOMGlueLoad error for file /usr/lib/thunderbird/libxul.so: libvpx.so.5: cannot open shared object file: No such file or directory Couldn't load XPCOM.
There is a topic on Manjaro forums about it:
https://forum.manjaro.org/t/thunderbird-does-not-start-because-of-missing-libvpx-so-5/78086
I tried to re-compile thunderbird-appmenu but now I get the build error:
11:47.06 make[2]: [/mnt/home-hdd/build/thunderbird-appmenu/src/thunderbird-60.5.3/config/recurse.mk:33: compile] Błąd 2 11:47.06 make[1]: [/mnt/home-hdd/build/thunderbird-appmenu/src/thunderbird-60.5.3/config/rules.mk:442: default] Error 2 11:47.06 make: *** [client.mk:169: build] Error 2 11:47.07 246 compiler warnings present. 11:47.29 Failed to parse ccache stats output: stats updated Sat Mar 9 17:12:09 2019 11:47.29 /usr/bin/notify-send --app-name=Mozilla Build System Mozilla Build System Build failed ==> ERROR: There is error in build(). Aborting...
So it seems that the fix with symlink stays as the only solution at the moment.
Unable to install: permission denied
Unfortunately it failed on my desktop (Manjaro Linux). I further looked into the problem and found that it might be that the shebang line in /var/tmp/pamac-build-user/thunderbird-appmenu/src/thunderbird-60.5.1/obj-x86_64-pc-linux-gnu/_tests/mozmill-virtualenv/bin/pip
is too long (> 128 chars) and caused the bash to fail. Then I changed the command in installmozmill.py
by replacing [pip, 'install']
with [correct_python, '-m', 'pip', 'install']
to avoid such issue, where correct_python
is the python in the shebang line. Hope this would be useful for users who encountered the similar problem.
0:07.29 Finished release [optimized] target(s) in 0.30s
0:14.34 thunderbird
0:35.70 PASS
0:35.71 PASS
0:47.66 adding: install.rdf (deflated 53%)
0:47.74 adding: plugins/libnptest.so (deflated 68%)
0:47.82 adding: plugins/libnpsecondtest.so (deflated 68%)
0:47.90 adding: plugins/libnpthirdtest.so (deflated 68%)
0:47.98 adding: plugins/libnpswftest.so (deflated 68%)
1:12.01 Using real prefix '/usr'
1:12.01 New python executable in /var/tmp/pamac-build-daweiy/thunderbird-appmenu/src/thunderbird-60.5.1/obj-x86_64-pc-linux-gnu/_tests/mozmill-virtualenv/bin/python
1:13.43 Installing setuptools, pip, wheel...done.
1:13.44 Python: 2.7.15 (default, Jan 10 2019, 23:20:52)
1:13.45 [GCC 8.2.1 20181127]
1:13.45 /var/tmp/pamac-build-daweiy/thunderbird-appmenu/src/thunderbird-60.5.1/obj-x86_64-pc-linux-gnu/_tests/mozmill-virtualenv/bin/pip
1:13.45 Traceback (most recent call last):
1:13.45 File "../../../../_tests/mozmill/resources/installmozmill.py", line 121, in <module>
1:13.45 main()
1:13.45 File "../../../../_tests/mozmill/resources/installmozmill.py", line 114, in main
1:13.45 env=env)
1:13.45 File "/usr/lib64/python2.7/subprocess.py", line 172, in call
1:13.45 return Popen(*popenargs, **kwargs).wait()
1:13.45 File "/usr/lib64/python2.7/subprocess.py", line 394, in __init__
1:13.45 errread, errwrite)
1:13.45 File "/usr/lib64/python2.7/subprocess.py", line 1047, in _execute_child
1:13.45 raise child_exception
1:13.45 OSError: [Errno 13] Permission denied
1:13.45 make[4]: *** [Makefile:28: mozmill-virtualenv] Error 1
1:13.45 make[3]: *** [/var/tmp/pamac-build-daweiy/thunderbird-appmenu/src/thunderbird-60.5.1/config/recurse.mk:100: comm/mail/test/mozmill/libs] Error 2
1:13.45 make[2]: *** [/var/tmp/pamac-build-daweiy/thunderbird-appmenu/src/thunderbird-60.5.1/config/recurse.mk:33: libs] Error 2
1:13.45 make[1]: *** [/var/tmp/pamac-build-daweiy/thunderbird-appmenu/src/thunderbird-60.5.1/config/rules.mk:442: default] Error 2
1:13.45 make: *** [client.mk:169: build] Error 2
1:13.49 609 compiler warnings present.
I can confirm. All works fine now. Thanks Nikatar!
@farseerfc, I have upgraded appmenu-gtk-module to the version 0.7.1-1, and it didn't help.
It's something wrong with TB's settings, because all other GTK applications successfully export their menus to the system.
Probably I should add some debug prints to the TB source code to understand what causes the problem.
Anyway, thanks for your help.
@alexm you might need to upgrade it, mine is community/appmenu-gtk-module 0.7.1-1, and there is a aur/appmenu-gtk-module-git 0.6.94-2 seems outdated.
maybe we should add appmenu-gtk-module into optdepends
I have it installed (appmenu-gtk-module-git 0.4.4.r37.gfb9116d-1)
@michaldybczak is KDE user.
Ok, thanks!
maybe we should add appmenu-gtk-module into optdepends
I don't use KDE, therefore I can't help you. But, as I know, @michaldybczak is KDE user. Write to him by email. I hope, he will help you.
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