public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug admin/2403] New: Download links
@ 2006-02-26 17:24 giffordj at linkline dot com
  2006-02-27 16:51 ` [Bug admin/2403] " decimal at us dot ibm dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: giffordj at linkline dot com @ 2006-02-26 17:24 UTC (permalink / raw)
  To: glibc-bugs

I was trying to download the glibc-latest.tar.bz2 from the website. When it
downloaded it ended up being glibc-ports-20060220. I would of assumed that
glibc-latest.tar.bz2 would of been glibc-20060220.tar.bz2
glibc-2.3-latest.tar.bz2 would of been glibc-2.3-20060220.tar.bz2

I would also recommend that glibc-ports-latest.tar.bz2 should be created.
Here's my DL record to show the issues.

wget -q ftp://sources.redhat.com/pub/glibc/snapshots/glibc-latest.tar.bz2
tar tf glibc-latest.tar.bz2 | head -n 1
glibc-ports-20060220/

-- 
           Summary: Download links
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: admin
        AssignedTo: roland at gnu dot org
        ReportedBy: giffordj at linkline dot com
                CC: glibc-bugs at sources dot redhat dot com


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug admin/2403] Download links
  2006-02-26 17:24 [Bug admin/2403] New: Download links giffordj at linkline dot com
@ 2006-02-27 16:51 ` decimal at us dot ibm dot com
  2006-02-27 19:36 ` roland at gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: decimal at us dot ibm dot com @ 2006-02-27 16:51 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From decimal at us dot ibm dot com  2006-02-27 16:51 -------
I confirmed this is still true on 20060227. I guess there is a script bug on the
server that prepares these tarballs such that it links to the wrong thing.
Perhaps something like

ln -s glibc-20060227.tar.bz2 glibc-latest.tar.bz2
ln -s glibc-ports-20060227.tar.bz2 glibc-latest.tar.bz2
                                         ^^^^ error here

such that there should be a glibc-ports-latest.tar.bz2 but there is not?

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug admin/2403] Download links
  2006-02-26 17:24 [Bug admin/2403] New: Download links giffordj at linkline dot com
  2006-02-27 16:51 ` [Bug admin/2403] " decimal at us dot ibm dot com
@ 2006-02-27 19:36 ` roland at gnu dot org
  2006-02-27 21:01 ` giffordj at linkline dot com
  2006-02-27 21:38 ` decimal at us dot ibm dot com
  3 siblings, 0 replies; 5+ messages in thread
From: roland at gnu dot org @ 2006-02-27 19:36 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2006-02-27 19:36 -------
Oops, my bad.  I've fixed the snapshot script.

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


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug admin/2403] Download links
  2006-02-26 17:24 [Bug admin/2403] New: Download links giffordj at linkline dot com
  2006-02-27 16:51 ` [Bug admin/2403] " decimal at us dot ibm dot com
  2006-02-27 19:36 ` roland at gnu dot org
@ 2006-02-27 21:01 ` giffordj at linkline dot com
  2006-02-27 21:38 ` decimal at us dot ibm dot com
  3 siblings, 0 replies; 5+ messages in thread
From: giffordj at linkline dot com @ 2006-02-27 21:01 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From giffordj at linkline dot com  2006-02-27 21:01 -------
Can we get the current symlinks fixed?

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug admin/2403] Download links
  2006-02-26 17:24 [Bug admin/2403] New: Download links giffordj at linkline dot com
                   ` (2 preceding siblings ...)
  2006-02-27 21:01 ` giffordj at linkline dot com
@ 2006-02-27 21:38 ` decimal at us dot ibm dot com
  3 siblings, 0 replies; 5+ messages in thread
From: decimal at us dot ibm dot com @ 2006-02-27 21:38 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From decimal at us dot ibm dot com  2006-02-27 21:38 -------
The fix committed by Roland should take effect when the snapshot occurs
today/tonight. Until then people can just go to
ftp://sources.redhat.com/pub/glibc/snapshots
and determine manually what the latest is I imagine.


-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2006-02-27 21:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-26 17:24 [Bug admin/2403] New: Download links giffordj at linkline dot com
2006-02-27 16:51 ` [Bug admin/2403] " decimal at us dot ibm dot com
2006-02-27 19:36 ` roland at gnu dot org
2006-02-27 21:01 ` giffordj at linkline dot com
2006-02-27 21:38 ` decimal at us dot ibm 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).