Устаревшие пакеты Firefox & Thudrebird
Hi All!
сделал:
emerge --sync
он обновился.
далее:
emerge --search firefox
Searching...
[ Results for search key : firefox ]
[ Applications found : 2 ]
* www-client/mozilla-firefox
Latest version available: 1.0.7-r4
Latest version installed: 1.0.7-r4
Size of downloaded files: 32,443 kB
Homepage: http://www.mozilla.org/projects/firefox/
Description: Firefox Web Browser
License: MPL-1.1 NPL-1.1
* www-client/mozilla-firefox-bin
Latest version available: 1.0.7
Latest version installed: [ Not Installed ]
Size of downloaded files: 8,033 kB
Homepage: http://www.mozilla.org/projects/firefox
Description: Firefox Web Browser
License: MPL-1.1 NPL-1.1
почему версия 1.0.7, ведь уже давно вышли 1,5?
тоже самое и с thuderbird.
мой make.conf:
cat /etc/make.conf
# These settings were set by the catalyst build script that automatically built this stage # Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=pentium3 -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="ftp://gentoo.mirrored.ca/
http://mirror.datapipe.net/gentoo ftp://mirror.datapipe.net/gentoo http://gentoo.cites.uiuc.edu/pub/gentoo/
ftp://ftp.las.ic.unicamp.br/pub/gentoo/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
http://ftp.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://ftp.gentoo.mesh-solutions.com/gentoo/
ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.gentoo.org/gentoo-distfiles/ "
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="-unicode -qt -kde -dvd -alsa"
Сделаю шаг назад: в линуксе я начинающий.
- Для комментирования войдите или зарегистрируйтесь

Они
Они замаскированны.
man emerge:
MASKED PACKAGES NOTE: Please use caution when using development packages. Problems and bugs resulting from misusing masked packages drains Gentoo developer time. Please be sure you are capable of handling any problems that may ensue. Masks in portage provide three primary functions: they allow a testing period where the packages can be used in live machines; they prevent the use of a package when it will fail; and they mask existing packages that are broken or could pose a security risk. Masking can be done by two methods: package.mask and KEYWORDS. Read below to find out how to unmask in either case. Also note that if you give emerge an ebuild, then all forms of masking will be ignored and emerge will attempt to emerge the package. package.mask The package.mask file primarily blocks the use of packages that cause problems or are known to have issues on different sys- tems. It resides in /usr/portage/profiles. KEYWORDS The KEYWORDS variable in an ebuild file is also used for masking a package still in testing. There are architecture-specific keywords for each package that let portage know which systems are compatible with the package. Packages which compile on an architecture, but have not been proven to be "stable", are masked with a tilde (~) in front of the architecture name. emerge examines the ACCEPT_KEYWORDS environment variable to allow or disallow the emerging of a package masked by KEYWORDS. To inform emerge that it should build these 'testing' versions of packages, you should update your /etc/portage/package.keywords file to list the packages you want the 'testing' version. See portage(5) for more information.# ACCEPT_KEYWORDS="~x86"
# ACCEPT_KEYWORDS="~x86" emerge -pv mozilla-firefox
# USE="траляля" ACCEPT_KEYWORDS="~x86" emerge mozilla-firefox
ACCEPT_KEYWORDS="~x86"
ACCEPT_KEYWORDS="~x86" emerge blah_blah нельзя делать...нужно в make.conf прописать и всю систему в нестабильную перебрать...а частями нестабильные пакеты собирать низзя.
_________________
Надоели компы...
Это почему,
Это почему, интересно?
Кто сказал?
В Gentoo можно все.
если какой-то нестабильный пакет по зависимостям не может быть установлен, emerge так и сообщит.
Не совсем так.
Не совсем так. ACCEPT_KEYWORDS="~x86" emerge blah_blah лучше действительно не делать, а использовать /etc/portage/package.*
Re: ACCEPT_KEYWORDS="~x86"
это с каких делов то?
можно пользоваться как правильно отметил товарищ LXj /etc/portage/package.*
Всем Большое Спасибо!
Всем Большое Спасибо!
Разобрался.