You are not logged in.

#1 2005-11-07 22:06:15

ndlarsen
Member
From: Denmark
Registered: 2005-11-02
Posts: 157

issue with makeing a gensplash package

Hey.

I've been trying to make a package following the gensplash guide from the wiki: http://wiki.archlinux.org/index.php/Gensplash
I cannot make it work however. This is the error:

==> Starting build()...
/usr/bin/makepkg: line 599: build: command not found
==> ERROR: Build Failed.  Aborting...

from this PKGBUILD script:

#Packager: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
pkgname=splashutils
pkgver=1.1.9.10
pkgrel=1
pkgdesc="It's general aim is creating a set of tools which could 'enrich' the Gentoo boot process (displaying messages, animations, progress bars, etc)."
url="http://dev.gentoo.org/~spock/projects/gensplash/"
license=""
depends=('libjpeg' 'libpng' 'perl')
conflicts=('gensplashutils')
source=(http://dev.gentoo.org/~spock/projects/gensplash/current/splashutils-$pkgver.tar.bz2)

build() {
  cd $startdir/src/$pkgname-$pkgver-pre10
  ln -sf /bin/install /usr/bin/install
  ln -sf /usr/src/linux-`uname -r` linux
  #echo -n 'Please enter full path to patched kernel sources: ' ; read source
  #ln -s $source linux
  make ||| return 1
  make prefix=$startdir/pkg/ install
  rm /usr/bin/install
}

I'm useing a custom 2.6.14 kernel on 0.7.1 if it matters. Any help would be appreciated. Thanks in advance.

regards.


I made it long
as I lacked the time to make it short...

Offline

#2 2005-11-07 22:34:33

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: issue with makeing a gensplash package

Firstly, you don't need to build anything, as the package (under the name gensplashutils) is in AUR/community repo.

Secondly, this error is probably due to some copy-paste misbehaviour.

Offline

#3 2005-11-08 12:28:02

ndlarsen
Member
From: Denmark
Registered: 2005-11-02
Posts: 157

Re: issue with makeing a gensplash package

I'm aware of the gensplashutils package in the AUR, however, that one does not work properly for me, I get all sorts of strange behaviour from it. Hence the need for makeing a custom one. I highly doubt the makepkg error is due to copy/paste misbehaviour as I've also tried to make a letter by letter copy of the biuld script in by hand.


I made it long
as I lacked the time to make it short...

Offline

#4 2005-11-08 13:25:54

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: issue with makeing a gensplash package

I sometimes get this error and it can be fixed with a restart and maybe by logging in and out.  The PKGBUILD youhave posted is syntactically correct as far as I can see so no problem there i think.

Out of interest I would like to know what strange behaviour you see with the gensplash pkg - a rebuild may not even help you if you are suffering a versioning problem.

What patch version of fbsplash are you using and what kernel version?

Offline

#5 2005-11-08 14:33:57

ndlarsen
Member
From: Denmark
Registered: 2005-11-02
Posts: 157

Re: issue with makeing a gensplash package

I'm useing kernel 2.6.14 with the fbsplash-0.9.2-r5-2.6.14 patch. I've reinstalled the gensplashutils package again and this time it apprears to be working more or less, must have been due to a install screw up earlier, then (odd, as I've reinstalled the package twice prior to this). However, I'm left at the silent boot screen when doing a silent boot (runlevel 3), I get no image change untill I hit ALT+Fx or ALT+LeftArrow. What goes for logging out and in, or rebooting, I've been doing this continueously all day, no change, I'm still getting the same error.


I made it long
as I lacked the time to make it short...

Offline

#6 2005-11-08 14:41:01

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: issue with makeing a gensplash package

gensplash is untested with 2.6.14 in Arch so no idea there I am afraid!

Offline

#7 2005-11-08 20:24:46

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

Re: issue with makeing a gensplash package

About the PKGBUILD: Make sure

pkgdesc="It's general aim is creating a set of tools which could 'enrich' the Gentoo boot process (displaying messages, animations, progress bars, etc)." 

is on a single line.

Or test it with namcap: namcap PKGBUILD

Offline

#8 2005-11-08 21:43:39

ndlarsen
Member
From: Denmark
Registered: 2005-11-02
Posts: 157

Re: issue with makeing a gensplash package

Thank you, it wasn't. Did not solve the issue, however.


I made it long
as I lacked the time to make it short...

Offline

Board footer

Powered by FluxBB