public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/55389] New: library cannot be rebuilt by make all-target
@ 2012-11-19 10:05 ebotcazou at gcc dot gnu.org
  2012-11-19 13:02 ` [Bug other/55389] " jakub at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2012-11-19 10:05 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55389

             Bug #: 55389
           Summary: library cannot be rebuilt by make all-target
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ebotcazou@gcc.gnu.org


This is the same issue as PR libitm/52197, but for libsanitizer: you cannot
rebuild the library by the usual make all-target-libsanitizer or make
all-target.  Do a rm -rf $(target)libsanitizer and then issue one of the former
two commands, you get:

/bin/sh ../libtool --tag=CXX   --mode=compile
-B/home/eric/install/gcc/x86_64-suse-linux/bin/
-B/home/eric/install/gcc/x86_64-suse-linux/lib/ -isystem
/home/eric/install/gcc/x86_64-suse-linux/include -isystem
/home/eric/install/gcc/x86_64-suse-linux/sys-include    -D_GNU_SOURCE -D_DEBUG
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -I.
-I/home/eric/svn/gcc/libsanitizer/interception  -I
/home/eric/svn/gcc/libsanitizer/include   -Wall -W -Wno-unused-parameter
-Wwrite-strings -pedantic -Wno-long-long  -fPIC -fno-builtin -fno-exceptions
-fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros
-Wno-c99-extensions  -g -O2 -D_GNU_SOURCE -MT interception_linux.lo -MD -MP -MF
.deps/interception_linux.Tpo -c -o interception_linux.lo
/home/eric/svn/gcc/libsanitizer/interception/interception_linux.cc
libtool: compile: unrecognized option
`-B/home/eric/install/gcc/x86_64-suse-linux/bin/'
libtool: compile: Try `libtool --help' for more information.
make[2]: *** [interception_linux.lo] Error 1
make[2]: Leaving directory
`/home/eric/build/gcc/native/x86_64-suse-linux/libsanitizer/interception'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/eric/build/gcc/native/x86_64-suse-linux/libsanitizer'
make: *** [all-target-libsanitizer] Error 2


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/55389] library cannot be rebuilt by make all-target
  2012-11-19 10:05 [Bug other/55389] New: library cannot be rebuilt by make all-target ebotcazou at gcc dot gnu.org
@ 2012-11-19 13:02 ` jakub at gcc dot gnu.org
  2012-11-19 13:06 ` bonzini at gnu dot org
  2012-11-19 16:11 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-11-19 13:02 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55389

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-11-19
                 CC|                            |aoliva at gcc dot gnu.org,
                   |                            |bonzini at gnu dot org,
                   |                            |jakub at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-11-19 13:02:03 UTC ---
Yeah, happened to me too.  Any ideas what needs to be done to fix this?


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/55389] library cannot be rebuilt by make all-target
  2012-11-19 10:05 [Bug other/55389] New: library cannot be rebuilt by make all-target ebotcazou at gcc dot gnu.org
  2012-11-19 13:02 ` [Bug other/55389] " jakub at gcc dot gnu.org
@ 2012-11-19 13:06 ` bonzini at gnu dot org
  2012-11-19 16:11 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: bonzini at gnu dot org @ 2012-11-19 13:06 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55389

--- Comment #2 from Paolo Bonzini <bonzini at gnu dot org> 2012-11-19 13:05:51 UTC ---
Can you post the full log of a rm+make?


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/55389] library cannot be rebuilt by make all-target
  2012-11-19 10:05 [Bug other/55389] New: library cannot be rebuilt by make all-target ebotcazou at gcc dot gnu.org
  2012-11-19 13:02 ` [Bug other/55389] " jakub at gcc dot gnu.org
  2012-11-19 13:06 ` bonzini at gnu dot org
@ 2012-11-19 16:11 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-11-19 16:11 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55389

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-11-19 16:10:38 UTC ---
Created attachment 28733
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28733
log

rm -rf x86_64-*/{,32/}libsanitizer; make all-target-libsanitizer


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-19 16:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-19 10:05 [Bug other/55389] New: library cannot be rebuilt by make all-target ebotcazou at gcc dot gnu.org
2012-11-19 13:02 ` [Bug other/55389] " jakub at gcc dot gnu.org
2012-11-19 13:06 ` bonzini at gnu dot org
2012-11-19 16:11 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).