First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 98916
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mobile Herd <mobile@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Kevin Parent <kparent@enersea.net>
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 98916 depends on: Show dependency tree
Show dependency graph
Bug 98916 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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







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


Description:   Opened: 2005-07-13 12:33 0000
Post-installation text displays the ebuild variable "${PF}" instead of the
correct version number.

Reproducible: Always
Steps to Reproduce:
1. emerge rt2500
2.
3.

Actual Results:  
Installs correctly, but the post-install text shows "${PF}" instead of version
number as illustrated below.

 * Updating module dependencies for 2.6.12-ck3 ...                        [ ok ]
* Updating modules.conf ...                                              [ ok ]
* Adding module to moduledb.
 * If you would like to load this module automatically upon boot
 * please type the following as root:
 *     # echo "rt2500" >> /etc/modules.autoload.d/kernel-2.6
 *
 * to set up the card you can use:
 * - iwconfig from wireless-tools
 * - iwpriv, like described in "/usr/share/doc/${PF}/iwpriv_usage.txt"
 * - /etc/Wireless/RT2500STA/RT2500STA.dat, like described in
"/usr/share/doc/${PF}/README"
 * - RT2500 provided qt API: RaConfig2500


Expected Results:  
Display the "package-version".  Could probably use a line break to make it look
neater and more readable.

 * Updating module dependencies for 2.6.12-ck3 ...                        [ ok ]
* Updating modules.conf ...                                              [ ok ]
* Adding module to moduledb.
 * If you would like to load this module automatically upon boot
 * please type the following as root:
 *     # echo "rt2500" >> /etc/modules.autoload.d/kernel-2.6
 *
 * to set up the card you can use:
 * - iwconfig from wireless-tools
 *
 * - iwpriv, like described in
 *       "/usr/share/doc/rt2500-1.1.0_beta2-r2/iwpriv_usage.txt"
 *
 * - /etc/Wireless/RT2500STA/RT2500STA.dat, like described
 *       "/usr/share/doc/rt2500-1.1.0_beta2-r2/README"
 *
 * - RT2500 provided qt API: RaConfig2500

------- Comment #1 From Henrik Brix Andersen 2005-07-13 12:51:42 0000 -------
The arguments to einfo needs to be in "", not '', to have variables expanded.

------- Comment #2 From Stefan Schweizer 2005-07-13 13:40:08 0000 -------
thanks, fixed 

------- Comment #3 From MAL 2005-10-09 06:57:38 0000 -------
Also:

"/usr/share/doc/${PF}/iwpriv_usage.txt"

should be:

"/usr/share/doc/${PF}/iwpriv_usage.txt.gz"

(you missed the .gz extension).

I copy and paste those paths, and the file wasn't found.

------- Comment #4 From Stefan Schweizer 2005-10-09 09:55:26 0000 -------
Thank you, I fixed that too, but please open a new bug next time you find a
problem. No good habit to continue closed bugs ..

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