[M3devel] m3cc package failures ignored?

Olaf Wagner wagner at elegosoft.com
Wed Aug 4 17:26:34 CEST 2010


Quoting Jay K <jay.krell at cornell.edu>:

> There's some problem, I've been noticing a while on my machine(s)   
> where failure to build m3cc isn't noticed.
>
> e.g.:
>
> http://hudson.modula3.com:8080/job/cm3-current-build-AMD64_LINUX/21/console
> ...
> -rw-r--r-- 1 hudson hudson    6872 2010-07-28 13:47 xstrerror.o
> -rw-r--r-- 1 hudson hudson    6736 2010-07-28 13:47 xstrndup.o
>
> ./libiberty/testsuite:
> total 4
> -rw-r--r-- 1 hudson hudson 2722 2010-07-28 13:44 Makefile
> Fatal Error: package build failed
>  ==> m3-sys/m3cc done
>
> -- and then it keeps going --
>
> === package m3-libs/m3core ===
>  +++ cm3 -build   
> -DROOT='/usr/local/hudson/.hudson/jobs/cm3-current-build-AMD64_LINUX/workspace/cm3' $RARGS  && cm3 -ship $RARGS -DROOT='/usr/local/hudson/.hudson/jobs/cm3-current-build-AMD64_LINUX/workspace/cm3'    
> +++

That's probably due to a typo in the pkgmap script:

Index: scripts/pkgmap.sh
===================================================================
RCS file: /usr/cvs/cm3/scripts/pkgmap.sh,v
retrieving revision 1.58
diff -u -u -r1.58 pkgmap.sh
--- scripts/pkgmap.sh   23 Jul 2010 16:08:08 -0000      1.58
+++ scripts/pkgmap.sh   4 Aug 2010 15:23:58 -0000
@@ -532,4 +532,4 @@
    fi
  fi

-[ -n "${OK}" ] || exit `printf "{$REDPKGS}" | wc | awk '{print $1}'`
+[ -n "${OK}" ] || exit `printf "${REDPKGS}" | wc | awk '{print $1}'`

Let me know when you see that again,

Olaf
-- 
Olaf Wagner -- elego Software Solutions GmbH
                Gustav-Meyer-Allee 25 / Gebäude 12, 13355 Berlin, Germany
phone: +49 30 23 45 86 96  mobile: +49 177 2345 869  fax: +49 30 23 45 86 95
    http://www.elegosoft.com | Geschäftsführer: Olaf Wagner | Sitz: Berlin
Handelregister: Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194




More information about the M3devel mailing list