firefox package dependencies lacking
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Nexenta Operating System |
New
|
Undecided
|
Unassigned |
Bug Description
Trying to install firefox package (aptitude install firefox) results in following errors in postinst script:
/usr/sbin/
E: Registration process existed with status: 137
E: /usr/lib/
mv: cannot stat '/usr/lib/
In fact the script was trying to run /usr/lib/
libgtk-
libgdk-
libatk-1.0.so.0
libgdk_
libpangocairo
libpango-1.0.so.0
libcairo.so.2
libpangoft2-
Seems the package does not define its dependencies well.
I don't have GNOME installed (just base x-window-
I propose adding the following packages to depends:
libcairo2 libpango1.0-0 libpango1.0-common libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libatk1.0-0 libatk1.0-data libgdk-pixbuf2 libglib1.2 libgtk1.2 libgtk1.2-common hicolor-icon-theme libtiff4
Upon firefox startup program says it's missing file '/usr/share/
Consider adding
gtk2-
to package recommends section.
Note: the original reporter indicated the bug was in package 'firefox'; however, that package was not published in Nexenta Operating System.
Using b104 i just had one bug, firefox could not found libjemalloc.so i made a link from xulrunner dir that is where the lib was to /usr/lib and firefox3 run smooth.