Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22471 - a feature to display einfo messages after emerge.
Summary: a feature to display einfo messages after emerge.
Status: RESOLVED DUPLICATE of bug 11359
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-08 20:52 UTC by Masatomo Nakano (RETIRED)
Modified: 2011-10-30 22:20 UTC (History)
2 users (show)

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


Attachments
patch for emerge (emerge.patch,2.58 KB, patch)
2003-06-08 20:54 UTC, Masatomo Nakano (RETIRED)
Details | Diff
patch for function.sh (function.sh.patch,973 bytes, patch)
2003-06-08 20:55 UTC, Masatomo Nakano (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Masatomo Nakano (RETIRED) gentoo-dev 2003-06-08 20:52:38 UTC
I've made pathces to display einfo(ewarn,eerror) messages after emerge.

example
# emerge -v apache postgresql
(snip)
  * GNU info directory index is up-to-date.
 * IMPORTANT: 3 config files in /etc need updating.
 * Type emerge --help config to learn how to update config files.

>>> These messages were found during the emerge action.
>>> dev-db/postgresql-7.3.3
* Execute the following command
* ebuild /var/db/pkg/dev-db/postgresql-7.3.2/postgresql-7.3.2.ebuild config
* to setup the initial database environment.
* 
* Make sure the postgres user in /etc/passwd has an account setup with /bin\
/bash as the shell, or /bin/true
>>> net-www/apache-1.3.27-r3
* Using /home/httpd as apache's default data directory.
* Using /etc/apache/apache-builtin-mods for builtins.
Comment 1 Masatomo Nakano (RETIRED) gentoo-dev 2003-06-08 20:54:57 UTC
Created attachment 12967 [details, diff]
patch for emerge
Comment 2 Masatomo Nakano (RETIRED) gentoo-dev 2003-06-08 20:55:37 UTC
Created attachment 12968 [details, diff]
patch for function.sh
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-06-09 07:53:33 UTC

*** This bug has been marked as a duplicate of 11359 ***