First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 44635
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 25209
Assigned To: AMD64 Project <amd64@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: postmodern <brodigan@pdx.edu>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 44635 depends on: Show dependency tree
Bug 44635 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-03-13 20:28 0000
/usr/portage/app-editors/hteditor/hteditor-0.7.3.ebuild fails on emerge with
the following error. Forgive the colour formating.

]1;]2;Started emerge on: Mar 13, 2004 20:27:37]1;]2; *** emerge 
/usr/portage/app-editors/hteditor/hteditor-0.7.3.ebuildCalculating
dependencies  \ ...done!

>>> emerge (1 of 1) app-editors/hteditor-0.7.3 to /

]1;]2; >>> emerge (1 of 1) app-editors/hteditor-0.7.3 to /]1;]2; === (1
of 1) Cleaning
(app-editors/hteditor-0.7.3::/usr/portage/app-editors/hteditor/hteditor-0.7.3.ebuild)]1;]2;
=== (1 of 1) Compiling/Merging
(app-editors/hteditor-0.7.3::/usr/portage/app-editors/hteditor/hteditor-0.7.3.ebuild)>>>
md5 src_uri ;-) ht-0.7.3.tar.bz2

>>> Unpacking source...

>>> Unpacking ht-0.7.3.tar.bz2 to /var/tmp/portage/hteditor-0.7.3/work

>>> Source unpacked.

checking build system type... x86_64-unknown-linux-gnu

checking host system type... x86_64-unknown-linux-gnu

checking target system type... x86_64-unknown-linux-gnu

checking for a BSD-compatible install... /bin/install -c

checking whether build environment is sane... yes

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

*** LINUX, building POSIX version. we need (n)curses.

checking for ranlib... ranlib

checking for gmake... /usr/bin/gmake

checking whether /usr/bin/gmake sets $(MAKE)... yes

checking for gcc... gcc

checking for C compiler default output... a.out

checking whether the C compiler works... yes

checking whether we are cross compiling... no

checking for suffix of executables... 

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ANSI C... none needed

checking for style of include used by /usr/bin/gmake... GNU

checking dependency style of gcc... gcc3

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking dependency style of g++... gcc3

checking for bison... bison -y

checking for flex... flex

checking for yywrap in -lfl... yes

checking lex output file root... lex.yy

checking whether yytext is a pointer... yes

checking for ar... /usr/bin/ar

checking for gar... (cached) /usr/bin/ar

checking for XOpenDisplay in -lX11... yes

checking how to run the C preprocessor... gcc -E

checking for egrep... grep -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking ncurses.h usability... yes

checking ncurses.h presence... yes

checking for ncurses.h... yes

checking for an ANSI C-conforming const... yes

checking for char... yes

checking size of char... 1

checking for short... yes

checking size of short... 2

checking for int... yes

checking size of int... 4

checking for long int... yes

checking size of long int... 8

checking for asinh... no

checking for acosh... no

checking for atanh... no

configure: creating ./config.status

config.status: creating Makefile

config.status: creating analyser/Makefile

config.status: creating asm/Makefile

config.status: creating doc/Makefile

config.status: creating eval/Makefile

config.status: creating info/Makefile

config.status: creating io/Makefile

config.status: creating io/posix/Makefile

config.status: creating io/djgpp/Makefile

config.status: creating io/win32/Makefile

config.status: creating minilzo/Makefile

config.status: creating output/Makefile

config.status: creating srt/Makefile

config.status: creating tools/Makefile

config.status: creating config.h

config.status: executing depfiles commands



./configure successful.



=====================

Configuration summary

=====================



X11 textmode support available:   yes

enable profiling:                 no

make a release build:             yes

/usr/bin/gmake  all-recursive

gmake[1]: Entering directory `/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3'

Making all in tools

gmake[2]: Entering directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/tools'

if gcc -DHAVE_CONFIG_H -I. -I. -I..     -pipe -O2 -fomit-frame-pointer -Wall
-fsigned-char -MT bin2c.o -MD -MP -MF ".deps/bin2c.Tpo" \

  -c -o bin2c.o `test -f 'bin2c.c' || echo './'`bin2c.c; \

then mv ".deps/bin2c.Tpo" ".deps/bin2c.Po"; \

else rm -f ".deps/bin2c.Tpo"; exit 1; \

fi

bin2c.c: In function `main':

