diff options
Diffstat (limited to 'abs/extra')
| -rw-r--r-- | abs/extra/help2man/PKGBUILD | 11 | ||||
| -rw-r--r-- | abs/extra/help2man/help2man-1.38.2-1-i686-build.log.1 | 56 | 
2 files changed, 59 insertions, 8 deletions
| diff --git a/abs/extra/help2man/PKGBUILD b/abs/extra/help2man/PKGBUILD index f03c47c..c9dc9fb 100644 --- a/abs/extra/help2man/PKGBUILD +++ b/abs/extra/help2man/PKGBUILD @@ -1,9 +1,9 @@ -# $Id$ +# $Id: PKGBUILD 83522 2010-06-21 22:45:22Z giovanni $  # Maintainer: Giovanni Scafora <giovanni@archlinux.org>  # Contributor: Paul Mattal <paul@mattal.com>  pkgname=help2man -pkgver=1.38.4 +pkgver=1.38.2  pkgrel=1  pkgdesc="Conversion tool to create man files"  arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="http://www.gnu.org/software/help2man/"  license=('GPL')  depends=('perl-locale-gettext')  source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('1441847905ca8e6b7d63def44c3be01e') +md5sums=('426671c6fe79e5ef2233303367eab5a6')  build() {    cd "${srcdir}/${pkgname}-${pkgver}" @@ -21,10 +21,5 @@ build() {  	      --infodir=/usr/share/info \  	      --libdir=/lib    make || return 1 -} - -package() { -  cd "${srcdir}/${pkgname}-${pkgver}"    make DESTDIR="${pkgdir}" install || return 1  } - diff --git a/abs/extra/help2man/help2man-1.38.2-1-i686-build.log.1 b/abs/extra/help2man/help2man-1.38.2-1-i686-build.log.1 new file mode 100644 index 0000000..2f886ba --- /dev/null +++ b/abs/extra/help2man/help2man-1.38.2-1-i686-build.log.1 @@ -0,0 +1,56 @@ +checking for perl... perl +checking for module Locale::gettext... yes +checking for msgfmt... /usr/bin/msgfmt +checking for gcc... gcc +checking whether the C compiler works... yes +checking for C compiler default output file name... a.out +checking for suffix of executables...  +checking whether we are cross compiling... no +checking for suffix of object files... o +checking whether we are using the GNU C compiler... yes +checking whether gcc accepts -g... yes +checking for gcc option to accept ISO C89... none needed +checking for library containing dlsym... -ldl +checking for library containing bindtextdomain... none required +checking for a BSD-compatible install... /bin/install -c +checking for makeinfo... /usr/bin/makeinfo +checking for install-info... /usr/bin/install-info +configure: creating ./config.status +config.status: creating Makefile +perl help2man.PL --with-gettext +gcc -march=i686 -mtune=generic -O2 -pipe -o bindtextdomain.so -fPIC -shared bindtextdomain.c -ldl  +Extracting help2man (with variable substitutions) +./mkinstalldirs /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/bin +/bin/install -c bindtextdomain.so /data/linhes_pkgbuild/abs/extra/help2man/pkg/lib +for lang in de fi fr pl pt_BR ru sv vi; \ +	do \ +	    ./mkinstalldirs /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/locale/$lang/LC_MESSAGES; \ +	    /bin/install -c -m 644 $(perl -e 'print +(grep -f, map "$_/$ARGV[0]", map +(length) ? $_ : ".", split ":", $ENV{VPATH} || ".")[0]' po/$lang.gmo) \ +		/data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/locale/$lang/LC_MESSAGES/help2man.mo; \ +	    ./mkinstalldirs /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/man/$lang/man1; \ +	    /bin/install -c -m 644 $(perl -e 'print +(grep -f, map "$_/$ARGV[0]", map +(length) ? $_ : ".", split ":", $ENV{VPATH} || ".")[0]' help2man.$lang.1) \ +		/data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/man/$lang/man1/help2man.1; \ +	done +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/bin +./mkinstalldirs /data/linhes_pkgbuild/abs/extra/help2man/pkg/lib +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/locale/de/LC_MESSAGES +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/lib +mkdir: cannot create directory `/data/linhes_pkgbuild/abs/extra/help2man/pkg/lib': File exists +make: *** [install_base] Error 1 +make: *** Waiting for unfinished jobs.... +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/man/de/man1 +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/locale/fi/LC_MESSAGES +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/man/fi/man1 +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/locale/fr/LC_MESSAGES +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/man/fr/man1 +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/locale/pl/LC_MESSAGES +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/man/pl/man1 +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/locale/pt_BR/LC_MESSAGES +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/man/pt_BR/man1 +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/locale/ru/LC_MESSAGES +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/man/ru/man1 +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/locale/sv/LC_MESSAGES +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/man/sv/man1 +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/locale/vi/LC_MESSAGES +mkdir -p -- /data/linhes_pkgbuild/abs/extra/help2man/pkg/usr/share/man/vi/man1 +[1m    Aborting...(B[m | 
