Hi,
I tried gcc-3.4.2-2.3.0 with the same result. Here are the parts of the
output that show error messages:

...

mv specs stage1/specs
mv *.o insn-flags.h insn-config.h insn-codes.h insn-output.c insn-recog.c
insn-emit.c insn-extract.c insn-peep.c insn-attr.h insn-attrtab.c
insn-opinit.c insn-constants.h tm-preds.h tree-check.h insn-conditions.c
min-insn-modes.c insn-modes.c insn-modes.h s-flags s-config s-codes s-mlib
s-genrtl s-modes s-gtype gtyp-gen.h s-output s-recog s-emit s-extract
s-peep s-check s-conditions s-attr s-attrtab s-opinit s-preds s-constants
s-crt0 genemit genoutput genrecog genextract genflags gencodes genconfig
genpeep genattrtab genattr genopinit gengenrtl gencheck genpreds
genconstants gengtype genconditions genmodes genrtl.c genrtl.h gt-*.h
gtype-*.h gtype-desc.c xgcc cpp cc1  crtbegin.o crtbeginS.o crtbeginT.o
crtend.o crtendS.o  gcc-cross protoize unprotoize specs collect2 collect2
gcov-iov gcov gcov-dump *.[0-9][0-9].* *.[si] libcpp.a libbackend.a
libgcc.mk g++ g++-cross cc1plus stage1
mv: cannot stat `s-crt0': No such file or directory
mv: cannot stat `crtbegin.o': No such file or directory
mv: cannot stat `crtbeginS.o': No such file or directory
mv: cannot stat `crtbeginT.o': No such file or directory
mv: cannot stat `crtend.o': No such file or directory
mv: cannot stat `crtendS.o': No such file or directory
mv: cannot stat `gcc-cross': No such file or directory
mv: cannot stat `protoize': No such file or directory
mv: cannot stat `unprotoize': No such file or directory
mv: cannot stat `specs': No such file or directory
mv: cannot stat `collect2': No such file or directory
mv: cannot stat `gcov': No such file or directory
mv: cannot stat `gcov-dump': No such file or directory
mv: cannot stat `*.[0-9][0-9].*': No such file or directory
mv: cannot stat `*.[si]': No such file or directory
mv: cannot stat `g++-cross': No such file or directory
mv: cannot stat `cc1plus': No such file or directory
make[2]: [stage1-start] Error 1 (ignored)


...

if [ -f libgcc_eh.a ] ; then cp libgcc_eh.a stage1; \
   ` if [ -f /kolab/RPM/TMP/gcc-3.4.3/obj/gcc/../binutils/ranlib ] ; then
echo /kolab/RPM/TMP/gcc-3.4.3/obj/gcc/../binutils/ranlib ; else if [
"x86_64-unknown-linux-gnu" = "x86_64-unknown-linux-gnu" ] ; then echo
ranlib; else t='s,y,y,'; echo ranlib | sed -e $t ; fi; fi`
stage1/libgcc_eh.a; \
fi
cp libgcc_s*.so stage1
cp: cannot stat `libgcc_s*.so': No such file or directory
make[2]: [stage1-start] Error 1 (ignored)
cp libunwind.a libunwind*.so stage1
cp: cannot stat `libunwind.a': No such file or directory
cp: cannot stat `libunwind*.so': No such file or directory
make[2]: [stage1-start] Error 1 (ignored)
for f in .. crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o; do if [
x${f} != x.. ]; then \
  cp stage1/${f} . ; \
