Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 515192

Summary: mozextension.eclass: fail to detect extention ID
Product: Gentoo Linux Reporter: Anton Bolshakov <anton.bugs>
Component: EclassesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: 10.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: install.rdf

Description Anton Bolshakov 2014-06-26 03:45:05 UTC
Created attachment 379696 [details]
install.rdf

Hi, 

the current xpi_install() function is unable to detect ID.

The following sed is returns nothing:
        emid="$(sed -n -e '/install-manifest/,$ { /em:id/!d; s/.*[\">]\([^\"<>]*\)[\"<].*/\1/; p; q }' "${x}"/install.rdf)" \
                || die "failed to determine extension id"

ps. It also unable to detect that failure and the "die" function is not getting triggered.
Comment 1 Jory A. Pratt gentoo-dev 2017-08-26 17:56:01 UTC
If you feel I have closed your bug and it is still a current issue, please reopen and update it completely. We will not work bugs that have no ebuild in tree any longer or can not be reproduced with a current system.

Thank You for your support and understanding
The Mozilla Team