Autobuilder Development and Packaging

From RISC OS
Revision as of 22:30, 16 May 2007 by Caliston (talk | contribs) (Create page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Most information on autobuilder development is listed on the GCCSDK development page. A few autobuilder specifics are detailled here.

Broken packages

From Debian's 'unstable' sources:

libsm

 /home/riscos/cross/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -isystem /home/riscos/env/include -I../include -I/home/riscos/env/include -D_BSD_SOURCE -DHAS_FCHOWN   -DHAS_STICKY_DIR_BIT -I/home/riscos/env/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -MT sm_process.lo -MD -MP -MF .deps/sm_process.Tpo -c sm_process.c -o sm_process.o
sm_process.c:74: warning: function declaration isn't a prototype
sm_process.c:428: warning: function declaration isn't a prototype
/bin/sh ../libtool --tag=CC --mode=link /home/riscos/cross/bin/gcc -I../include -I/home/riscos/env/include   -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT  -I/home/riscos/env/include   -Wall -Wpointer-arith -Wstrict-prototypes     -Wmissing-prototypes -Wmissing-declarations     -Wnested-externs -fno-strict-aliasing -O2  -L/home/riscos/env/lib  -o libSM.la -rpath /home/riscos/env/lib -version-number 6:0:0 -no-undefined sm_auth.lo sm_client.lo sm_error.lo sm_genid.lo  sm_manager.lo sm_misc.lo sm_process.lo -L/home/riscos/env/lib -lICE    
mkdir .libs
libtool: link: unknown library version type `none'
Fatal configuration error.  See the libtool docs for more information.
make[2]: *** [libSM.la] Error 1
make[2]: Leaving directory `/volatile/atm26/gccsdk-clean/build/libsm/libsm-1.0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/volatile/atm26/gccsdk-clean/build/libsm/libsm-1.0.2'
make: *** [all] Error 2
Package libsm: ***Failure***