else true; \
fi; done
mv cp/*.o stage1/cp
mv: cannot stat `cp/*.o': No such file or directory
make[2]: [c++.stage1] Error 1 (ignored)

...

mv specs stage2/specs
mv *.o insn-flags.h insn-config.h insn-codes.h insn-output.c insn-recog.c
insn-emit.c insn-extract.c insn-peep.c insn-attr.h insn-attrtab.c
insn-opinit.c insn-constants.h tm-preds.h tree-check.h insn-conditions.c
min-insn-modes.c insn-modes.c insn-modes.h s-flags s-config s-codes s-mlib
s-genrtl s-modes s-gtype gtyp-gen.h s-output s-recog s-emit s-extract
s-peep s-check s-conditions s-attr s-attrtab s-opinit s-preds s-constants
s-crt0 genemit genoutput genrecog genextract genflags gencodes genconfig
genpeep genattrtab genattr genopinit gengenrtl gencheck genpreds
genconstants gengtype genconditions genmodes genrtl.c genrtl.h gt-*.h
gtype-*.h gtype-desc.c xgcc cpp cc1  crtbegin.o crtbeginS.o crtbeginT.o
crtend.o crtendS.o  gcc-cross protoize unprotoize specs collect2 collect2
gcov-iov gcov gcov-dump *.[0-9][0-9].* *.[si] libcpp.a libbackend.a
libgcc.mk g++ g++-cross cc1plus stage2
mv: cannot stat `s-crt0': No such file or directory
mv: cannot stat `crtbegin.o': No such file or directory
mv: cannot stat `crtbeginS.o': No such file or directory
mv: cannot stat `crtbeginT.o': No such file or directory
mv: cannot stat `crtend.o': No such file or directory
mv: cannot stat `crtendS.o': No such file or directory
mv: cannot stat `gcc-cross': No such file or directory
mv: cannot stat `protoize': No such file or directory
mv: cannot stat `unprotoize': No such file or directory
mv: cannot stat `specs': No such file or directory
mv: cannot stat `collect2': No such file or directory
mv: cannot stat `*.[0-9][0-9].*': No such file or directory
mv: cannot stat `*.[si]': No such file or directory
mv: cannot stat `g++-cross': No such file or directory
make[2]: [stage2-start] Error 1 (ignored)

...

if [ -f libgcc_eh.a ] ; then cp libgcc_eh.a stage2; \
   ` if [ -f /kolab/RPM/TMP/gcc-3.4.3/obj/gcc/../binutils/ranlib ] ; then
echo /kolab/RPM/TMP/gcc-3.4.3/obj/gcc/../binutils/ranlib ; else if [
"x86_64-unknown-linux-gnu" = "x86_64-unknown-linux-gnu" ] ; then echo
ranlib; else t='s,y,y,'; echo ranlib | sed -e $t ; fi; fi`
stage2/libgcc_eh.a; \
fi
cp libgcc_s*.so stage2
cp: cannot stat `libgcc_s*.so': No such file or directory
make[2]: [stage2-start] Error 1 (ignored)
cp libunwind.a libunwind*.so stage2
cp: cannot stat `libunwind.a': No such file or directory
cp: cannot stat `libunwind*.so': No such file or directory
make[2]: [stage2-start] Error 1 (ignored)

...

checking for gconv.h... yes
checking for sys/types.h... (cached) yes
checking for g++ that supports -ffunction-sections -fdata-sections... yes
checking for sin in -lm... configure: error: Link tests are not allowed
after GCC_NO_EXECUTABLES.
make[1]: *** [configure-target-libstdc++-v3] Error 1
make: *** [bootstrap-lean] Error 2
error: Bad exit status from /kolab/RPM/TMP/rpm-tmp.91003 (%build)


RPM build errors:
    Bad exit status from /kolab/RPM/TMP/rpm-tmp.91003 (%build)
^[]0;majestix:/tmp/obmtool.5662.tmp^G
obmtool:WARNING: install failure. Missing
/kolab/RPM/PKG/gcc-3.4.3-2.3.0.amd64-suse9.1-kolab.rpm




Hope that helps helping on the problem.

Regards
Andreas Paukner-Ruzicka



On Tue, May 3, 2005 3:26 pm, Thomas Lotterer said:
> Andreas,
>
> On Tue, May 03, 2005, Geo-IT GmbH wrote:
>>
>> gcc-3.4.2-2.2.0: [...]
>> checking for sin in -lm... configure: error: Link tests are not allowed
>> after GCC_NO_EXECUTABLES.
>>
> before we go into details please try
> ftp://ftp.openpkg.org/release/2.3/SRC/gcc-3.4.3-2.3.0.src.rpm
> It is a safe replacement.
>
> --
> [EMAIL PROTECTED], Cable & Wireless
>


Mit freundlichen Gruessen
Andreas Paukner-Ruzicka
(Geschaeftsfuehrer)

**********************************************************
Geo-IT GmbH   -   Geoinformatik, IT-Services
Guggenberg 3, D-82380 Peissenberg
Tel: 08803-498372, Fax: 08803-498373
eMail: [EMAIL PROTECTED]  -  Homepage: http://www.geo-it.com
**********************************************************


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

Reply via email to