[Bug other/70508] New: libstdc++.*-gdb.py': No such file or directory

2016-04-01 Thread fedor_qd at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70508

Bug ID: 70508
   Summary: libstdc++.*-gdb.py': No such file or directory
   Product: gcc
   Version: 5.3.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: other
  Assignee: unassigned at gcc dot gnu.org
  Reporter: fedor_qd at mail dot ru
  Target Milestone: ---

Due this error can't install softfloat libraries.
When I build for target arm-none-symbianelf with MinGW 4.8.1 and MSYS appears
this error:

Making install in python
make[3]: Entering directory
`/d/mbuild/src/build-gcc/arm-none-symbianelf/libstdc++-v3/python'
make[4]: Entering directory
`/d/mbuild/src/build-gcc/arm-none-symbianelf/libstdc++-v3/python'
make[4]: Nothing to be done for `install-exec-am'.
 /bin/install -c -m 644 gdb.py
/usr/local/gcc-5.3.0/arm-none-symbianelf/lib/libstdc++.*-gdb.py
/bin/install: cannot create regular file
`/usr/local/gcc-5.3.0/arm-none-symbianelf/lib/libstdc++.*-gdb.py': No such file
or directory
make[4]: *** [install-data-local] Error 1
make[4]: Leaving directory
`/d/mbuild/src/build-gcc/arm-none-symbianelf/libstdc++-v3/python'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory
`/d/mbuild/src/build-gcc/arm-none-symbianelf/libstdc++-v3/python'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory
`/d/mbuild/src/build-gcc/arm-none-symbianelf/libstdc++-v3'
make[1]: *** [install-strip] Error 2
make[1]: Leaving directory
`/d/mbuild/src/build-gcc/arm-none-symbianelf/libstdc++-v3'
make: *** [install-strip-target-libstdc++-v3] Error 2

I open build-gcc\arm-none-symbianelf\softfp\libstdc++-v3\python and see these
strings:
echo " $(INSTALL_DATA) gdb.py $(DESTDIR)$(toolexeclibdir)/$$libname-gdb.py"; \
$(INSTALL_DATA) gdb.py $(DESTDIR)$(toolexeclibdir)/$$libname-gdb.py



GCC builded with these options:

export TARGET=arm-none-symbianelf
GCCC=gcc-5.3.0
# Installation folder
export PREFIX=/usr/local/$GCCC
export PATH=$PATH:$PREFIX/bin
unset CFLAGS
export CFLAGS+="-pipe"

cd build-gcc
../$GCCC/configure  --target=$TARGET --prefix=$PREFIX  --without-headers \
--enable-gold=yes --enable-ld=yes --enable-lto --enable-liboffloadmic \
--enable-languages="c,c++,lto" --enable-poison-system-directories \
--with-newlib --with-gnu-as --with-gnu-ld --with-dwarf2 \
--disable-hosted-libstdcxx --disable-libstdcxx-pch \
--disable-option-checking --disable-threads --disable-nls \
--disable-win32-registry --disable-libssp --disable-shared \
--enable-interwork --enable-tls --enable-multilib \
--enable-wchar_t --enable-extra-sgxxlite-multilibs --enable-c99 \
--enable-long-long --enable-liboffloadmic=target
# --with-sysroot

# Ugly hack for:
# D:\MinGW\msys\1.0\bin\make.exe: *** couldn't commit memory for cygwin heap,
Win32 error 0
# I hope this sufficiently :-)
make -k 2> make-gcc.log
touch first-make-call
make -k 2>> make-gcc.log
make -k 2>> make-gcc.log
make -k 2>> make-gcc.log
# make -k 2>> make-gcc.log
# make -k 2>> make-gcc.log
make install-strip

[Bug libstdc++/68156] --disable-hosted-libstdcxx doesn't work

2015-10-31 Thread fedor_qd at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68156

--- Comment #2 from Fiodar  ---
You mean with option --disable-hosted-libstdcxx full libstdc++ will be build
anyway? Not language support library only(libsupc++)?

[Bug libstdc++/68156] New: --disable-hosted-libstdcxx doesn't work

2015-10-29 Thread fedor_qd at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68156

Bug ID: 68156
   Summary: --disable-hosted-libstdcxx doesn't work
   Product: gcc
   Version: 5.2.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: libstdc++
  Assignee: unassigned at gcc dot gnu.org
  Reporter: fedor_qd at mail dot ru
  Target Milestone: ---

Created attachment 36619
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36619=edit
This log file created by configure

When configuring with --disable-hosted-libstdcxx configure script terminates
with "exit 1"

I need to build libsupc++ only, any libc not aviable.
These commands taken used for configuring in MSYS:

export TARGET=arm-none-symbianelf
export PREFIX=/usr/local/$TARGET
export PATH=$PATH:$PREFIX/bin

../../gcc-5.2.0/libstdc++-v3/configure --build=i686-pc-mingw32
--host=arm-none-symbianelf --target=arm-none-symbianelf \
--prefix=$PREFIX --disable-nls --disable-hosted-libstdcxx

config.log attached


[Bug other/68004] New: mails from mail.ru blocked

2015-10-17 Thread fedor_qd at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68004

Bug ID: 68004
   Summary: mails from mail.ru blocked
   Product: gcc
   Version: unknown
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: other
  Assignee: unassigned at gcc dot gnu.org
  Reporter: fedor_qd at mail dot ru
  Target Milestone: ---

gcc-h...@gcc.gnu.org
    SMTP error from remote mail server after end of data:
    host gcc.gnu.org [209.132.180.131]: 552 spam score exceeded threshold

[Bug other/68004] mails from mail.ru blocked

2015-10-17 Thread fedor_qd at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68004

--- Comment #2 from Fiodar  ---
(In reply to Mikhail Maltsev from comment #1)
> Hi. Do I understand correctly, that you are were trying to post a message to
> the gcc-help mailing list via mail.ru SMTP server and it got bounced?
> 
> See https://sourceware.org/lists.html#spam

You correctly understand. Thanks for link - problem solved