Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 248847 - net-www/netscape-flash-10.0.12.36-r1.ebuild does not install libflashplayer.so
Summary: net-www/netscape-flash-10.0.12.36-r1.ebuild does not install libflashplayer.so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-26 06:07 UTC by Joseph Mulloy
Modified: 2008-11-26 20:02 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Mulloy 2008-11-26 06:07:04 UTC
Bug 247311 was filed against the AMD64 alpha ebuild. rpm was removed from the inherit line while it still remains in the amd64 ebuild it was supposed to be removed from.

I added rpm back to the inherit line in the ebuild and it installed just fine.

Thanks, hope this can get fixed soon.

Result of emerging with current ebuild.

>>> Emerging (1 of 1) net-www/netscape-flash-10.0.12.36-r1
 * flash-plugin-10.0.12.36-release.i386.rpm RMD160 SHA1 SHA256 size ;-) ...                                                          [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                 [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                [ ok ]
 * checking miscfile checksums ;-) ...                                                                                               [ ok ]
>>> Unpacking source...                                                                                                                    
>>> Unpacking flash-plugin-10.0.12.36-release.i386.rpm to /var/tmp/portage/net-www/netscape-flash-10.0.12.36-r1/work                       
unpack flash-plugin-10.0.12.36-release.i386.rpm: file format not recognized. Ignoring.                                                     
>>> Source unpacked.                                                                                                                       
>>> Compiling source in /var/tmp/portage/net-www/netscape-flash-10.0.12.36-r1/work ...                                                     
>>> Source compiled.                                                                                                                       
>>> Test phase [not enabled]: net-www/netscape-flash-10.0.12.36-r1                                                                         

>>> Install netscape-flash-10.0.12.36-r1 into /var/tmp/portage/net-www/netscape-flash-10.0.12.36-r1/image/ category net-www
/var/tmp/portage/net-www/netscape-flash-10.0.12.36-r1/temp/environment: line 2097: pushd: /var/tmp/portage/net-www/netscape-flash-10.0.12.36-r1/work/usr/lib/flash-plugin: No such file or directory                                                                                    
install: cannot stat `libflashplayer.so': No such file or directory                                                                         
!!! doexe: libflashplayer.so does not exist                                                                                                 
/var/tmp/portage/net-www/netscape-flash-10.0.12.36-r1/temp/environment: line 2101: popd: directory stack empty                              
/var/tmp/portage/net-www/netscape-flash-10.0.12.36-r1/temp/environment: line 2102: pushd: /var/tmp/portage/net-www/netscape-flash-10.0.12.36-r1/work/usr/share/doc/flash-plugin-10.0.12.36/: No such file or directory                                                                  
!!! dodoc: readme.txt does not exist                                                                                                        
/var/tmp/portage/net-www/netscape-flash-10.0.12.36-r1/temp/environment: line 2104: popd: directory stack empty                              
>>> Completed installing netscape-flash-10.0.12.36-r1 into /var/tmp/portage/net-www/netscape-flash-10.0.12.36-r1/image/                     

 * QA Notice: file does not exist:
 *                                
 *      doexe: libflashplayer.so does not exist
 *      dodoc: readme.txt does not exist       

>>> Installing net-www/netscape-flash-10.0.12.36-r1



Reproducible: Always

Steps to Reproduce:
1. Try to emerge netscape-flash-10.0.12.36-r1
2. Emerge runs with warnings but rpm does not get unpacked and libflashplayer.so does not end up in /opt/netscape/plugins/
3. Flash plugin file does not exist killing all rick rolls.
Comment 1 Jim Ramsay (lack) (RETIRED) gentoo-dev 2008-11-26 12:54:40 UTC
Indeed.  This was due to my accidental removal of the 'inherit rpm' line as a result of bug #247311 - I removed it from the wrong ebuild.

This is now fixed - Sync your tree again and all will be well.
Comment 2 Joseph Mulloy 2008-11-26 20:02:07 UTC
Thanks for getting this fixed so quickly.