bin2c.c:125: warning: `inname' might be used uninitialized in this function

gcc  -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char   -o bin2c  bin2c.o  

gmake[2]: Leaving directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/tools'

Making all in analyser

gmake[2]: Entering directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/analyser'

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
analy.o -MD -MP -MF ".deps/analy.Tpo" \

  -c -o analy.o `test -f 'analy.cc' || echo './'`analy.cc; \

then mv ".deps/analy.Tpo" ".deps/analy.Po"; \

else rm -f ".deps/analy.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
analy_alpha.o -MD -MP -MF ".deps/analy_alpha.Tpo" \

  -c -o analy_alpha.o `test -f 'analy_alpha.cc' || echo './'`analy_alpha.cc; \

then mv ".deps/analy_alpha.Tpo" ".deps/analy_alpha.Po"; \

else rm -f ".deps/analy_alpha.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
analy_names.o -MD -MP -MF ".deps/analy_names.Tpo" \

  -c -o analy_names.o `test -f 'analy_names.cc' || echo './'`analy_names.cc; \

then mv ".deps/analy_names.Tpo" ".deps/analy_names.Po"; \

else rm -f ".deps/analy_names.Tpo"; exit 1; \

fi

analy_names.cc: In function `char* label_prefix(const char*)':

analy_names.cc:98: warning: cast from pointer to integer of different size

analy_names.cc: In function `bool valid_name(const char*)':

analy_names.cc:107: warning: array subscript has type `char'

analy_names.cc:111: warning: array subscript has type `char'

analy_names.cc: In function `void make_valid_name(char*, const char*)':

analy_names.cc:129: warning: array subscript has type `char'

analy_names.cc:135: warning: array subscript has type `char'

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
analy_x86.o -MD -MP -MF ".deps/analy_x86.Tpo" \

  -c -o analy_x86.o `test -f 'analy_x86.cc' || echo './'`analy_x86.cc; \

then mv ".deps/analy_x86.Tpo" ".deps/analy_x86.Po"; \

else rm -f ".deps/analy_x86.Tpo"; exit 1; \

fi

analy_x86.cc: In member function `virtual Address* 

   AnalyX86Disassembler::branchAddr(dis_insn*, branch_enum_t, bool)':

analy_x86.cc:547: warning: `xref_enum_t xref' might be used uninitialized in 

   this function

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
code_analy.o -MD -MP -MF ".deps/code_analy.Tpo" \

  -c -o code_analy.o `test -f 'code_analy.cc' || echo './'`code_analy.cc; \

then mv ".deps/code_analy.Tpo" ".deps/code_analy.Po"; \

else rm -f ".deps/code_analy.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
data_analy.o -MD -MP -MF ".deps/data_analy.Tpo" \

  -c -o data_analy.o `test -f 'data_analy.cc' || echo './'`data_analy.cc; \

then mv ".deps/data_analy.Tpo" ".deps/data_analy.Po"; \

else rm -f ".deps/data_analy.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
language.o -MD -MP -MF ".deps/language.Tpo" \

  -c -o language.o `test -f 'language.cc' || echo './'`language.cc; \

then mv ".deps/language.Tpo" ".deps/language.Po"; \

else rm -f ".deps/language.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
pe_analy.o -MD -MP -MF ".deps/pe_analy.Tpo" \

  -c -o pe_analy.o `test -f 'pe_analy.cc' || echo './'`pe_analy.cc; \

then mv ".deps/pe_analy.Tpo" ".deps/pe_analy.Po"; \

else rm -f ".deps/pe_analy.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
stddata.o -MD -MP -MF ".deps/stddata.Tpo" \

  -c -o stddata.o `test -f 'stddata.cc' || echo './'`stddata.cc; \

then mv ".deps/stddata.Tpo" ".deps/stddata.Po"; \

else rm -f ".deps/stddata.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
elf_analy.o -MD -MP -MF ".deps/elf_analy.Tpo" \

  -c -o elf_analy.o `test -f 'elf_analy.cc' || echo './'`elf_analy.cc; \

then mv ".deps/elf_analy.Tpo" ".deps/elf_analy.Po"; \

else rm -f ".deps/elf_analy.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
analy_register.o -MD -MP -MF ".deps/analy_register.Tpo" \

  -c -o analy_register.o `test -f 'analy_register.cc' || echo
'./'`analy_register.cc; \

then mv ".deps/analy_register.Tpo" ".deps/analy_register.Po"; \

else rm -f ".deps/analy_register.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
coff_analy.o -MD -MP -MF ".deps/coff_analy.Tpo" \

  -c -o coff_analy.o `test -f 'coff_analy.cc' || echo './'`coff_analy.cc; \

then mv ".deps/coff_analy.Tpo" ".deps/coff_analy.Po"; \

