Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 381291 - sys-apps/util-linux-2.20 should install ddate
Summary: sys-apps/util-linux-2.20 should install ddate
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-31 13:13 UTC by Ole Henrik Jahren
Modified: 2011-09-14 05:02 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Enables building of ddate in the ebuild (util-linux-enable-ddate.patch,353 bytes, patch)
2011-08-31 13:15 UTC, Ole Henrik Jahren
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ole Henrik Jahren 2011-08-31 13:13:23 UTC
util-linux used to enable ddate by default. Since
4a8962f3a7cb970b28add7d770528edebbe03635 it has to be enabled when running
configure.

Reproducible: Always

Steps to Reproduce:
1. Install util-linux-2.20
2. type ddate in a shell
3.
Actual Results:  
ohj@siv ~> ddate
bash: ddate: command not found

Expected Results:  
ohj@siv ~> ddate
Today is Pungenday, the 24th day of Bureaucracy in the YOLD 3177
Comment 1 Ole Henrik Jahren 2011-08-31 13:15:01 UTC
Created attachment 285129 [details, diff]
Enables building of ddate in the ebuild
Comment 2 Gef 2011-08-31 20:29:33 UTC
URL: https://lkml.org/lkml/2011/8/29/133

Util-linux 2.20 Release Notes
=============================
 The ddate(1) command is not built by default (see --enable-ddate).

(snip)
Comment 3 SpanKY gentoo-dev 2011-09-07 04:05:45 UTC
Comment on attachment 285129 [details, diff]
Enables building of ddate in the ebuild

ddate is a pretty useless tool.  not going to enable by default.
Comment 5 Ulrich Müller gentoo-dev 2011-09-07 12:58:58 UTC
Reopening. The ebuild will still install a man page even with USE="-ddate":

$ qlist util-linux | grep ddate
/usr/share/man/ru/man1/ddate.1.bz2

[ebuild   R    ] sys-apps/util-linux-2.20  USE="cramfs crypt ncurses nls perl unicode -ddate -loop-aes -old-linux (-selinux) -slang -static-libs (-uclibc)" 0 kB
Comment 6 SpanKY gentoo-dev 2011-09-12 20:36:31 UTC
yes, and it has always done that.  it's already been fixed upstream, but i didnt think it worth the effort to revbump just for that.
Comment 7 SpanKY gentoo-dev 2011-09-14 05:02:22 UTC
should be all set now in the tree; thanks for the report!

Commit message: Drop ddate man page when USE=-ddate
http://sources.gentoo.org/sys-apps/util-linux/util-linux-2.20.ebuild?r1=1.2&r2=1.3