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 »

xiretza commented on 2018-09-28 12:38 (UTC)

seems like a makedepends=('gnome-common') is in order:

==> Starting prepare()...
  -> Running autogen. Please wait...
You need to install the gnome-common module and make
sure the gnome-autogen.sh script is in your $PATH.
==> ERROR: A failure occurred in prepare().

PhotonX commented on 2018-09-27 17:47 (UTC)

happycadaver: That was my temporary fix from revision -4. I thought, I found a better one in -5 but looks like I was wrong.

happycadaver commented on 2018-09-27 17:28 (UTC)

I changed the PKGBUILD (I use part from the Previous Version): libname-server-2.a) noextract=(libname-server-2.a) prepare() { cp libname-server-2.a ORBit2-$pkgver/src/services/name/

Now i have no Problems to Build: Finished making: orbit2 2.14.19-5 (Thu 27 Sep 2018 07:25:35 PM CEST)

PhotonX commented on 2018-09-27 17:27 (UTC)

Let's continue the bug hunt in the forums: https://bbs.archlinux.org/viewtopic.php?pid=1809999

7314776 commented on 2018-09-27 17:20 (UTC) (edited on 2018-09-27 17:24 (UTC) by 7314776)

confirm pkgrel = 5 problem with libname-server-2.a

clean building directory, both standard and clean chroot give the same error

gcc: error: libname-server-2.a: No such file or directory

happycadaver commented on 2018-09-27 17:20 (UTC)

It doesn't work for me, even with a clean directory. It says: gcc: error: libname-server-2.a: No such file or directory. You deleted this in PKGBUILD, just why? - cp libname-server-2.a ORBit2-$pkgver/src/services/name/

xantares commented on 2018-09-27 17:16 (UTC)

same error: libname-server-2.a: No such file or directory

even if I add "make -j1" it still doesnt build, are you sure issue was with makeflags?

glowingsword commented on 2018-09-27 17:13 (UTC)

And for me too. Also gcc: error: libname-server-2.a: No such file or directory But I have a /usr/lib/libname-server-2.a in it's place.

Vrakfall commented on 2018-09-27 15:13 (UTC)

It doesn't work for me, even with a clean directory. It says: gcc: error: libname-server-2.a: No such file or directory.

renickbell commented on 2018-01-14 08:52 (UTC)

After emptying the build directory and trying again, it built fine. Thank you.