본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Building Firefox for Solaris 11.4, missing rust

  • 2 답장
  • 1 이 문제를 만남
  • 6 보기
  • 최종 답변자: Michele31416

more options

I'm following these directions: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Solaris_Prerequisites to (attempt to) build Firefox for Solaris 11.4 SPARC on a Sun T4-1. I got as far as the first set of downloads:

$ pfexec pkg install SUNWhea SUNWmercurial SUNWaudh SUNWxwinc SUNWxorg-headers SUNWgm4 SUNWgnome-common-devel SUNWcvs SUNWgmake sunstudio rust

and it complains:

pkg install: The following pattern(s) did not match any allowable packages. Try using a different matching pattern, or refreshing publisher information:

       rust
       sunstudio

I guess I can do without sunstudio since I have gcc 7.3 but where do I find rust (besides under my car)? I know *someone* has it because Oracle is advertising Firefox 68 in their latest update to Solaris 11.4.

I'm following these directions: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Solaris_Prerequisites to (attempt to) build Firefox for Solaris 11.4 SPARC on a Sun T4-1. I got as far as the first set of downloads: $ pfexec pkg install SUNWhea SUNWmercurial SUNWaudh SUNWxwinc SUNWxorg-headers SUNWgm4 SUNWgnome-common-devel SUNWcvs SUNWgmake sunstudio rust and it complains: pkg install: The following pattern(s) did not match any allowable packages. Try using a different matching pattern, or refreshing publisher information: rust sunstudio I guess I can do without sunstudio since I have gcc 7.3 but where do I find rust (besides under my car)? I know *someone* has it because Oracle is advertising Firefox 68 in their latest update to Solaris 11.4.

모든 댓글 (2)

more options
more options

Thanks but I've already searched the web high and low. It turns out sunstudio can be downloaded from Oracle directly, not through the pkg install command. But rust is only available for pkg install if you have an expensive Oracle support agreement. You *can* however find rust in the solaris userland git page link text . Unfortunately, cargo and firefox which both used to be there are now gone. So that's a dead end too.

I'd recommend that the build instructions above be modified to reflect this and possibly save others a lot of bother.

So right now I'm trying to figure out either how to cross compile Firefox for Solaris in Ubuntu (where I do have rust and cargo) or how to compile cargo natively in Solaris. I'm encountering nothing but dead ends.