You are not logged in.

#1 2012-04-21 04:54:45

TuxLyn
Member
From: United States
Registered: 2011-10-26
Posts: 283

yaourt-git 2012-04-20 compile error

I've compiled package-query-git-20120420-1-x86_64.pkg.tar.xz and pacman-color-4.0.3-1-x86_64.pkg.tar.xz fine, but have this following error when tried compiling yaourt-git-2012-04-20 from https://aur.archlinux.org/packages.php?ID=18676

This is the error I'm getting:

makepkg -s
==> Determining latest git revision...
  -> Version found: 20120420
==> Making package: yaourt-git 20120420-1 (Fri Apr 20 22:49:56 MDT 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
==> Extracting Sources...
==> Starting build()...
Cloning into 'yaourt'...
remote: Counting objects: 2433, done.
remote: Compressing objects: 100% (936/936), done.
remote: Total 2433 (delta 1651), reused 2078 (delta 1412)
Receiving objects: 100% (2433/2433), 632.60 KiB | 198 KiB/s, done.
Resolving deltas: 100% (1651/1651), done.
Cloning into 'yaourt-build'...
done.
	GEN yaourt.sh
	GEN pacdiffviewer.sh
	GEN yaourtrc
	GEN lib/util.sh
	GEN lib/pkgbuild.sh
	GEN lib/pacman.sh
	GEN lib/abs.sh
==> Entering fakeroot environment...
==> Starting package()...
/usr/bin/env install  -d /home/build/yaourt-git/pkg/usr/bin
/usr/bin/env install  -d /home/build/yaourt-git/pkg/usr/lib/yaourt
/usr/bin/env install  -d /home/build/yaourt-git/pkg/etc
/usr/bin/env install  -d /home/build/yaourt-git/pkg/usr/share/bash-completion/completions
/usr/bin/env install  -d /home/build/yaourt-git/pkg/usr/share/man/man{5,8}
# Scripts
/usr/bin/env install  -m755 yaourt.sh /home/build/yaourt-git/pkg/usr/bin/yaourt
/usr/bin/env install  -m755 pacdiffviewer.sh /home/build/yaourt-git/pkg/usr/bin/pacdiffviewer
# Configuration
/usr/bin/env install  -m644 yaourtrc /home/build/yaourt-git/pkg/etc/yaourtrc
/usr/bin/env install  -m644 bashcompletion /home/build/yaourt-git/pkg/usr/share/bash-completion/completions/yaourt
# Libs
/usr/bin/env install  -m644 lib/alpm_backup.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
/usr/bin/env install  -m644 lib/alpm_query.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
/usr/bin/env install  -m644 lib/alpm_stats.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
/usr/bin/env install  -m644 lib/abs.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
/usr/bin/env install  -m644 lib/aur.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
/usr/bin/env install  -m644 lib/util.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
/usr/bin/env install  -m644 lib/io.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
/usr/bin/env install  -m644 lib/pacman.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
/usr/bin/env install  -m644 lib/pkgbuild.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
/usr/bin/env install  -m644 lib/misc.sh /home/build/yaourt-git/pkg/usr/lib/yaourt
# Man
/usr/bin/env install  -m644 man/*.5 /home/build/yaourt-git/pkg/usr/share/man/man5
/usr/bin/env install  -m644 man/*.8 /home/build/yaourt-git/pkg/usr/share/man/man8
# Locales
test -x /usr/bin/msgfmt && for file in po/*/*.po; \
do \
  package=$(echo $file | /bin/sed -e 's#po/\([^/]\+\).*#\1#'); \
  lang=$(echo $file | /bin/sed -e 's#.*/\([^/]\+\).po#\1#'); \
  /usr/bin/env install  -d /home/build/yaourt-git/pkg/usr/share/locale/$lang/LC_MESSAGES; \
  /usr/bin/msgfmt -o /home/build/yaourt-git/pkg/usr/share/locale/$lang/LC_MESSAGES/$package.mo $file; \
done
make: *** [install] Error 1
==> ERROR: A failure occurred in package().

This error doesn't tell me much, I've tried using --asroot switch and sudo, but still get the same error.


::: Using Arch Linux Since October 25, 2011 :::
::: Tutorials: http://distrogeeks.com/ :::

Offline

#2 2012-04-21 04:58:42

TuxLyn
Member
From: United States
Registered: 2011-10-26
Posts: 283

Re: yaourt-git 2012-04-20 compile error

I've installed package from http://repo.archlinux.fr/x86_64/yaourt- … pkg.tar.xz

but still would like to know what was wrong :-) Thank you.

OLD-PACKGE-REMOVED: See AUR for new one.

Last edited by TuxLyn (2012-12-19 10:18:40)


::: Using Arch Linux Since October 25, 2011 :::
::: Tutorials: http://distrogeeks.com/ :::

Offline

Board footer

Powered by FluxBB