public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* static only build is broken
@ 2002-08-31 10:20 Andreas Jaeger
  2002-08-31 11:24 ` Ulrich Drepper
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Jaeger @ 2002-08-31 10:20 UTC (permalink / raw)
  To: GNU libc hacker


Trying to build a static only library (--disable-shared
--disable-profile) fails with:

make[2]: *** No rule to make target `/usr/src/aj/build-glibc-mainline-static/Versions.v.i', needed by `/usr/src/aj/build-glibc-mainline-static/stdio-common/errlist-compat.c'.  Stop.
make[2]: *** Waiting for unfinished jobs....

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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

* Re: static only build is broken
  2002-08-31 10:20 static only build is broken Andreas Jaeger
@ 2002-08-31 11:24 ` Ulrich Drepper
  2002-08-31 11:29   ` Jakub Jelinek
  0 siblings, 1 reply; 4+ messages in thread
From: Ulrich Drepper @ 2002-08-31 11:24 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: GNU libc hacker

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Andreas Jaeger wrote:
> Trying to build a static only library (--disable-shared
> --disable-profile) fails with:

Should be fixed now.

- -- 
- ---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE9cQnL2ijCOnn/RHQRAg97AJ91tfLPWOXURjNqf0N3gdLVCtEdEwCeIqvC
IsQaK9kkasySveIwiAldGzk=
=BRH9
-----END PGP SIGNATURE-----

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

* Re: static only build is broken
  2002-08-31 11:24 ` Ulrich Drepper
@ 2002-08-31 11:29   ` Jakub Jelinek
  2002-08-31 11:43     ` Ulrich Drepper
  0 siblings, 1 reply; 4+ messages in thread
From: Jakub Jelinek @ 2002-08-31 11:29 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: Andreas Jaeger, GNU libc hacker

On Sat, Aug 31, 2002 at 11:24:07AM -0700, Ulrich Drepper wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Andreas Jaeger wrote:
> > Trying to build a static only library (--disable-shared
> > --disable-profile) fails with:
> 
> Should be fixed now.

Shouldn't the test be actually:
ifeq ($(versioning),yes)
instead of
ifeq ($(build-shared),yes)
?

	Jakub

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

* Re: static only build is broken
  2002-08-31 11:29   ` Jakub Jelinek
@ 2002-08-31 11:43     ` Ulrich Drepper
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Drepper @ 2002-08-31 11:43 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: GNU libc hacker

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jakub Jelinek wrote:

> Shouldn't the test be actually:
> ifeq ($(versioning),yes)
> instead of
> ifeq ($(build-shared),yes)
> ?

This is in sysdeps/gnu which should never be used without versioning. 
Maybe the configure warning is enough.  I don't really care enough.  It 
should be easy enough to recognize such a libc and reject any help to 
whoever build it.

- -- 
- ---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE9cQ5M2ijCOnn/RHQRAtH2AKDGhYEDqZd6KIq19eHb1iXZEI/ArwCePs6W
xi8CKMmyKQho36AhHXNJv4Q=
=R7c6
-----END PGP SIGNATURE-----

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

end of thread, other threads:[~2002-08-31 18:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-31 10:20 static only build is broken Andreas Jaeger
2002-08-31 11:24 ` Ulrich Drepper
2002-08-31 11:29   ` Jakub Jelinek
2002-08-31 11:43     ` Ulrich Drepper

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