First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 175955
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Alon Bar-Lev (RETIRED) <alonbl@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alexander Skwar <askwar@digitalprojects.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 175955 depends on: Show dependency tree
Bug 175955 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-04-25 12:09 0000
In pkg_postinst, there's:

    einfo "Please see /usr/share/doc/${PF}/README.gz for further"
    einfo "instructions."

The file doesn't exist - the README file is compressed with bzip2:

askwar@winnb000488 ~ $ ls -la /usr/share/doc/suspend2-userui-0.6.4-r2/README.*
-rw-r--r-- 1 root root 1555 25. Apr 14:05
/usr/share/doc/suspend2-userui-0.6.4-r2/README.bz2

Because of this, the einfo should be:

    einfo "Please see /usr/share/doc/${PF}/README.bz2 for further"

------- Comment #1 From Bo Ørsted Andresen (RETIRED) 2007-04-25 13:15:36 0000 -------
(In reply to comment #0)
> In pkg_postinst, there's:
> 
>     einfo "Please see /usr/share/doc/${PF}/README.gz for further"
>     einfo "instructions."
> 
> The file doesn't exist - the README file is compressed with bzip2:
> 
> askwar@winnb000488 ~ $ ls -la /usr/share/doc/suspend2-userui-0.6.4-r2/README.*
> -rw-r--r-- 1 root root 1555 25. Apr 14:05
> /usr/share/doc/suspend2-userui-0.6.4-r2/README.bz2
> 
> Because of this, the einfo should be:
> 
>     einfo "Please see /usr/share/doc/${PF}/README.bz2 for further"
> 

bzip2 is the current default when PORTAGE_COMPRESS isn't set. It is, however,
configurable so you cannot rely on it being .bz2. In fact you cannot rely on it
being compressed at all. Also the einfo's should be converted to elog's.

------- Comment #2 From Alon Bar-Lev (RETIRED) 2007-04-26 05:42:19 0000 -------
Thanks!
OK. Modified to README.*
I don't think elog should be used since you should always read the manual...
Maybe I remove the comment next version.

First Last Prev Next    No search results available      Search page      Enter new bug