public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/15296] New: vpath use in libc/elf/Makefile breaks parallel building of glibc
@ 2013-03-22 13:54 florian at openwrt dot org
  2013-03-22 13:54 ` [Bug libc/15296] " florian at openwrt dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: florian at openwrt dot org @ 2013-03-22 13:54 UTC (permalink / raw)
  To: glibc-bugs

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

             Bug #: 15296
           Summary: vpath use in libc/elf/Makefile breaks parallel
                    building of glibc
           Product: glibc
           Version: 2.17
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: florian@openwrt.org
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


The use of vpath to locate xmalloc.c and xstrdup.c breaks parallel building of
libc/elf/ in the "lib-noranlib" make target:

make[6]: *** No rule to make target `/path/elf/xmalloc.o', needed by
`lib-noranlib'.  Stop.

-- 
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] 5+ messages in thread

* [Bug libc/15296] vpath use in libc/elf/Makefile breaks parallel building of glibc
  2013-03-22 13:54 [Bug libc/15296] New: vpath use in libc/elf/Makefile breaks parallel building of glibc florian at openwrt dot org
@ 2013-03-22 13:54 ` florian at openwrt dot org
  2013-03-22 13:55 ` florian at openwrt dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: florian at openwrt dot org @ 2013-03-22 13:54 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Fainelli <florian at openwrt dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |florian at openwrt dot org

-- 
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] 5+ messages in thread

* [Bug libc/15296] vpath use in libc/elf/Makefile breaks parallel building of glibc
  2013-03-22 13:54 [Bug libc/15296] New: vpath use in libc/elf/Makefile breaks parallel building of glibc florian at openwrt dot org
  2013-03-22 13:54 ` [Bug libc/15296] " florian at openwrt dot org
@ 2013-03-22 13:55 ` florian at openwrt dot org
  2013-06-11 16:47 ` [Bug build/15296] " ondra at iuuk dot mff.cuni.cz
  2014-06-13 18:41 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: florian at openwrt dot org @ 2013-03-22 13:55 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from Florian Fainelli <florian at openwrt dot org> 2013-03-22 13:54:28 UTC ---
Forgot to mention that I am using GNU make 3.81.

-- 
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] 5+ messages in thread

* [Bug build/15296] vpath use in libc/elf/Makefile breaks parallel building of glibc
  2013-03-22 13:54 [Bug libc/15296] New: vpath use in libc/elf/Makefile breaks parallel building of glibc florian at openwrt dot org
  2013-03-22 13:54 ` [Bug libc/15296] " florian at openwrt dot org
  2013-03-22 13:55 ` florian at openwrt dot org
@ 2013-06-11 16:47 ` ondra at iuuk dot mff.cuni.cz
  2014-06-13 18:41 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: ondra at iuuk dot mff.cuni.cz @ 2013-06-11 16:47 UTC (permalink / raw)
  To: glibc-bugs

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

OndrejBilka <ondra at iuuk dot mff.cuni.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at redhat dot com,
                   |                            |ondra at iuuk dot mff.cuni.cz
          Component|libc                        |build

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


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

* [Bug build/15296] vpath use in libc/elf/Makefile breaks parallel building of glibc
  2013-03-22 13:54 [Bug libc/15296] New: vpath use in libc/elf/Makefile breaks parallel building of glibc florian at openwrt dot org
                   ` (2 preceding siblings ...)
  2013-06-11 16:47 ` [Bug build/15296] " ondra at iuuk dot mff.cuni.cz
@ 2014-06-13 18:41 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 18:41 UTC (permalink / raw)
  To: glibc-bugs

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

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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-22 13:54 [Bug libc/15296] New: vpath use in libc/elf/Makefile breaks parallel building of glibc florian at openwrt dot org
2013-03-22 13:54 ` [Bug libc/15296] " florian at openwrt dot org
2013-03-22 13:55 ` florian at openwrt dot org
2013-06-11 16:47 ` [Bug build/15296] " ondra at iuuk dot mff.cuni.cz
2014-06-13 18:41 ` 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).