public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug time/26517] New: timezone: Fix Zdump duplicate binary
@ 2020-08-21  8:23 ragaprasanth at gmail dot com
  2020-08-21  8:24 ` [Bug time/26517] " ragaprasanth at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ragaprasanth at gmail dot com @ 2020-08-21  8:23 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 26517
           Summary: timezone: Fix Zdump duplicate binary
           Product: glibc
           Version: unspecified
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: time
          Assignee: unassigned at sourceware dot org
          Reporter: ragaprasanth at gmail dot com
  Target Milestone: ---

Commit 3bc4186c7a9 tzdata changed the zdump installation
    to bin directory, which creates duplicates of zdump in the
    Rootfilesystem.

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

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

* [Bug time/26517] timezone: Fix Zdump duplicate binary
  2020-08-21  8:23 [Bug time/26517] New: timezone: Fix Zdump duplicate binary ragaprasanth at gmail dot com
@ 2020-08-21  8:24 ` ragaprasanth at gmail dot com
  2020-08-21  8:28 ` ragaprasanth at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ragaprasanth at gmail dot com @ 2020-08-21  8:24 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from Prasanth <ragaprasanth at gmail dot com> ---
Created attachment 12786
  --> https://sourceware.org/bugzilla/attachment.cgi?id=12786&action=edit
timezone: Change zdump installation to bin directory

tzdata changed the zdump installation to bin directory, which creates
duplicates of zdump in the Root filesystem.

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

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

* [Bug time/26517] timezone: Fix Zdump duplicate binary
  2020-08-21  8:23 [Bug time/26517] New: timezone: Fix Zdump duplicate binary ragaprasanth at gmail dot com
  2020-08-21  8:24 ` [Bug time/26517] " ragaprasanth at gmail dot com
@ 2020-08-21  8:28 ` ragaprasanth at gmail dot com
  2020-08-21  8:29 ` ragaprasanth at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ragaprasanth at gmail dot com @ 2020-08-21  8:28 UTC (permalink / raw)
  To: glibc-bugs

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

Prasanth <ragaprasanth at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ragaprasanth at gmail dot com
  Attachment #12786|timezone: Change zdump      |timezone-Change-zdump-insta
        description|installation to bin         |llation-to-bin-directory.pa
                   |directory                   |tch

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

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

* [Bug time/26517] timezone: Fix Zdump duplicate binary
  2020-08-21  8:23 [Bug time/26517] New: timezone: Fix Zdump duplicate binary ragaprasanth at gmail dot com
  2020-08-21  8:24 ` [Bug time/26517] " ragaprasanth at gmail dot com
  2020-08-21  8:28 ` ragaprasanth at gmail dot com
@ 2020-08-21  8:29 ` ragaprasanth at gmail dot com
  2020-08-21  8:33 ` ragaprasanth at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ragaprasanth at gmail dot com @ 2020-08-21  8:29 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from Prasanth <ragaprasanth at gmail dot com> ---
under tzdata Makefile
# The "zdump" command goes in:
ZDUMPDIR = $(BINDIR)

# The "zic" command goes in:
ZICDIR = $(TOPDIR)/$(USRDIR)/sbin

zdump and zic goes to different location, Hope we can follow the same.

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

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

* [Bug time/26517] timezone: Fix Zdump duplicate binary
  2020-08-21  8:23 [Bug time/26517] New: timezone: Fix Zdump duplicate binary ragaprasanth at gmail dot com
                   ` (2 preceding siblings ...)
  2020-08-21  8:29 ` ragaprasanth at gmail dot com
@ 2020-08-21  8:33 ` ragaprasanth at gmail dot com
  2020-08-21  8:52 ` [Bug time/26517] timezone: Fix zdump " ragaprasanth at gmail dot com
  2020-09-09  6:52 ` ragaprasanth at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: ragaprasanth at gmail dot com @ 2020-08-21  8:33 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #3 from Prasanth <ragaprasanth at gmail dot com> ---
*** Bug 26516 has been marked as a duplicate of this bug. ***

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

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

* [Bug time/26517] timezone: Fix zdump duplicate binary
  2020-08-21  8:23 [Bug time/26517] New: timezone: Fix Zdump duplicate binary ragaprasanth at gmail dot com
                   ` (3 preceding siblings ...)
  2020-08-21  8:33 ` ragaprasanth at gmail dot com
@ 2020-08-21  8:52 ` ragaprasanth at gmail dot com
  2020-09-09  6:52 ` ragaprasanth at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: ragaprasanth at gmail dot com @ 2020-08-21  8:52 UTC (permalink / raw)
  To: glibc-bugs

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

Prasanth <ragaprasanth at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|timezone: Fix Zdump         |timezone: Fix zdump
                   |duplicate binary            |duplicate binary

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

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

* [Bug time/26517] timezone: Fix zdump duplicate binary
  2020-08-21  8:23 [Bug time/26517] New: timezone: Fix Zdump duplicate binary ragaprasanth at gmail dot com
                   ` (4 preceding siblings ...)
  2020-08-21  8:52 ` [Bug time/26517] timezone: Fix zdump " ragaprasanth at gmail dot com
@ 2020-09-09  6:52 ` ragaprasanth at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: ragaprasanth at gmail dot com @ 2020-09-09  6:52 UTC (permalink / raw)
  To: glibc-bugs

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

Prasanth <ragaprasanth at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |2.19

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

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

end of thread, other threads:[~2020-09-09  6:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-21  8:23 [Bug time/26517] New: timezone: Fix Zdump duplicate binary ragaprasanth at gmail dot com
2020-08-21  8:24 ` [Bug time/26517] " ragaprasanth at gmail dot com
2020-08-21  8:28 ` ragaprasanth at gmail dot com
2020-08-21  8:29 ` ragaprasanth at gmail dot com
2020-08-21  8:33 ` ragaprasanth at gmail dot com
2020-08-21  8:52 ` [Bug time/26517] timezone: Fix zdump " ragaprasanth at gmail dot com
2020-09-09  6:52 ` ragaprasanth 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).