Bug#568538: iceweasel 3.5.6-2 says "/usr/bin/firefox-bin: not found"

Jay Berkenbilt qjb at debian.org
Fri Feb 5 17:27:18 UTC 2010


Mike Hommey <mh at glandium.org> wrote:

> Can you run "sh -x iceweasel" and send the output here ?

I'll debug this and get back to you.  It's obvious what the script is
trying to do, and I'm not sure why I'm seeing this:

+ readlink -f /usr/bin/iceweasel not found
+ dirname /usr/bin/iceweasel not found

My /bin/sh is dash, but running

MOZ_DIST_BIN="$(dirname "$(readlink -f "${MOZ_APP_LAUNCHER}")")"

from a dash prompt results in the correct output.  Stand by....

-----------------
+ [  ]
+ which /usr/bin/iceweasel
+ MOZ_APP_LAUNCHER=/usr/bin/iceweasel not found
+ readlink -f /usr/bin/iceweasel not found
+ dirname /usr/bin/iceweasel not found
+ MOZ_DIST_BIN=/usr/bin
+ MOZ_PROGRAM=/usr/bin/firefox-bin
+ MOZ_APP_LAUNCHER=/usr/bin/iceweasel
+ export MOZ_APP_LAUNCHER
+ [  ]
+ [ -f /etc/iceweasel/iceweaselrc ]
+ . /etc/iceweasel/iceweaselrc
+ ICEWEASEL_DSP=none
+ [ -f /home/ejb/.mozilla/firefox/rc ]
+ [ -f /home/ejb/.mozilla-firefoxrc ]
+ [  ]
+ [ -z none ]
+ [ none = auto ]
+ [ none = none ]
+ ICEWEASEL_DSP=
+ VERBOSE=
+ DEBUG=0
+ DEBUGGER=
+ first=1
+ prev=
+ [ 0 -ne 0 ]
+ OPTIONS=
+ echo_vars ICEWEASEL_DSP OPTIONS DEBUG DEBUGGER
+ [  ]
+ [ 0 -eq 1 ]
+ type 
+ exec_verbose /usr/bin/firefox-bin
+ verbose Running: /usr/bin/firefox-bin
+ [  ]
+ exec /usr/bin/firefox-bin
exec: 1: /usr/bin/firefox-bin: not found
-----------------





More information about the pkg-mozilla-maintainers mailing list