You are not logged in.

#1 2008-11-09 09:30:03

BKJ
Member
Registered: 2008-09-19
Posts: 71

[Solved] yaourt and liblbxutil: not found on AUR?

When running yaourt I am receiving the following notice:  liblbxutil: not found on AUR

Previous runs of yaourt did not produce this message.  Where did the package go and how to fix?

Last edited by BKJ (2008-11-12 00:45:46)

Offline

#2 2008-11-09 18:35:19

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [Solved] yaourt and liblbxutil: not found on AUR?

I found it in the ABS tree even though it doesn't seem to exist in any of the repos anymore. You may want to file a bug report. I don't know if it's being used by anything. It's listed as installed as a dependency but not required by anything.

# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
#Maintainer: Jan de Groot <jgc@archlinux.org>

pkgname=liblbxutil
pkgver=1.0.1
pkgrel=1
pkgdesc="Low Bandwidth X11 Utility Library"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
depends=('zlib')
makedepends=('pkgconfig')
options=(NOLIBTOOL)
source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
md5sums=(b73cbd5bc3cd268722a624a5f1318fde)

build() {
  cd ${startdir}/src/${pkgname}-$pkgver
  ./configure --prefix=/usr \
              --build=${CHOST} --host=${CHOST}
  make || return 1
  make DESTDIR=${startdir}/pkg install || return 1
}

Last edited by skottish (2008-11-09 18:36:54)

Offline

#3 2008-11-09 18:41:15

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,403
Website

Re: [Solved] yaourt and liblbxutil: not found on AUR?

liblbxutil was removed because it was depreciated upstream.

Offline

#4 2008-11-10 05:23:49

BKJ
Member
Registered: 2008-09-19
Posts: 71

Re: [Solved] yaourt and liblbxutil: not found on AUR?

Thanks for the info.  I simply removed the package and all seems to still be ok.

Offline

#5 2008-11-10 18:14:48

Majorix
Member
Registered: 2008-01-31
Posts: 96

Re: [Solved] yaourt and liblbxutil: not found on AUR?

I had the exact same problem.

I couldn't simply remove it via yaourt, but I succeeded in removing it using pacman. Odd thing roll

Offline

Board footer

Powered by FluxBB