gentoo 에서 파이어폭스 설치 질문입니다.

smilesh의 이미지

fluxbox를 설치하고 우선 mozilla-firefox-1.5-r9.ebuild를 emerge 하고

xterm에서 firefox로 실행시켰는데
No running windows found 라는 말이 나오면서

Quote:

Deer Park could not install this item because "install.rdf"(provided by the item) is not well-formed or does not exit. Please contact the author about this problem.

이라고 나오는데.. 왜그런거죠??

그리고.. DeerPark라면.. 1.5는 아직 정식으로 안나온건가요??

lacovnk의 이미지

firefox-bin을 설치하면 deer park라고 안나옵니다.

잘 기억은 나지 않지만 비슷한 메시지 한번 뜨고 이후에는 안떴던 것 같네요.

Deer park라고 한 이유는 ebuild인가, 아니면 emerge 후에 화면에 나오던 걸로 기억합니다;;

jachin의 이미지

emerge -s firefox 라고 해보시면 아시겠지만,

지금 현재 firefox 1.5 도 등록되어 있습니다.

emerge --update mozilla-firefox 를 실행해주세요. :)

배추의 이미지

smilesh wrote:

.. 왜그런거죠??

리눅스상에서 Firefox-1.5* 소스 컴파일시에 주는 옵션에 따라서 firefox도 되고 Deer Park도 되는 것으로 알고 있습니다.

제아이디와비번은 배추, 12ws 입니다.

nulluser의 이미지

mozilla-firefox을 설치했을 때와 mozilla-firefox-bin을 설치했을 때 Deer Park와 Firefox로 이름이 다른 이유는 모질라가 그걸 원하기 때문입니다.

  --enable-official-branding Enable Official mozilla.org Branding
                          Do not distribute builds with
                          --enable-official-branding unless you have
                          permission to use trademarks per
                          http://www.mozilla.org/foundation/trademarks/ .
Firefox라는 이름으로 사용하고 싶다면,mozconfig_annotate '' --enable-official-branding를 ebuild의 적당한 곳에 넣고 새로 설치하세요.
Deer Park could not install this item because "install.rdf"(provided by the item) is not well-formed or does not exit. Please contact the author about this problem.이 메시지가 firefox를 실행할 때마다 뜬다면, LINGUAS="ko" 때문입니다.
정확히는 모르겠지만, 한글언어팩인 ko.xpi에 버그가 있다고 들었습니다. LINGUAS에서 ko를 빼거나 ebuild에서 ko를 빼고 설치하면 아무 문제 없습니다.
golden의 이미지

emerge --rsync 하시고
/etc/make.conf 에 ACCEPT_KEYWORDS="~x86" 줄을 추가하고
emerge mozilla-firefox-bin 하십시오.

smilesh의 이미지

jachin wrote:
emerge -s firefox 라고 해보시면 아시겠지만,

지금 현재 firefox 1.5 도 등록되어 있습니다.

emerge --update mozilla-firefox 를 실행해주세요. :)

emerge -s firefox 하면 1.0.7-r4 와 1.0.7(-bin) 두개가 있네요..

www-client 디렉토리 안에는 1.5.0.1과 1.5-r9, r11 이 .ebuild로 있긴 한데요..

왜 serarch로 안나오는거죠??

어렵다 리눅스.. -_-....

smilesh의 이미지

golden wrote:
emerge --rsync 하시고
/etc/make.conf 에 ACCEPT_KEYWORDS="~x86" 줄을 추가하고
emerge mozilla-firefox-bin 하십시오.

~86이라는건.. 안정버젼이 아니지 않나요??

~86 추가하고 emerge -e system && emrge -e world

했다고.. init 초기화할때 나오는 에러메시지들 보고.. 기겁을 했습니다..
결국.. 재설치.. -_-...

어렵다 리눅스.. -_-....