else rm -f ".deps/coff_analy.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
analy_java.o -MD -MP -MF ".deps/analy_java.Tpo" \

  -c -o analy_java.o `test -f 'analy_java.cc' || echo './'`analy_java.cc; \

then mv ".deps/analy_java.Tpo" ".deps/analy_java.Po"; \

else rm -f ".deps/analy_java.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
class_analy.o -MD -MP -MF ".deps/class_analy.Tpo" \

  -c -o class_analy.o `test -f 'class_analy.cc' || echo './'`class_analy.cc; \

then mv ".deps/class_analy.Tpo" ".deps/class_analy.Po"; \

else rm -f ".deps/class_analy.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
ne_analy.o -MD -MP -MF ".deps/ne_analy.Tpo" \

  -c -o ne_analy.o `test -f 'ne_analy.cc' || echo './'`ne_analy.cc; \

then mv ".deps/ne_analy.Tpo" ".deps/ne_analy.Po"; \

else rm -f ".deps/ne_analy.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
analy_il.o -MD -MP -MF ".deps/analy_il.Tpo" \

  -c -o analy_il.o `test -f 'analy_il.cc' || echo './'`analy_il.cc; \

then mv ".deps/analy_il.Tpo" ".deps/analy_il.Po"; \

else rm -f ".deps/analy_il.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
analy_ia64.o -MD -MP -MF ".deps/analy_ia64.Tpo" \

  -c -o analy_ia64.o `test -f 'analy_ia64.cc' || echo './'`analy_ia64.cc; \

then mv ".deps/analy_ia64.Tpo" ".deps/analy_ia64.Po"; \

else rm -f ".deps/analy_ia64.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output -I../eval    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
le_analy.o -MD -MP -MF ".deps/le_analy.Tpo" \

  -c -o le_analy.o `test -f 'le_analy.cc' || echo './'`le_analy.cc; \

then mv ".deps/le_analy.Tpo" ".deps/le_analy.Po"; \

else rm -f ".deps/le_analy.Tpo"; exit 1; \

fi

rm -f libanalyser.a

/usr/bin/ar cru libanalyser.a analy.o analy_alpha.o analy_names.o analy_x86.o
code_analy.o data_analy.o language.o pe_analy.o stddata.o elf_analy.o
analy_register.o coff_analy.o analy_java.o class_analy.o ne_analy.o analy_il.o
analy_ia64.o le_analy.o 

ranlib libanalyser.a

gmake[2]: Leaving directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/analyser'

Making all in asm

gmake[2]: Entering directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/asm'

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../io/posix -I../io    -pipe -O2
-fomit-frame-pointer -Wall -fsigned-char -MT alphadis.o -MD -MP -MF
".deps/alphadis.Tpo" \

  -c -o alphadis.o `test -f 'alphadis.cc' || echo './'`alphadis.cc; \

then mv ".deps/alphadis.Tpo" ".deps/alphadis.Po"; \

else rm -f ".deps/alphadis.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../io/posix -I../io    -pipe -O2
-fomit-frame-pointer -Wall -fsigned-char -MT alphaopc.o -MD -MP -MF
".deps/alphaopc.Tpo" \

  -c -o alphaopc.o `test -f 'alphaopc.cc' || echo './'`alphaopc.cc; \

then mv ".deps/alphaopc.Tpo" ".deps/alphaopc.Po"; \

else rm -f ".deps/alphaopc.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../io/posix -I../io    -pipe -O2
-fomit-frame-pointer -Wall -fsigned-char -MT asm.o -MD -MP -MF ".deps/asm.Tpo"
\

  -c -o asm.o `test -f 'asm.cc' || echo './'`asm.cc; \

then mv ".deps/asm.Tpo" ".deps/asm.Po"; \

else rm -f ".deps/asm.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../io/posix -I../io    -pipe -O2
-fomit-frame-pointer -Wall -fsigned-char -MT x86asm.o -MD -MP -MF
".deps/x86asm.Tpo" \

  -c -o x86asm.o `test -f 'x86asm.cc' || echo './'`x86asm.cc; \

then mv ".deps/x86asm.Tpo" ".deps/x86asm.Po"; \

else rm -f ".deps/x86asm.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../io/posix -I../io    -pipe -O2
-fomit-frame-pointer -Wall -fsigned-char -MT x86dis.o -MD -MP -MF
".deps/x86dis.Tpo" \

  -c -o x86dis.o `test -f 'x86dis.cc' || echo './'`x86dis.cc; \

then mv ".deps/x86dis.Tpo" ".deps/x86dis.Po"; \

else rm -f ".deps/x86dis.Tpo"; exit 1; \

fi

