pkgsrc-Bulk archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkgsrc-2006Q4 Linux 2.4.27-3-386/i386 bulk build results



> 
> > x11/xorg-cf-files          1       joerg%NetBSD.org@localhost
> 
> This one is strange. Can you check that the Makefile is really correct
> and doesn't have trailing white space in that line?

Well, just something strange - I think there is a backslash missing, see
the diff. It works correctly with the backslash:

root@spiff:/usr/pkgsrc/x11/xorg-cf-files# diff -Naur Makefile.orig
Makefile
--- Makefile.orig       2007-03-12 15:52:28.000000000 +0100
+++ Makefile    2007-03-12 15:52:06.000000000 +0100
@@ -21,7 +21,7 @@
 
 pre-configure:
 .for sys in NetBSD FreeBSD DragonFly linux darwin
-       mv ${WRKSRC}/${sys}.cf ${WRKSRC}/${sys}.cf.before &&
+       mv ${WRKSRC}/${sys}.cf ${WRKSRC}/${sys}.cf.before && \
        ${SED} -e "s|@@PKGSRC_CC@@|${CC}|g"             \
                -e "s|@@PKGSRC_CPP@@|${CPP}|g"          \
                -e "s|@@PKGSRC_CXX@@|${CXX}|g"          \

but fails without it - like in my bulk builds:

root@spiff:/usr/pkgsrc/x11/xorg-cf-files# bmake
=> Required installed package digest>=20010302: digest-20060826 found
===> Skipping vulnerability checks.
WARNING: No /usr/pkgsrc/distfiles/pkg-vulnerabilities file found.
WARNING: To fix, install the pkgsrc/security/audit-packages
WARNING: package and run: ``/usr/pkg/sbin/download-vulnerability-list''.
=> Checksum SHA1 OK for xorg-cf-files-1.0.2.tar.bz2
=> Checksum RMD160 OK for xorg-cf-files-1.0.2.tar.bz2
===> Installing dependencies for xorg-cf-files-1.0.2
=> Required installed package bzip2>=0.9.0b: bzip2-1.0.4 found
=> Required installed package pkg-config>=0.19: pkg-config-0.21 found
=> Required installed package xproto>=7.0.9: xproto-7.0.9nb3 found
===> Overriding tools for xorg-cf-files-1.0.2
===> Extracting for xorg-cf-files-1.0.2
/bin/cp /usr/pkgsrc/x11/xorg-cf-files/files/host.def 
/usr/pkgsrc/x11/xorg-cf-files/work/xorg-cf-files-1.0.2
/bin/cp /usr/pkgsrc/x11/xorg-cf-files/files/xorgsite.def 
/usr/pkgsrc/x11/xorg-cf-files/work/xorg-cf-files-1.0.2
===> Patching for xorg-cf-files-1.0.2
=> Applying pkgsrc patches for xorg-cf-files-1.0.2
===> Creating toolchain wrappers for xorg-cf-files-1.0.2
===> Configuring for xorg-cf-files-1.0.2
mv /usr/pkgsrc/x11/xorg-cf-files/work/xorg-cf-files-1.0.2/NetBSD.cf 
/usr/pkgsrc/x11/xorg-cf-files/work/xorg-cf-files-1.0.2/NetBSD.cf.before &&
/bin/sh: Syntax error: end of file unexpected
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/x11/xorg-cf-files
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/x11/xorg-cf-files


Regards
Uli

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil



Home | Main Index | Thread Index | Old Index