Epiphany-browser doesn't apt-build

Bug #5999 reported by David Nielsen
6
Affects Status Importance Assigned to Milestone
firefox (Ubuntu)
Fix Released
Medium
Ian Jackson

Bug Description

I am experiencing a bug that causes epiphany to crash on certain pages[1] [2], I wanted to get a backtrace of the crash but however epiphany-browser doesn't apt-build properly (log of the failure attached).

This is Epiphany-browser 1.9.3.1-0ubuntu1 on Dapper.

[1] http://webmail.lovesunix.net
[2] http://wiki.kde.org/tiki-index.php?page=Performance%20Tips

Revision history for this message
David Nielsen (davidnielsen-deactivatedaccount) wrote : compile failure log

This is the out put of:
DEB_BUILD_OPTIONS="nostrip noopt" sudo apt-get source -b epiphany-browser

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks for your bug. That's a known issue due to firefox changes, we are working on it

Changed in epiphany-browser:
assignee: nobody → ijackson
Revision history for this message
Sebastien Bacher (seb128) wrote :

This upload fixes the issue:

 firefox (1.4.99+1.5rc3.dfsg-1ubuntu9) dapper; urgency=low
 .
   * debian/rules:
     - use the correct arguments to call dh_install, install firefox-nspr.pc

corresponding change:

--- firefox-1.4.99+1.5rc3.dfsg/debian/rules
+++ firefox-1.4.99+1.5rc3.dfsg/debian/rules
@@ -206,9 +206,10 @@
        dh_installdirs -plibnss-dev usr/include/mozilla/nss
        cp dist/public/nss/* debian/libnss-dev/usr/include/mozilla/nss

- dh_install -pfirefox '-X*inspector*' '-X*gnome*' '-X*imgicon*'
+ dh_install -pfirefox '-Xinspector' '-Xgnome' '-Ximgicon'
        dh_install -pfirefox-dom-inspector
- dh_install -pfirefox-dev '-X*nspr*'
+ dh_install -pfirefox-dev '-Xnspr'
+ cp debian/tmp/usr/lib/pkgconfig/firefox-nspr.pc debian/firefox-dev/usr/lib/pkgconfig/firefox-nspr.pc
        dh_install -pfirefox-gnome-support

        set -e; for f in nspr4 nss3; do

Changed in firefox:
status: New → Fixed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.