x86asm.cc: In member function `void x86asm::match_opcodes(x86opc_insn*, 

   x86asm_insn*, int)':

x86asm.cc:976: warning: array subscript has type `char'

x86asm.cc: In member function `int x86asm::simmsize(unsigned int, int)':

x86asm.cc:1389: warning: `int i' might be used uninitialized in this function

x86dis.cc: In member function `void x86dis::decode_insn(x86opc_insn*)':

x86dis.cc:221: warning: array subscript has type `char'

x86dis.cc:227: warning: array subscript has type `char'

x86dis.cc:235: warning: array subscript has type `char'

x86dis.cc: In member function `virtual void x86dis::str_op(char*, int*, 

   x86dis_insn*, x86_insn_op*, bool)':

x86dis.cc:841: warning: array subscript has type `char'

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../io/posix -I../io    -pipe -O2
-fomit-frame-pointer -Wall -fsigned-char -MT x86opc.o -MD -MP -MF
".deps/x86opc.Tpo" \

  -c -o x86opc.o `test -f 'x86opc.cc' || echo './'`x86opc.cc; \

then mv ".deps/x86opc.Tpo" ".deps/x86opc.Po"; \

else rm -f ".deps/x86opc.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../io/posix -I../io    -pipe -O2
-fomit-frame-pointer -Wall -fsigned-char -MT javadis.o -MD -MP -MF
".deps/javadis.Tpo" \

  -c -o javadis.o `test -f 'javadis.cc' || echo './'`javadis.cc; \

then mv ".deps/javadis.Tpo" ".deps/javadis.Po"; \

else rm -f ".deps/javadis.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../io/posix -I../io    -pipe -O2
-fomit-frame-pointer -Wall -fsigned-char -MT javaopc.o -MD -MP -MF
".deps/javaopc.Tpo" \

  -c -o javaopc.o `test -f 'javaopc.cc' || echo './'`javaopc.cc; \

then mv ".deps/javaopc.Tpo" ".deps/javaopc.Po"; \

else rm -f ".deps/javaopc.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../io/posix -I../io    -pipe -O2
-fomit-frame-pointer -Wall -fsigned-char -MT ildis.o -MD -MP -MF
".deps/ildis.Tpo" \

  -c -o ildis.o `test -f 'ildis.cc' || echo './'`ildis.cc; \

then mv ".deps/ildis.Tpo" ".deps/ildis.Po"; \

else rm -f ".deps/ildis.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../io/posix -I../io    -pipe -O2
-fomit-frame-pointer -Wall -fsigned-char -MT ilopc.o -MD -MP -MF
".deps/ilopc.Tpo" \

  -c -o ilopc.o `test -f 'ilopc.cc' || echo './'`ilopc.cc; \

then mv ".deps/ilopc.Tpo" ".deps/ilopc.Po"; \

else rm -f ".deps/ilopc.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../io/posix -I../io    -pipe -O2
-fomit-frame-pointer -Wall -fsigned-char -MT ia64dis.o -MD -MP -MF
".deps/ia64dis.Tpo" \

  -c -o ia64dis.o `test -f 'ia64dis.cc' || echo './'`ia64dis.cc; \

then mv ".deps/ia64dis.Tpo" ".deps/ia64dis.Po"; \

else rm -f ".deps/ia64dis.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../io/posix -I../io    -pipe -O2
-fomit-frame-pointer -Wall -fsigned-char -MT ia64opc.o -MD -MP -MF
".deps/ia64opc.Tpo" \

  -c -o ia64opc.o `test -f 'ia64opc.cc' || echo './'`ia64opc.cc; \

then mv ".deps/ia64opc.Tpo" ".deps/ia64opc.Po"; \

else rm -f ".deps/ia64opc.Tpo"; exit 1; \

fi

rm -f libasm.a

/usr/bin/ar cru libasm.a alphadis.o alphaopc.o asm.o x86asm.o x86dis.o x86opc.o
javadis.o javaopc.o ildis.o ilopc.o ia64dis.o ia64opc.o 

ranlib libasm.a

gmake[2]: Leaving directory `/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/asm'

Making all in doc

gmake[2]: Entering directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/doc'

gmake[2]: Nothing to be done for `all'.

gmake[2]: Leaving directory `/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/doc'

Making all in info

gmake[2]: Entering directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/info'

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../io/posix -I../io -I../eval   
-pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT infoview.o -MD -MP -MF
".deps/infoview.Tpo" \

  -c -o infoview.o `test -f 'infoview.cc' || echo './'`infoview.cc; \

then mv ".deps/infoview.Tpo" ".deps/infoview.Po"; \

else rm -f ".deps/infoview.Tpo"; exit 1; \

fi

rm -f libinfo.a

/usr/bin/ar cru libinfo.a infoview.o 

ranlib libinfo.a

gmake[2]: Leaving directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/info'

Making all in io

gmake[2]: Entering directory `/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/io'

