You are not logged in.

#1 2012-07-23 13:29:29

metalex
Member
Registered: 2012-04-30
Posts: 29

Installation splashy issues

Hi to all!
I followed this instructions but I cannot install splashy.
If I try:

yaourt -S splashy-full

it needs automake 1.10 and I get:

=> ERROR: Makepkg was unable to build automake1.10.

What should I do?

Offline

#2 2012-07-23 14:02:36

SubSub
Member
From: Benton Falls
Registered: 2012-07-22
Posts: 6

Re: Installation splashy issues

It will help to know the actual error(s) you received in the lines preceding:

=> ERROR: Makepkg was unable to build automake1.10.

Mu Empire.

Offline

#3 2012-07-23 15:56:36

metalex
Member
Registered: 2012-04-30
Posts: 29

Re: Installation splashy issues

 checking whether autoconf is installed... no
configure: error: Autoconf 2.60 or better is required.
    Please make sure it is installed and in your PATH.

But I have 2.69-1 autoconf.

Offline

#4 2012-07-24 07:19:55

illusionist
Member
From: localhost
Registered: 2012-04-03
Posts: 498

Re: Installation splashy issues

do you have "base-devel" package installed ?


  Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github

Offline

#5 2012-07-24 07:31:49

metalex
Member
Registered: 2012-04-30
Posts: 29

Re: Installation splashy issues

I've just installed it. What now happens:

/usr/bin/makepkg: line 1293: xz: command not found
bsdtar: Write error
==> ERROR: Unable to create package file.
==> ERROR: Makepkg was unable to build automake1.10.
==> Restart building automake1.10 ? [y/N]

sad

Offline

#6 2012-07-24 09:35:56

chamber
Member
From: ~/
Registered: 2012-03-29
Posts: 279

Re: Installation splashy issues

What happens when you try and download the tarball and install without using yaourt?


meh

Offline

#7 2012-07-24 09:55:45

metalex
Member
Registered: 2012-04-30
Posts: 29

Re: Installation splashy issues

It says that it require automake1.10.
When I try install automake1.10 from tarball:

/usr/bin/makepkg: line 1293: xz: command not found
bsdtar: Write error
==> ERROR: Unable to create package file.

I have exactly the same error.

Offline

#8 2012-07-24 09:56:54

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,965
Website

Re: Installation splashy issues

chamber wrote:

What happens when you try and download the tarball and install without using yaourt?

You mean "build with makepkg", not "install", right?

In general, installing directly without makepkg/pacman is a *bad* idea.


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#9 2012-07-24 10:04:37

chamber
Member
From: ~/
Registered: 2012-03-29
Posts: 279

Re: Installation splashy issues

Yes that's what I meant.  Make and then pacman -U *.pkg.tar.gz


meh

Offline

#10 2012-07-24 10:12:27

metalex
Member
Registered: 2012-04-30
Posts: 29

Re: Installation splashy issues

It even doesn't creates package.

Offline

#11 2012-07-24 10:14:58

chamber
Member
From: ~/
Registered: 2012-03-29
Posts: 279

Re: Installation splashy issues

Modify the PKGBUILD so it doesn't look for that specific version of automake. 

Instead of

pkgname=splashy-full
pkgver=20120224
pkgrel=1
pkgdesc="A boot splashing system"
arch=('i686' 'x86_64')
url="http://anonscm.debian.org/gitweb/?p=splashy/splashy.git;a=summary"
license=('GPL')
depends=('glib2' 'directfb')
makedepends=('automake1.10' 'git')

make it

pkgname=splashy-full
pkgver=20120224
pkgrel=1
pkgdesc="A boot splashing system"
arch=('i686' 'x86_64')
url="http://anonscm.debian.org/gitweb/?p=splashy/splashy.git;a=summary"
license=('GPL')
depends=('glib2' 'directfb')
makedepends=('automake' 'git')

meh

Offline

#12 2012-07-24 10:19:13

Gamer
Member
Registered: 2012-07-23
Posts: 17

Re: Installation splashy issues

metalex wrote:

It says that it require automake1.10.
When I try install automake1.10 from tarball:

/usr/bin/makepkg: line 1293: xz: command not found
bsdtar: Write error
==> ERROR: Unable to create package file.

I have exactly the same error.

Have you installed xz ?


Real men don't use backups, they post their stuff on a public ftp server and let the rest of the world make copies.
- Linus Torvalds

Offline

#13 2012-07-24 10:24:27

metalex
Member
Registered: 2012-04-30
Posts: 29

Re: Installation splashy issues

Gamer, yes.
chamber, I get this:

checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.27
./autogen.sh: line 154: --print-ac-dir: command not found.
Checking for required M4 macros...
  libtool.m4 not found
  glib-gettext.m4 not found
  pkg.m4 not found
Checking for forbidden M4 macros...
***Error***: some autoconf macros required to build Package
  were not found in your aclocal path, or some forbidden
  macros were found.  Perhaps you need to adjust your
  ACLOCAL_FLAGS?

What does it means?

Offline

#14 2012-07-24 10:42:01

chamber
Member
From: ~/
Registered: 2012-03-29
Posts: 279

Re: Installation splashy issues

It means that the AUR package is out of sync and orphaned, ie has not been updated in a while.

In work at the minute so I cannot do any testing, someone else will have to chip in.


meh

Offline

#15 2012-09-04 01:58:18

alculquicondor
Member
Registered: 2011-06-05
Posts: 29
Website

Re: Installation splashy issues

This seems to replace splashy-full http://aur.archlinux.org/packages.php?ID=58779
I have already installed and configured it following this guide https://wiki.archlinux.org/index.php/Splashy
I got no errors in any of the steps, but the splash just don't show up.
Any ideas?

Offline

Board footer

Powered by FluxBB