You are not logged in.

#1 2010-08-08 23:42:35

Kotel
Member
Registered: 2010-03-06
Posts: 3

Unable to install from AUR with yaourt

I am having problems installing packages from AUR.  I can still use yaourt to install any packages from the official repositiories.  As an example, when trying to install zenlib, I get this message:

==> Building and installing package
==> Making package: libzen 0.4.15-1 (Sun Aug  8 18:30:43 CDT 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Downloading libzen_0.4.15.tar.bz2...
--2010-08-08 18:30:43--  [url]http://downloads.sourceforge.net/zenlib/libzen_0.4.15.tar.bz2[/url]
Resolving downloads.sourceforge.net... 216.34.181.59
Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: [url]http://downloads.sourceforge.net/project/zenlib/ZenLib%20-%20Sources/0.4.15/libzen_0.4.15.tar.bz2[/url] [following]
--2010-08-08 18:30:44--  [url]http://downloads.sourceforge.net/project/zenlib/ZenLib%20-%20Sources/0.4.15/libzen_0.4.15.tar.bz2[/url]
Reusing existing connection to downloads.sourceforge.net:80.
HTTP request sent, awaiting response... 302 Found
Location: [url]http://surfnet.dl.sourceforge.net/project/zenlib/ZenLib%20-%20Sources/0.4.15/libzen_0.4.15.tar.bz2[/url] [following]
--2010-08-08 18:30:44--  [url]http://surfnet.dl.sourceforge.net/project/zenlib/ZenLib%20-%20Sources/0.4.15/libzen_0.4.15.tar.bz2[/url]
Resolving surfnet.dl.sourceforge.net... 130.59.138.21, 2001:620:0:1b::21
Connecting to surfnet.dl.sourceforge.net|130.59.138.21|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 134032 (131K) [application/x-bzip2]
Saving to: "libzen_0.4.15.tar.bz2.part"

100%[===================================================================================================================================>] 134,032     87.0K/s   in 1.5s    

2010-08-08 18:30:46 (87.0 KB/s) - "libzen_0.4.15.tar.bz2.part" saved [134032/134032]

==> Validating source files with md5sums...
    libzen_0.4.15.tar.bz2 ... Passed
==> Extracting Sources...
  -> Extracting libzen_0.4.15.tar.bz2 with bsdtar
==> Entering fakeroot environment...
==> Starting build()...
/usr/share/aclocal/cinepaint.m4:8: warning: underquoted definition of AM_PATH_CINEPAINT
/usr/share/aclocal/cinepaint.m4:8:   run info '(automake)Extending aclocal'
/usr/share/aclocal/cinepaint.m4:8:   or see [url]http://sources.redhat.com/automake/automake.html#Extending-aclocal[/url]
/usr/bin/m4: cannot remove temporary file /tmp/m4-IpdGHp/m4-1000
/usr/bin/m4: cannot clean temporary file for diversion
/usr/bin/m4: cannot remove temporary directory /tmp/m4-IpdGHp: Directory not empty
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal-1.11: autom4te failed with exit status: 1
autom4te: cannot rename autom4te.cache/traces.0t as autom4te.cache/traces.0: 
automake-1.11: autoconf failed with exit status: 1
autom4te: cannot rename autom4te.cache/traces.0t as autom4te.cache/traces.0: 
    Aborting...
==> ERROR: Makepkg was unable to build libzen.
==> Restart building libzen ? [y/N]
==> -------------------------------
==> 

I should also mention that I currently have a partition of my memory mounted onto /tmp.  This is the corresponding line from my fstab:

none                    /tmp            tmpfs       defaults,noatime,size=1024M 0       1

I should have the permissions for my /tmp mount set up correctly.  Any help would be greatly appreciated.  Thank you in advance.

Offline

#2 2010-08-09 13:26:26

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: Unable to install from AUR with yaourt

Moved to "Workstation User".


ᶘ ᵒᴥᵒᶅ

Offline

#3 2010-08-09 14:05:25

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Unable to install from AUR with yaourt

Have you made sure that the PKGBUILD for the app is correct ?


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#4 2010-08-10 14:28:27

Kotel
Member
Registered: 2010-03-06
Posts: 3

Re: Unable to install from AUR with yaourt

The PKGBUILD looks correct.  It also supports x86_64, which is what I'm running Arch on.  It's also not this specific package that is the problem.  I haven't been able to use yaourt to install any packages from the AUR.  I can post other examples of packages not installing if that would help.  I haven't really compared one PKGBUILD file to another, so I don't know if showing how a different package fails would help.

Offline

#5 2010-08-10 14:31:33

SanskritFritz
Member
From: Budapest, Hungary
Registered: 2009-01-08
Posts: 1,924
Website

Re: Unable to install from AUR with yaourt

Just to make sure yaourt is not causing the problem, try to compile the package with makepgk.


zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)

Offline

#6 2010-08-11 13:19:00

Kotel
Member
Registered: 2010-03-06
Posts: 3

Re: Unable to install from AUR with yaourt

I tried running just makepkg and I get the same errors that I got when using yaourt.  I didn't try running makepkg with sudo since it isn't the normal usage of makepkg.  Would it give any extra insight if I did try running sudo makepkg?

Offline

#7 2010-08-11 17:27:31

SanskritFritz
Member
From: Budapest, Hungary
Registered: 2009-01-08
Posts: 1,924
Website

Re: Unable to install from AUR with yaourt

Kotel wrote:

I tried running just makepkg and I get the same errors that I got when using yaourt.  I didn't try running makepkg with sudo since it isn't the normal usage of makepkg.  Would it give any extra insight if I did try running sudo makepkg?

No, I dont think so.

Just for the record, the archstuff repo has the compiled libzen package:
pacman.conf:
[archstuff]
# AUR's most voted packages
Server=http://archstuff.vs169092.vserver.de/$arch


zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)

Offline

Board footer

Powered by FluxBB