Making all in posix

gmake[3]: Entering directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/io/posix'

if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../io    -pipe -O2
-fomit-frame-pointer -Wall -fsigned-char -MT htcurses.o -MD -MP -MF
".deps/htcurses.Tpo" \

  -c -o htcurses.o `test -f 'htcurses.cc' || echo './'`htcurses.cc; \

then mv ".deps/htcurses.Tpo" ".deps/htcurses.Po"; \

else rm -f ".deps/htcurses.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../io    -pipe -O2
-fomit-frame-pointer -Wall -fsigned-char -MT htkeyb.o -MD -MP -MF
".deps/htkeyb.Tpo" \

  -c -o htkeyb.o `test -f 'htkeyb.cc' || echo './'`htkeyb.cc; \

then mv ".deps/htkeyb.Tpo" ".deps/htkeyb.Po"; \

else rm -f ".deps/htkeyb.Tpo"; exit 1; \

fi

htkeyb.cc: In function `UINT escseq2rawkey(unsigned int)':

htkeyb.cc:93: warning: return of negative value `K_INVALID' to `UINT'

htkeyb.cc:93: warning: argument of negative value `K_INVALID' to `unsigned int'

htkeyb.cc: In function `ht_key ht_getkey()':

htkeyb.cc:101: warning: comparison between signed and unsigned integer 

   expressions

if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../io    -pipe -O2
-fomit-frame-pointer -Wall -fsigned-char -MT htsys.o -MD -MP -MF
".deps/htsys.Tpo" \

  -c -o htsys.o `test -f 'htsys.cc' || echo './'`htsys.cc; \

then mv ".deps/htsys.Tpo" ".deps/htsys.Po"; \

else rm -f ".deps/htsys.Tpo"; exit 1; \

fi

rm -f libhtio.a

/usr/bin/ar cru libhtio.a htcurses.o htkeyb.o htsys.o 

ranlib libhtio.a

gmake[3]: Leaving directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/io/posix'

gmake[3]: Entering directory `/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/io'

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -Iposix    -pipe -O2
-fomit-frame-pointer -Wall -fsigned-char -MT htio.o -MD -MP -MF
".deps/htio.Tpo" \

  -c -o htio.o `test -f 'htio.cc' || echo './'`htio.cc; \

then mv ".deps/htio.Tpo" ".deps/htio.Po"; \

else rm -f ".deps/htio.Tpo"; exit 1; \

fi

rm -f libcomio.a

/usr/bin/ar cru libcomio.a htio.o 

ranlib libcomio.a

gmake[3]: Leaving directory `/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/io'

gmake[2]: Leaving directory `/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/io'

Making all in output

gmake[2]: Entering directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/output'

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../analyser -I../asm -I../io/posix
-I../io -I../output    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
out_html.o -MD -MP -MF ".deps/out_html.Tpo" \

  -c -o out_html.o `test -f 'out_html.cc' || echo './'`out_html.cc; \

then mv ".deps/out_html.Tpo" ".deps/out_html.Po"; \

else rm -f ".deps/out_html.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../analyser -I../asm -I../io/posix
-I../io -I../output    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
out.o -MD -MP -MF ".deps/out.Tpo" \

  -c -o out.o `test -f 'out.cc' || echo './'`out.cc; \

then mv ".deps/out.Tpo" ".deps/out.Po"; \

else rm -f ".deps/out.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../analyser -I../asm -I../io/posix
-I../io -I../output    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
out_ht.o -MD -MP -MF ".deps/out_ht.Tpo" \

  -c -o out_ht.o `test -f 'out_ht.cc' || echo './'`out_ht.cc; \

then mv ".deps/out_ht.Tpo" ".deps/out_ht.Po"; \

else rm -f ".deps/out_ht.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../analyser -I../asm -I../io/posix
-I../io -I../output    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
out_sym.o -MD -MP -MF ".deps/out_sym.Tpo" \

  -c -o out_sym.o `test -f 'out_sym.cc' || echo './'`out_sym.cc; \

then mv ".deps/out_sym.Tpo" ".deps/out_sym.Po"; \

else rm -f ".deps/out_sym.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../analyser -I../asm -I../io/posix
-I../io -I../output    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
out_txt.o -MD -MP -MF ".deps/out_txt.Tpo" \

  -c -o out_txt.o `test -f 'out_txt.cc' || echo './'`out_txt.cc; \

