Michal, can you make a small stand alone script, without using
rpmbuild, so we can reproduce this our selves, please?
OK, I found out what is the difference, but I have no idea why it should
matter.
What rpmbuild does:
rm -rf ksh-20130214
/usr/bin/mkdir -p ksh-20130214
cd ksh-20130214
/usr/bin/gzip -dc ../ast-ksh.2013-02-14.tgz | /usr/bin/tar -xf -
/usr/bin/gzip -dc ../INIT.2013-02-14.tgz | /usr/bin/tar -xf -
/usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
export CC=gcc
./bin/package make
The difference is export CC=gcc, when present, it crashes, when omitted, it
works.
Does the crash no away if you specify the full path of "gcc" ?
I tried export CC=`which gcc`, but it changed nothing
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers