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.062176
First Submitted: 2017-01-26 07:48 (UTC)
Last Updated: 2024-08-23 19:42 (UTC)

Latest Comments

1 2 3 4 Next › Last »

PhotonX commented on 2024-08-23 19:45 (UTC)

I added the fix in a silent update now, thanks!

PhotonX commented on 2024-08-23 19:01 (UTC)

Thanks for looking into it! Indeed, it successfully compiles without the gnu99 option.

iwyil commented on 2024-08-23 14:28 (UTC) (edited on 2024-08-23 14:28 (UTC) by iwyil)

To build I added export CLFAGS="-std=gnu99 -fpermissive" in PKGBUILD inside prepare() before calling ./autogen.sh (-std=gnu99 might not be needed)

The problem I found for this, and other packages too, is that the current version of gcc enforce some rules which weren't enforced before. In this specific case, the problem is that configure tries to compile some test programs which have main declared without int in front, and gcc complains

PhotonX commented on 2024-06-19 15:33 (UTC)

I can reproduce it but I can't take care of it right now. @kevr, could you have a look?

nahno commented on 2024-06-19 14:53 (UTC)

Hi, just tried to build but fails with Linking is badly borked on your system. Is this me? Thanks

PhotonX commented on 2019-11-24 18:55 (UTC)

@Bachsau: gnome-common as a makedepend, libidl2 a dependency, seems like pacaur is at fault ignoring the dependencies.

Bachsau commented on 2019-11-24 16:48 (UTC) (edited on 2019-11-24 18:33 (UTC) by Bachsau)

I always get a "failed to verify integrity or prepare orbit2 package" when trying to install this via pacaur. Figured out it needs "gnome-common" and "libidl2" to compile correctly.

drws commented on 2019-06-01 21:10 (UTC)

Yeah, I see. After manually installing libidl2 beforehand, everything goes through OK. Apparently it's a pacaur's bug.

PhotonX commented on 2019-05-28 05:27 (UTC)

Not sure how this can happen since libidl2 is already a dependency for orbit2. Could you please check if libidl2 is installed?

drws commented on 2019-05-27 20:46 (UTC) (edited on 2019-05-27 20:46 (UTC) by drws)

This package does not build for me:

configure: error: Package requirements (    libIDL-2.0 >= 0.8.2     glib-2.0 >= 2.8.0   gobject-2.0 >= 2.8.0    gmodule-2.0 >= 2.8.0) were not met:
Package 'libIDL-2.0', required by 'virtual:world', not found