then mv ".deps/out_txt.Tpo" ".deps/out_txt.Po"; \

else rm -f ".deps/out_txt.Tpo"; exit 1; \

fi

rm -f liboutput.a

/usr/bin/ar cru liboutput.a out_html.o out.o out_ht.o out_sym.o out_txt.o 

ranlib liboutput.a

gmake[2]: Leaving directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/output'

Making all in eval

gmake[2]: Entering directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/eval'

if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.    -pipe -O2 -fomit-frame-pointer -Wall
-fsigned-char -MT evalparse.o -MD -MP -MF ".deps/evalparse.Tpo" \

  -c -o evalparse.o `test -f 'evalparse.c' || echo './'`evalparse.c; \

then mv ".deps/evalparse.Tpo" ".deps/evalparse.Po"; \

else rm -f ".deps/evalparse.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.    -pipe -O2 -fomit-frame-pointer -Wall
-fsigned-char -MT eval.o -MD -MP -MF ".deps/eval.Tpo" \

  -c -o eval.o `test -f 'eval.cc' || echo './'`eval.cc; \

then mv ".deps/eval.Tpo" ".deps/eval.Po"; \

else rm -f ".deps/eval.Tpo"; exit 1; \

fi

if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.    -pipe -O2 -fomit-frame-pointer -Wall
-fsigned-char -MT lex.o -MD -MP -MF ".deps/lex.Tpo" \

  -c -o lex.o `test -f 'lex.c' || echo './'`lex.c; \

then mv ".deps/lex.Tpo" ".deps/lex.Po"; \

else rm -f ".deps/lex.Tpo"; exit 1; \

fi

if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.    -pipe -O2 -fomit-frame-pointer -Wall
-fsigned-char -MT evalx.o -MD -MP -MF ".deps/evalx.Tpo" \

  -c -o evalx.o `test -f 'evalx.c' || echo './'`evalx.c; \

then mv ".deps/evalx.Tpo" ".deps/evalx.Po"; \

else rm -f ".deps/evalx.Tpo"; exit 1; \

fi

eval/lex.c:1348: warning: `yyunput' defined but not used

rm -f libhteval.a

/usr/bin/ar cru libhteval.a evalparse.o eval.o lex.o evalx.o 

ranlib libhteval.a

gmake[2]: Leaving directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/eval'

Making all in minilzo

gmake[2]: Entering directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/minilzo'

if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../asm -I../io/posix -I../io
-I../output    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT minilzo.o
-MD -MP -MF ".deps/minilzo.Tpo" \

  -c -o minilzo.o `test -f 'minilzo.c' || echo './'`minilzo.c; \

then mv ".deps/minilzo.Tpo" ".deps/minilzo.Po"; \

else rm -f ".deps/minilzo.Tpo"; exit 1; \

fi

rm -f liblzo.a

/usr/bin/ar cru liblzo.a minilzo.o 

ranlib liblzo.a

gmake[2]: Leaving directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/minilzo'

Making all in srt

gmake[2]: Entering directory
`/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/srt'

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../analyser -I../asm -I../io
-I../io/posix    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT srt.o
-MD -MP -MF ".deps/srt.Tpo" \

  -c -o srt.o `test -f 'srt.cc' || echo './'`srt.cc; \

then mv ".deps/srt.Tpo" ".deps/srt.Po"; \

else rm -f ".deps/srt.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../analyser -I../asm -I../io
-I../io/posix    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
srt_x86.o -MD -MP -MF ".deps/srt_x86.Tpo" \

  -c -o srt_x86.o `test -f 'srt_x86.cc' || echo './'`srt_x86.cc; \

then mv ".deps/srt_x86.Tpo" ".deps/srt_x86.Po"; \

else rm -f ".deps/srt_x86.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../analyser -I../asm -I../io
-I../io/posix    -pipe -O2 -fomit-frame-pointer -Wall -fsigned-char -MT
symmath.o -MD -MP -MF ".deps/symmath.Tpo" \

  -c -o symmath.o `test -f 'symmath.cc' || echo './'`symmath.cc; \

then mv ".deps/symmath.Tpo" ".deps/symmath.Po"; \

else rm -f ".deps/symmath.Tpo"; exit 1; \

fi

symmath.cc: In member function `virtual bool sym_int::evaluate(UINT*)':

symmath.cc:334: warning: `UINT l' might be used uninitialized in this function

symmath.cc: In member function `bool sym_int::simplify_reduce_const(b_op, 

   sym_int_token*, b_op, sym_int_token*, b_op*, sym_int_token**)':

symmath.cc:628: warning: `UINT C' might be used uninitialized in this function

