public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/12653] undefined references to ssse3 routines when trying to link with the static lib on x86_64
  2011-04-08  9:33 [Bug libc/12653] New: undefined references to ssse3 routines when trying to link with the static lib on x86_64 doko at debian dot org
@ 2011-04-08  9:33 ` doko at debian dot org
  2011-04-08 13:03 ` hjl.tools at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: doko at debian dot org @ 2011-04-08  9:33 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12653

Matthias Klose <doko at debian dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86_64-linux-gnu

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/12653] New: undefined references to ssse3 routines when trying to link with the static lib on x86_64
@ 2011-04-08  9:33 doko at debian dot org
  2011-04-08  9:33 ` [Bug libc/12653] " doko at debian dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: doko at debian dot org @ 2011-04-08  9:33 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12653

           Summary: undefined references to ssse3 routines when trying to
                    link with the static lib on x86_64
           Product: glibc
           Version: 2.13
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: doko@debian.org


trying to build a statically linked bash; the build did succeed with
glibc-2.12, fails with glibc-2.13

gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde 
-L./lib/sh -Wl,-Bsymbolic-functions -static -static -rdynamic  -g -O2 -Wall -o
bash shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o  dispose_cmd.o
execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o jobs.o subst.o
hashcmd.o hashlib.o mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o
test.o version.o alias.o array.o arrayfunc.o assoc.o braces.o bracecomp.o
bashhist.o bashline.o  list.o stringlib.o locale.o findcmd.o redir.o
pcomplete.o pcomplib.o syntax.o xmalloc.o  -lbuiltins -lglob -lsh -lreadline
-lhistory -lcurses -ltilde     
[...]
/usr/lib/gcc/x86_64-linux-gnu/4.5.2/../../../../lib/libc.a(memmove_chk.o): In
function `__memmove_chk':
(.text+0x1b4): undefined reference to `__memmove_chk_ssse3_back'
/usr/lib/gcc/x86_64-linux-gnu/4.5.2/../../../../lib/libc.a(memmove_chk.o): In
function `__memmove_chk':
(.text+0x1b9): undefined reference to `__memmove_chk_ssse3'
collect2: ld returned 1 exit status
make[2]: *** [bash] Error 1

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/12653] undefined references to ssse3 routines when trying to link with the static lib on x86_64
  2011-04-08  9:33 [Bug libc/12653] New: undefined references to ssse3 routines when trying to link with the static lib on x86_64 doko at debian dot org
  2011-04-08  9:33 ` [Bug libc/12653] " doko at debian dot org
@ 2011-04-08 13:03 ` hjl.tools at gmail dot com
  2011-04-18  2:21 ` drepper.fsp at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2011-04-08 13:03 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12653

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |hjl.tools at gmail dot com

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-04-08 13:03:12 UTC ---
Please provide a standalone small testcase.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/12653] undefined references to ssse3 routines when trying to link with the static lib on x86_64
  2011-04-08  9:33 [Bug libc/12653] New: undefined references to ssse3 routines when trying to link with the static lib on x86_64 doko at debian dot org
  2011-04-08  9:33 ` [Bug libc/12653] " doko at debian dot org
  2011-04-08 13:03 ` hjl.tools at gmail dot com
@ 2011-04-18  2:21 ` drepper.fsp at gmail dot com
  2011-05-26  7:41 ` aj at suse dot de
  2014-06-27 13:16 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: drepper.fsp at gmail dot com @ 2011-04-18  2:21 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12653

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

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

--- Comment #2 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-04-18 02:21:34 UTC ---
Should be fixed in git.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/12653] undefined references to ssse3 routines when trying to link with the static lib on x86_64
  2011-04-08  9:33 [Bug libc/12653] New: undefined references to ssse3 routines when trying to link with the static lib on x86_64 doko at debian dot org
                   ` (2 preceding siblings ...)
  2011-04-18  2:21 ` drepper.fsp at gmail dot com
@ 2011-05-26  7:41 ` aj at suse dot de
  2014-06-27 13:16 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: aj at suse dot de @ 2011-05-26  7:41 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12653

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aj at suse dot de

--- Comment #3 from Andreas Jaeger <aj at suse dot de> 2011-05-26 07:41:04 UTC ---
*** Bug 12810 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/12653] undefined references to ssse3 routines when trying to link with the static lib on x86_64
  2011-04-08  9:33 [Bug libc/12653] New: undefined references to ssse3 routines when trying to link with the static lib on x86_64 doko at debian dot org
                   ` (3 preceding siblings ...)
  2011-05-26  7:41 ` aj at suse dot de
@ 2014-06-27 13:16 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2014-06-27 13:16 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=12653

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-06-27 13:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-08  9:33 [Bug libc/12653] New: undefined references to ssse3 routines when trying to link with the static lib on x86_64 doko at debian dot org
2011-04-08  9:33 ` [Bug libc/12653] " doko at debian dot org
2011-04-08 13:03 ` hjl.tools at gmail dot com
2011-04-18  2:21 ` drepper.fsp at gmail dot com
2011-05-26  7:41 ` aj at suse dot de
2014-06-27 13:16 ` fweimer at redhat 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).