Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 515192 - mozextension.eclass: fail to detect extention ID
Summary: mozextension.eclass: fail to detect extention ID
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-26 03:45 UTC by Anton Bolshakov
Modified: 2017-08-26 17:56 UTC (History)
0 users

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


Attachments
install.rdf (install.rdf,745 bytes, application/rdf+xml)
2014-06-26 03:45 UTC, Anton Bolshakov
Details

Note You need to log in before you can comment on or make changes to this bug.
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