symmath.cc: In member function `virtual bool sym_bool::evaluate(bool*)':

symmath.cc:948: warning: `bool l' might be used uninitialized in this function

rm -f libsrt.a

/usr/bin/ar cru libsrt.a srt.o srt_x86.o symmath.o 

ranlib libsrt.a

gmake[2]: Leaving directory `/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3/srt'

gmake[2]: Entering directory `/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3'

tools/bin2c -Nhtinfo doc/hthelp.info htdoc.c htdoc.h

if g++ -DHAVE_CONFIG_H -I. -I. -I. -Ianalyser -Iasm -Iinfo -Iio/posix -Iio
-Ioutput -Ieval -Iminilzo -Isrt -I.    -pipe -O2 -fomit-frame-pointer -Wall
-fsigned-char -MT blockop.o -MD -MP -MF ".deps/blockop.Tpo" \

  -c -o blockop.o `test -f 'blockop.cc' || echo './'`blockop.cc; \

then mv ".deps/blockop.Tpo" ".deps/blockop.Po"; \

else rm -f ".deps/blockop.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I. -Ianalyser -Iasm -Iinfo -Iio/posix -Iio
-Ioutput -Ieval -Iminilzo -Isrt -I.    -pipe -O2 -fomit-frame-pointer -Wall
-fsigned-char -MT common.o -MD -MP -MF ".deps/common.Tpo" \

  -c -o common.o `test -f 'common.cc' || echo './'`common.cc; \

then mv ".deps/common.Tpo" ".deps/common.Po"; \

else rm -f ".deps/common.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I. -Ianalyser -Iasm -Iinfo -Iio/posix -Iio
-Ioutput -Ieval -Iminilzo -Isrt -I.    -pipe -O2 -fomit-frame-pointer -Wall
-fsigned-char -MT cstream.o -MD -MP -MF ".deps/cstream.Tpo" \

  -c -o cstream.o `test -f 'cstream.cc' || echo './'`cstream.cc; \

then mv ".deps/cstream.Tpo" ".deps/cstream.Po"; \

else rm -f ".deps/cstream.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I. -Ianalyser -Iasm -Iinfo -Iio/posix -Iio
-Ioutput -Ieval -Iminilzo -Isrt -I.    -pipe -O2 -fomit-frame-pointer -Wall
-fsigned-char -MT htendian.o -MD -MP -MF ".deps/htendian.Tpo" \

  -c -o htendian.o `test -f 'htendian.cc' || echo './'`htendian.cc; \

then mv ".deps/htendian.Tpo" ".deps/htendian.Po"; \

else rm -f ".deps/htendian.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I. -Ianalyser -Iasm -Iinfo -Iio/posix -Iio
-Ioutput -Ieval -Iminilzo -Isrt -I.    -pipe -O2 -fomit-frame-pointer -Wall
-fsigned-char -MT formats.o -MD -MP -MF ".deps/formats.Tpo" \

  -c -o formats.o `test -f 'formats.cc' || echo './'`formats.cc; \

then mv ".deps/formats.Tpo" ".deps/formats.Po"; \

else rm -f ".deps/formats.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I. -Ianalyser -Iasm -Iinfo -Iio/posix -Iio
-Ioutput -Ieval -Iminilzo -Isrt -I.    -pipe -O2 -fomit-frame-pointer -Wall
-fsigned-char -MT htanaly.o -MD -MP -MF ".deps/htanaly.Tpo" \

  -c -o htanaly.o `test -f 'htanaly.cc' || echo './'`htanaly.cc; \

then mv ".deps/htanaly.Tpo" ".deps/htanaly.Po"; \

else rm -f ".deps/htanaly.Tpo"; exit 1; \

fi

if g++ -DHAVE_CONFIG_H -I. -I. -I. -Ianalyser -Iasm -Iinfo -Iio/posix -Iio
-Ioutput -Ieval -Iminilzo -Isrt -I.    -pipe -O2 -fomit-frame-pointer -Wall
-fsigned-char -MT htapp.o -MD -MP -MF ".deps/htapp.Tpo" \

  -c -o htapp.o `test -f 'htapp.cc' || echo './'`htapp.cc; \

then mv ".deps/htapp.Tpo" ".deps/htapp.Po"; \

else rm -f ".deps/htapp.Tpo"; exit 1; \

fi

htanaly.cc: In member function `void ht_aviewer::generateOutputDialog()':

htanaly.cc:845: warning: `AnalyserOutput*out' might be used uninitialized in 

   this function

