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

ncurses-1.9.3-1



    FYI, I ran into a glitch when I tried to do a `debian.rules build'
of ncurses-1.9.3-1 using gcc-2.6.3 and libc-4.6.27 (see attached).

    Thinking to get a look at the problematic temp file, I then tried

	CFLAGS='-O2 -save-temps' ./debian.rules

    This, however, ran successfully, so I followed up immediately with

	./debian.rules binary

(and, of course, that worked perfectly).

    The CFLAGS in the original Debian package are `-g -O'.

-------------------------- tail of ./debian.rules build' -------------------
[...]
cd ../obj_g; gcc -I../ncurses -I. -I../include -I/usr/include/ncurses -DHAVE_CONFIG_H -DTERMINFO=\"/etc/terminfo\" -O -Wall -Winline -Wshadow -Wstrict-prototypes -Wmissing-prototypes -g -DTRACE -c ../ncurses/lib_setup.c
../ncurses/lib_setup.c:263: warning: declaration of `termname' shadows global declaration
../ncurses/lib_setup.c: In function `setupterm':
../ncurses/lib_setup.c:264: warning: declaration of `termname' shadows global declaration
/tmp/cca02129.s: Assembler messages:
/tmp/cca02129.s:14: Warning: .stabs: Missing comma
/tmp/cca02129.s:14: Error: Rest of line ignored. First ignored character is `s'./tmp/cca02129.s:15: Warning: Missing string
/tmp/cca02129.s:15: Error: Rest of line ignored. First ignored character is `m'./tmp/cca02129.s:15: Warning: .stabs: Missing comma
/tmp/cca02129.s:15: Error: Rest of line ignored. First ignored character is `8'./tmp/cca02129.s:15: Error: Rest of line ignored. First ignored character is `0'./tmp/cca02129.s:15: Error: Rest of line ignored. First ignored character is `"'.make[2]: *** [../obj_g/lib_setup.o] Error 1
make[2]: Leaving directory `/E/DEBIAN1/ncurses-1.9.3/ncurses'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/E/DEBIAN1/ncurses-1.9.3'
make: *** [build] Error 2
---------------------------------- end --------------------------------










Reply to: