public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/55291] New: libsanitizer doesn't build multilib
@ 2012-11-12 20:41 hjl.tools at gmail dot com
  2012-11-13  0:33 ` [Bug objc/55291] " hjl.tools at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2012-11-12 20:41 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55291
           Summary: libsanitizer doesn't build multilib
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: objc
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/x86-64, libsanitizer doesn't build multilib, like -m32 and
-mx32.


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

* [Bug objc/55291] libsanitizer doesn't build multilib
  2012-11-12 20:41 [Bug objc/55291] New: libsanitizer doesn't build multilib hjl.tools at gmail dot com
@ 2012-11-13  0:33 ` hjl.tools at gmail dot com
  2012-11-13  3:49 ` hjl.tools at gmail dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2012-11-13  0:33 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-11-13 00:33:06 UTC ---
configure.ac has

#AM_ENABLE_MULTILIB(, ..)


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

* [Bug objc/55291] libsanitizer doesn't build multilib
  2012-11-12 20:41 [Bug objc/55291] New: libsanitizer doesn't build multilib hjl.tools at gmail dot com
  2012-11-13  0:33 ` [Bug objc/55291] " hjl.tools at gmail dot com
@ 2012-11-13  3:49 ` hjl.tools at gmail dot com
  2012-11-13  7:11 ` hjl.tools at gmail dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2012-11-13  3:49 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2012-11-13 03:48:39 UTC ---
After I fixed configure.ac, "make install" gave me:

 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libasan.la
'/export/build/gnu/gcc-x32/release/usr/gcc-4.8.0-x32/lib/../lib'
libtool: install: error: cannot install `libasan.la' to a directory not ending
in /usr/gcc-4.8.0-x32/lib

It can't tell "/usr/gcc-4.8.0-x32/lib/../lib" is the same as
/usr/gcc-4.8.0-x32/lib.


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

* [Bug objc/55291] libsanitizer doesn't build multilib
  2012-11-12 20:41 [Bug objc/55291] New: libsanitizer doesn't build multilib hjl.tools at gmail dot com
  2012-11-13  0:33 ` [Bug objc/55291] " hjl.tools at gmail dot com
  2012-11-13  3:49 ` hjl.tools at gmail dot com
@ 2012-11-13  7:11 ` hjl.tools at gmail dot com
  2012-11-13 11:57 ` burnus at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2012-11-13  7:11 UTC (permalink / raw)
  To: gcc-bugs


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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-11-13
   Target Milestone|---                         |4.8.0
     Ever Confirmed|0                           |1

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2012-11-13 07:11:04 UTC ---
A patch:

http://gcc.gnu.org/git/?p=gcc.git;a=commit;h=12debb750e5a48fd8bbe7a12ca9dd75dc88e2be5

is checked into hjl/asan branch at

http://gcc.gnu.org/git/?p=gcc.git;a=summary


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

* [Bug objc/55291] libsanitizer doesn't build multilib
  2012-11-12 20:41 [Bug objc/55291] New: libsanitizer doesn't build multilib hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2012-11-13  7:11 ` hjl.tools at gmail dot com
@ 2012-11-13 11:57 ` burnus at gcc dot gnu.org
  2012-11-13 14:45 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-11-13 11:57 UTC (permalink / raw)
  To: gcc-bugs


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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-11-13 11:57:13 UTC ---
See also http://gcc.gnu.org/ml/gcc-patches/2012-11/msg00766.html


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

* [Bug objc/55291] libsanitizer doesn't build multilib
  2012-11-12 20:41 [Bug objc/55291] New: libsanitizer doesn't build multilib hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2012-11-13 11:57 ` burnus at gcc dot gnu.org
@ 2012-11-13 14:45 ` hjl.tools at gmail dot com
  2012-11-15  0:03 ` [Bug other/55291] " hjl at gcc dot gnu.org
  2012-11-15  0:04 ` hjl.tools at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2012-11-13 14:45 UTC (permalink / raw)
  To: gcc-bugs


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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org

--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> 2012-11-13 14:44:35 UTC ---
*** Bug 55313 has been marked as a duplicate of this bug. ***


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

* [Bug other/55291] libsanitizer doesn't build multilib
  2012-11-12 20:41 [Bug objc/55291] New: libsanitizer doesn't build multilib hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2012-11-13 14:45 ` hjl.tools at gmail dot com
@ 2012-11-15  0:03 ` hjl at gcc dot gnu.org
  2012-11-15  0:04 ` hjl.tools at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: hjl at gcc dot gnu.org @ 2012-11-15  0:03 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #6 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2012-11-15 00:03:41 UTC ---
Author: hjl
Date: Thu Nov 15 00:03:37 2012
New Revision: 193516

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193516
Log:
Add support for multilib run-time libraries

    PR other/55291
    * configure.ac (--enable-version-specific-runtime-libs): New option.
    (AC_CANONICAL_SYSTEM): New.
    (AM_ENABLE_MULTILIB): Moved right after AM_INIT_AUTOMAKE.
    (toolexecdir): Support multilib.
    (toolexeclibdir): Likewise.
    (multilib_arg): New.
    * Makefile.in: Regenerated.
    * aclocal.m4: Likewise.
    * configure: Likewise.
    * asan/Makefile.in: Likewise.
    * interception/Makefile.in: Likewise.
    * sanitizer_common/Makefile.in: Likewise.

Modified:
    trunk/libsanitizer/ChangeLog
    trunk/libsanitizer/Makefile.in
    trunk/libsanitizer/aclocal.m4
    trunk/libsanitizer/asan/Makefile.in
    trunk/libsanitizer/configure
    trunk/libsanitizer/configure.ac
    trunk/libsanitizer/interception/Makefile.in
    trunk/libsanitizer/sanitizer_common/Makefile.in


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

* [Bug other/55291] libsanitizer doesn't build multilib
  2012-11-12 20:41 [Bug objc/55291] New: libsanitizer doesn't build multilib hjl.tools at gmail dot com
                   ` (5 preceding siblings ...)
  2012-11-15  0:03 ` [Bug other/55291] " hjl at gcc dot gnu.org
@ 2012-11-15  0:04 ` hjl.tools at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2012-11-15  0:04 UTC (permalink / raw)
  To: gcc-bugs


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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #7 from H.J. Lu <hjl.tools at gmail dot com> 2012-11-15 00:04:31 UTC ---
Fixed.


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

end of thread, other threads:[~2012-11-15  0:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-12 20:41 [Bug objc/55291] New: libsanitizer doesn't build multilib hjl.tools at gmail dot com
2012-11-13  0:33 ` [Bug objc/55291] " hjl.tools at gmail dot com
2012-11-13  3:49 ` hjl.tools at gmail dot com
2012-11-13  7:11 ` hjl.tools at gmail dot com
2012-11-13 11:57 ` burnus at gcc dot gnu.org
2012-11-13 14:45 ` hjl.tools at gmail dot com
2012-11-15  0:03 ` [Bug other/55291] " hjl at gcc dot gnu.org
2012-11-15  0:04 ` hjl.tools at gmail dot com

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).