Package Details: orbit2 2.14.19-7

Git Clone URL: https://aur.archlinux.org/orbit2.git (read-only, click to copy)
Package Base: orbit2
Description: Thin/fast CORBA ORB
Upstream URL: https://developer.gnome.org/ORBit2/
Licenses: GPL, LGPL
Submitter: PhotonX
Maintainer: PhotonX (kevr)
Last Packager: PhotonX
Votes: 59
Popularity: 0.035152
First Submitted: 2017-01-26 07:48 (UTC)
Last Updated: 2024-08-23 19:42 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

ostroffjh commented on 2019-04-22 01:23 (UTC)

I had the same failure, and the suggested fix does work. What I find interesting is that libORBit-2.so.0 is 19 bytes, the same length as libORBit-2.so, but seems to be the first 19 bytes of libORBit-2.so.0.1.0. A clean reinstall using yaourt produces the same results.

reveryx commented on 2019-03-11 08:32 (UTC) (edited on 2019-03-11 08:34 (UTC) by reveryx)

shutter failed for me, too. It file wasn't a symlink, but a regular file:

root@notebook /usr/lib # ls -la libORBit-2 lrwxrwxrwx 1 root root 19 11. Mär 09:23 libORBit-2.so -> libORBit-2.so.0.1.0 -r-------- 1 root root 19 11. Mär 09:23 libORBit-2.so.0 -rwxr-xr-x 1 root root 456376 11. Mär 09:23 libORBit-2.so.0.1.0 root@notebook /usr/lib # rm libORBit-2.so.0 root@notebook /usr/lib # ln -s libORBit-2.so.0.1.0 libORBit-2.so.0 root@notebook /usr/lib # ls -la libORBit-2 lrwxrwxrwx 1 root root 19 11. Mär 09:23 libORBit-2.so -> libORBit-2.so.0.1.0 lrwxrwxrwx 1 root root 19 11. Mär 09:27 libORBit-2.so.0 -> libORBit-2.so.0.1.0 -rwxr-xr-x 1 root root 456376 11. Mär 09:23 libORBit-2.so.0.1.0

It now works again.

pat-s commented on 2019-03-06 22:04 (UTC)

I have the same error as @severach. Due to this, shutter fails to build for me.

First I checked the permissions as I got "permission denied" errors from other apps

ls -ld /usr/lib/libORBit-2.so.0 Wed 06 Mar 2019 10:57:39 PM CET -r-------- 1 root root 19 Mar 6 22:47 /usr/lib/libORBit-2.so.0

After opening the permission, the permission error got away but I faced the following error

"/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" -MGnome2 podifyenums.pl Gnome2 maps > blib/lib/Gnome2/enums.pod Can't load 'blib/arch/auto/Gnome2/Gnome2.so' for module Gnome2: /usr/lib/libORBit-2.so.0: file too short at /usr/lib/perl5/5.28/core_perl/DynaLoader.pm line 193.

PhotonX commented on 2019-02-12 10:20 (UTC)

@cpharlok: Thanks for the proposed solution! I wonder if it is a problem which is due to some error in packaging, since already three people are affected by it. Are there any further observations which could help to track it down?

cpharlok commented on 2019-02-11 23:01 (UTC)

@severach: The symlink may be broken, just recreate it

PhotonX commented on 2019-01-24 16:42 (UTC)

@severach:

Sorry, I can't reproduce it. Did you try building in a clean build directory? Could you please paste the complete output?

severach commented on 2019-01-24 09:50 (UTC) (edited on 2019-01-24 09:50 (UTC) by severach)

ldconfig: File /usr/lib/libORBit-2.so.0 is too small, not checked.
ldconfig: /usr/lib/libORBit-2.so.0 is not a symbolic link

PhotonX commented on 2018-09-28 17:47 (UTC) (edited on 2018-09-28 17:47 (UTC) by PhotonX)

I see, thanks for figuring it out! Surprising that the current gnome-common library still suits for compiling orbit2. :) Added gnome-common as makedep in a silent update, once again.

xantares commented on 2018-09-28 16:24 (UTC)

same error, I installed gnome-common and it built fine.

PhotonX commented on 2018-09-28 14:01 (UTC) (edited on 2018-09-28 14:08 (UTC) by PhotonX)

@xiretza: Thanks for the hint, added the make dependency in a silent update.

On a second thought, gnome-common is for Gnome3 and the Gnome2 equivalent is libgnome which, however, would be a circular dependency...