You are not logged in.

#1 2009-04-07 22:50:15

ilcontegis
Member
Registered: 2008-11-04
Posts: 15

lsb-release error

./PKGBUILD: line 25: make: command not found
==> ERRORE: Compilazione interrotta.
    L'operazione sta per essere interrotta...
Error: Makepkg non ha potuto costruire il pacchetto lsb-release.

and here the PKGBUILD

# This is an example PKGBUILD file. Use this as a start to creating your own,
# and remove these comments. For more information, see 'man PKGBUILD'.
# NOTE: Please fill out the license field for your package! If it is unknown,
# then please put 'unknown'.

# Contributor: John Gerritse <reaphsharc@gmail.com>
pkgname=lsb-release
pkgver=1.4
pkgrel=6
pkgdesc="LSB version query program."
arch=(i686 x86_64)
url="http://www.linuxbase.org/"
license=('GPL2')
groups=
provides=
depends=
makedepends=('perl')
source=(http://downloads.sourceforge.net/lsb/$pkgname-$pkgver.tar.gz)
md5sums=('30537ef5a01e0ca94b7b8eb6a36bb1e4')

build() {
  cd "$startdir/src/$pkgname-$pkgver"
  mkdir $startdir/pkg/etc/
  echo DISTRIB_ID="arch" > "$startdir/pkg/etc/lsb-release"
  make || return 1
  #  make DESTDIR="$startdir/pkg" install - doesn't work, doeing it manually
  install -D -m 644 lsb_release.1.gz $startdir/pkg/usr/man/man1/lsb_release.1.gz
  install -D -m 755 lsb_release $startdir/pkg/usr/bin/lsb_release
}

If you know how to solve it would be nice.
Thank you

Offline

#2 2009-04-08 03:38:56

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: lsb-release error

Install the base-devel group: pacman -S base-devel

Offline

#3 2009-04-08 07:16:21

ilcontegis
Member
Registered: 2008-11-04
Posts: 15

Re: lsb-release error

Snowman wrote:

Install the base-devel group: pacman -S base-devel

Grazie mille....credevo di averlo installato...ma mi ero dimenticato che un mese fa avevo piallato tutto e rimesso con ext4 -.-
Grazie.

Offline

Board footer

Powered by FluxBB