After the latest updates of openssl-1.0:
[2017-05-25 23:52] [ALPM] upgraded openssl-1.0 (1.0.2.k-3 -> 1.0.2.k-4)
[2017-05-26 00:27] [ALPM] upgraded openssl-1.0 (1.0.2.k-4 -> 1.0.2.l-1)
I cannot launch the Seafile client GUI:
[nikolay@nikolay-t440p ~]$ seafile-applet
seafile-applet: /usr/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.2d' not found (required by seafile-applet)
I had to downgrade both openssl-1.0 and qt5-base:
[nikolay@nikolay-t440p ~]$ sudo pacman -U /var/cache/pacman/pkg/openssl-1.0-1.0.2.k-3-x86_64.pkg.tar.xz
[nikolay@nikolay-t440p ~]$ sudo pacman -U /var/cache/pacman/pkg/qt5-base-5.8.0-11-x86_64.pkg.tar.xz
(Source: https://wiki.archlinux.org/index.php/downgrading_packages)
Now the Seafile client seems to be running properly. :)
Search Criteria
Package Details: seafile-client 9.0.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/seafile-client.git (read-only, click to copy) |
---|---|
Package Base: | seafile-client |
Description: | GUI client for synchronizing your local files with seafile server |
Upstream URL: | https://github.com/haiwen/seafile-client |
Licenses: | Apache |
Submitter: | Localizator |
Maintainer: | Joffrey |
Last Packager: | Joffrey |
Votes: | 168 |
Popularity: | 0.000000 |
First Submitted: | 2012-12-10 17:34 (UTC) |
Last Updated: | 2024-11-14 17:07 (UTC) |
Dependencies (7)
- qt6-5compat
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-webengine
- seafileAUR
- cmake (cmake-gitAUR) (make)
- qt6-tools (make)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR) (optional)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 44 Next › Last »
ndandanov commented on 2017-05-25 21:50 (UTC)
noEntry commented on 2017-05-25 21:43 (UTC)
Any way to fix this issue? Installing openssl-1.0 did not solves this issue.
seafile-applet: /usr/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.2d' not found (required by seafile-applet)
Captain_Rage commented on 2017-05-25 19:05 (UTC)
Package openssl-1.0 should be marked as a dependency.
a-bostaurus commented on 2017-05-15 13:59 (UTC)
I have to apologize. It's not a problem of seafile, but a problem of my special configuration. The package is ok, Manjaro is okay, my system got some problems ...
gnacho commented on 2017-05-15 11:34 (UTC)
Confirmed that 6.06 fixed the errors with Manjaro and "Transport Error" with Antergos / Apricity :)
Thanks a lot!!
Captain_Rage commented on 2017-05-15 08:31 (UTC)
6.0.6 fixed the 'Transport Error' issue. Thanks alot!
eolianoe commented on 2017-05-15 07:10 (UTC) (edited on 2017-05-15 07:12 (UTC) by eolianoe)
@a-bostaurus: it's compiling and running fine here, I'll try to test as much as I can the packages before releasing them. The packages are tested with Arch and not Manjaro, you may have a different version of some libraries and I cannot test.
Maybe you can with pure makepkg in a clean-chroot [a] and be sure to have a fully up to date system before to build something. It seems that some program are not linked with the right libraries.
[a] https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot
a-bostaurus commented on 2017-05-15 06:30 (UTC)
This morning the update came in. That was great. Thank you very much. But there is still a problem: A mistake happened in build ... I interrupped ... MAKePkg could not create seafile-client
This is a little bit horrible because I use it productive and professional ...
The terminal says:
/usr/bin/ld: warning: libwebpmux.so.2, needed by /usr/lib/libavcodec.so.57, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libwebp.so.6, needed by /usr/lib/libavcodec.so.57, not found (try using -rpath or -rpath-link)
/usr/lib/libavcodec.so.57: undefined reference to `WebPAnimEncoderDelete'
/usr/lib/libavcodec.so.57: undefined reference to `WebPAnimEncoderNewInternal'
/usr/lib/libavcodec.so.57: undefined reference to `WebPAnimEncoderOptionsInitInternal'
/usr/lib/libavcodec.so.57: undefined reference to `WebPAnimEncoderAssemble'
/usr/lib/libavcodec.so.57: undefined reference to `WebPAnimEncoderAdd'
collect2: Fehler: ld gab 1 als Ende-Status zurück
make[2]: *** [CMakeFiles/seafile-applet.dir/build.make:5389: seafile-applet] Fehler 1
make[1]: *** [CMakeFiles/Makefile2:997: CMakeFiles/seafile-applet.dir/all] Fehler 2
make: *** [Makefile:130: all] Fehler 2
==> FEHLER: Ein Fehler geschah in build().
Breche ab...
==> FEHLER:Makepkg konnte seafile-client nicht erstellen.
a-bostaurus commented on 2017-05-14 11:51 (UTC)
After the last Manjaro Update seafile does not work anymore. If I type in terminal yaourt -Ss seafile, it is said "out of date". I don't know, what the problem is.
Captain_Rage commented on 2017-05-09 10:38 (UTC)
@gnacho
I tried typing seaf-daemon --daemon in a terminal. It doesn't fix the problem for me, but now the Seafile applet displays 'Failed to establish secure connection. Please check server SSL certificate' on top of 'Transport Error'. What is interesting though is that a folder called 'seafile' gets created upon running that command, even though the proper folder 'Seafile' exists in my home folder.
Yes, it helps. Thank you for providing the information. I will keep on troubleshooting. :)
Pinned Comments
Joffrey commented on 2021-05-30 20:06 (UTC) (edited on 2021-05-30 20:11 (UTC) by Joffrey)
Please, when you have compilation or execution errors, recompile each component without using an AUR helper before reporting an issue.