htanaly.cc: In member function `void ht_aviewer::showXRefs(Address*)':

htanaly.cc:1832: warning: cast from pointer to integer of different size

htanaly.cc:1851: warning: cast to pointer from integer of different size

htanaly.cc:1883: warning: cast to pointer from integer of different size

htapp.cc: In member function `virtual void* ht_project_listbox::getLast()':

htapp.cc:753: warning: cast to pointer from integer of different size

htapp.cc: In member function `virtual void* ht_project_listbox::getNext(void*)

   ':

htapp.cc:761: warning: cast from pointer to integer of different size

htapp.cc:764: warning: cast to pointer from integer of different size

htapp.cc: In member function `virtual void* ht_project_listbox::getPrev(void*)

   ':

htapp.cc:772: warning: cast from pointer to integer of different size

htapp.cc:774: warning: cast to pointer from integer of different size

htapp.cc: In member function `virtual char* ht_project_listbox::getStr(int, 

   void*)':

htapp.cc:785: warning: cast from pointer to integer of different size

htapp.cc:788: warning: cast from pointer to integer of different size

if g++ -DHAVE_CONFIG_H -I. -I. -I. -Ianalyser -Iasm -Iinfo -Iio/posix -Iio
-Ioutput -Ieval -Iminilzo -Isrt -I.    -pipe -O2 -fomit-frame-pointer -Wall
-fsigned-char -MT htatom.o -MD -MP -MF ".deps/htatom.Tpo" \

  -c -o htatom.o `test -f 'htatom.cc' || echo './'`htatom.cc; \

then mv ".deps/htatom.Tpo" ".deps/htatom.Po"; \

else rm -f ".deps/htatom.Tpo"; exit 1; \

fi

htapp.cc: In member function `bool ht_app::create_window_project()':

htapp.cc:2031: error: non-lvalue in unary `&'

if g++ -DHAVE_CONFIG_H -I. -I. -I. -Ianalyser -Iasm -Iinfo -Iio/posix -Iio
-Ioutput -Ieval -Iminilzo -Isrt -I.    -pipe -O2 -fomit-frame-pointer -Wall
-fsigned-char -MT htcfg.o -MD -MP -MF ".deps/htcfg.Tpo" \

  -c -o htcfg.o `test -f 'htcfg.cc' || echo './'`htcfg.cc; \

then mv ".deps/htcfg.Tpo" ".deps/htcfg.Po"; \

else rm -f ".deps/htcfg.Tpo"; exit 1; \

fi

gmake[2]: *** [htapp.o] Error 1

gmake[2]: *** Waiting for unfinished jobs....

gmake[2]: Leaving directory `/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3'

gmake[1]: *** [all-recursive] Error 1

gmake[1]: Leaving directory `/var/tmp/portage/hteditor-0.7.3/work/ht-0.7.3'

make: *** [all] Error 2



!!! ERROR: app-editors/hteditor-0.7.3 failed.

!!! Function src_compile, Line 24, Exitcode 2

!!! (no error message)



]1;]2; *** terminating.]1;]2;xtermhammer root #
exit



Reproducible: Always
Steps to Reproduce:
1. emerge /usr/portage/app-editors/hteditor/hteditor-0.7.3.ebuild
Actual Results:  
failure.

Expected Results:  
successful build and install.

Gentoo Base System version 1.4.3.13
Portage 2.0.50-r1 (default-amd64-2004.0, gcc-3.3.3, glibc-2.3.2-r9,
2.6.3-gentoo-r2)
=================================================================
System uname: 2.6.3-gentoo-r2 x86_64 4
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.7.8
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-pipe -fomit-frame-pointer -O3"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-pipe -fomit-frame-pointer -O3"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa amd64 apm arts avi berkdb cdr crypt encode esd foomaticdb gdbm gif
gnome gpm gtk gtk2 imlib jpeg libg++ libwww mikmod motif mozilla mpeg multilib
ncurses nls oggvorbis opengl oss pam pdflib perl png python quicktime readline
sdl slang spell ssl tcpd truetype xml2 xmms xv zlib"

------- Comment #1 From Sebastian Biallas 2004-03-15 12:47:39 0000 -------
See bug 25209
This has nothing to do with amd64, but is/was a bug in ht's code, with would only show up on gcc >= 3.3.

------- Comment #2 From Jon Portnoy (RETIRED) 2004-03-15 12:53:54 0000 -------
Bugs that aren't ours are the best kind... 8)

Marking dupe.

*** This bug has been marked as a duplicate of 25209 ***

First Last Prev Next    No search results available      Search page      Enter new bug