Page 1 of 1

mozilla-firefox 38.6.1 depends of harfbuzz

Posted: 15. Feb 2016, 11:28
by clauslack
Salix 14 32 bits
mozilla-firefox-38.6.1esr-i686-1gv now depends of harfbuzz, but harfbuzz is not in repository, is in slack build.

When install
slapt-src -i harfbuzz

Show error
collect2: error: ld returned 1 exit status
make[3]: *** [test-unicode] Error 1
make[3]: se sale del directorio `/usr/src/slapt-src/libraries/harfbuzz/harfbuzz-0.9.19/test/api'
make[2]: *** [all-recursive] Error 1
make[2]: se sale del directorio `/usr/src/slapt-src/libraries/harfbuzz/harfbuzz-0.9.19/test'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/usr/src/slapt-src/libraries/harfbuzz/harfbuzz-0.9.19'
make: *** [all] Error 2
fakeroot -- sh harfbuzz.SlackBuild Error

so, I can't install firefox. :?

Regards

Re: mozilla-firefox 38.6.1 depends of harfbuzz

Posted: 15. Feb 2016, 11:34
by gapan
Oops. Fixed now. It's only a dependency listing problem, the package itself is OK. You can either wait for the mirror you're using to sync, or run slapt-get with --ignore-dep now:

Code: Select all

slapt-get --ignore-dep -i mozilla-firefox
Thanks for the report!

Re: mozilla-firefox 38.6.1 depends of harfbuzz

Posted: 15. Feb 2016, 11:47
by clauslack
Thanks !!! :)