Doug Henry wrote:
This error is very common under irix:

/usr/freeware/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../popt -DOPENPKG -DOPENPKG_IRIX -I/tmp/openpkg-2.4.2/zlib-1.2.3 -I/tmp/openpkg-2.4.2/bzip2-1.0.3 -I/tmp/openpkg-2.4.2/beecrypt-4.1.2 -DOPENPKG -DOPENPKG_IRIX -I/tmp/openpkg-2.4.2/zlib-1.2.3 -I/tmp/openpkg-2.4.2/bzip2-1.0.3 -I/tmp/openpkg-2.4.2/beecrypt-4.1.2 -O2 -D_GNU_SOURCE -D_REENTRANT -MT fts.lo -MD -MP -MF .deps/fts.Tpo -c fts.c -o fts.o
fts.c: In function `Fts_open':
fts.c:181: error: invalid type argument of `unary *'
fts.c:222: error: invalid type argument of `unary *'
fts.c:231: error: invalid type argument of `unary *'
fts.c: In function `Fts_close':
fts.c:371: error: invalid type argument of `unary *'
fts.c: In function `Fts_read':
fts.c:545: error: invalid type argument of `unary *'
fts.c:568: error: invalid type argument of `unary *'
fts.c: In function `Fts_set':
fts.c:595: error: invalid type argument of `unary *'
fts.c: In function `Fts_children':
fts.c:611: error: invalid type argument of `unary *'
fts.c:624: error: invalid type argument of `unary *'
fts.c: In function `fts_build':
fts.c:825: error: invalid type argument of `unary *'
fts.c:849: error: invalid type argument of `unary *'
fts.c: In function `fts_stat':
fts.c:987: error: invalid type argument of `unary *'
fts.c: In function `fts_palloc':
fts.c:1152: error: invalid type argument of `unary *'
fts.c: In function `fts_safe_changedir':
fts.c:1227: error: invalid type argument of `unary *'
fts.c:1238: error: invalid type argument of `unary *'
make[2]: *** [fts.lo] Error 1
make[2]: Leaving directory `/tmp/openpkg-2.4.2/rpm-4.2.1/rpmio'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/openpkg-2.4.2/rpm-4.2.1'
make: *** [all] Error 2
+ exit 2
runscript:ERROR: script returned non-null value


>>> snip <<<

This is very similar to what happened to me on AIX. Ralph had to tweak something within the rpm code to get past this.

Doug
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to