View previous topic :: View next topic |
Author |
Message |
vivanno n00b
Joined: 11 Dec 2004 Posts: 6 Location: Paris
|
Posted: Mon Dec 13, 2004 10:40 pm Post subject: All packages are masked ? it's strange! No? |
|
|
Hi, normally i use Fink but often the librairies version are too old.
I'm trying Gentoo portage for OSX and all packages i want are masked !
Why a lot of packages are masked ? I don't understand if a package isn't available why i can see it ? Do you know, how to install a masked package ?
I try to install dev-db/mysql-super-smack, dev-db/mysql-query-browser or dev-db/mysqlcc
Nota : Sorry for my english. |
|
Back to top |
|
|
codergeek42 Bodhisattva
Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Mon Dec 13, 2004 10:55 pm Post subject: |
|
|
What is masked? Please post the output of `emerge --info`. _________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF |
|
Back to top |
|
|
vivanno n00b
Joined: 11 Dec 2004 Posts: 6 Location: Paris
|
Posted: Mon Dec 13, 2004 11:09 pm Post subject: |
|
|
codergeek42 wrote: | What is masked? Please post the output of `emerge --info`. |
The result :
Code: | !!! Relying on the shell to locate gcc, this may break
!!! DISTCC, installing gcc-config and setting your current gcc
!!! profile will fix this
Portage 2.0.51-r3 (default-darwin/macos/10.3, gcc-3.3, libsystem-7.1-r0, 7.6.0 Power Macintosh)
=================================================================
System uname: 7.6.0 Power Macintosh powerpc
macos-20041118
distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632) [disabled]
Autoconf:
Automake:
Binutils:
Headers: sys-libs/libsystem-7.1
Libtools:
ACCEPT_KEYWORDS="ppc-macos"
AUTOCLEAN="yes"
CFLAGS="-O3 -pipe"
CHOST="powerpc-apple-darwin"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache collision-protect distlocks"
GENTOO_MIRRORS="http://gentoo.osuosl.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="ppc-macos"
|
Exemple :
#emerge --search mysqlcc
Code: | Searching...
[ Results for search key : mysqlcc ]
[ Applications found : 1 ]
* dev-db/mysqlcc [ Masked ]
Latest version available: 0.9.4-r1
Latest version installed: [ Not Installed ]
Size of downloaded files: 729 kB
Homepage: http://www.mysql.com/
Description: a MySQL GUI Client
License: GPL-2
|
#emerge mysqlcc
Code: | Calculating dependencies
!!! All ebuilds that could satisfy "mysqlcc" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-db/mysqlcc-0.9.4-r1 (masked by: package.mask, ~ppc keyword)
# <carlo@gentoo.org> (23 Aug 2004)
# upstream development suspended
# package can be removed in a few months
For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.
|
|
|
Back to top |
|
|
MrStubby n00b
Joined: 29 Oct 2004 Posts: 3
|
Posted: Mon Dec 27, 2004 4:52 am Post subject: same error |
|
|
Code: | !!! Relying on the shell to locate gcc, this may break
!!! DISTCC, installing gcc-config and setting your current gcc
!!! profile will fix this
Portage 2.0.51-r3 (default-darwin/macos/10.3, gcc-3.3, libsystem-7.1-r0, 7.7.0 Power Macintosh)
=================================================================
System uname: 7.7.0 Power Macintosh powerpc
macos-20041118
distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632) [disabled]
Autoconf:
Automake:
Binutils:
Headers: sys-libs/libsystem-7.1
Libtools:
ACCEPT_KEYWORDS="ppc-macos"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe"
CHOST="powerpc-apple-darwin"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache collision-protect distlocks"
GENTOO_MIRRORS="http://gentoo.osuosl.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="ppc-macos"
|
To simplify I will just emerge instead of search
Code: |
emerge snmp
Calculating dependencies
!!! All ebuilds that could satisfy "snmp" have been masked.
!!! One of the following masked packages is required to complete your request:
- net-analyzer/net-snmp-5.1.1-r1 (masked by: missing keyword)
- net-analyzer/net-snmp-5.1.1 (masked by: missing keyword)
- net-analyzer/net-snmp-5.1.2 (masked by: ~ppc keyword)
- net-analyzer/net-snmp-5.2 (masked by: ~ppc keyword)
For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook. |
|
|
Back to top |
|
|
vivanno n00b
Joined: 11 Dec 2004 Posts: 6 Location: Paris
|
Posted: Mon Dec 27, 2004 8:48 am Post subject: |
|
|
nobody has the same problem ? We're just two to have this problem ? Strange ! |
|
Back to top |
|
|
JoseJX Retired Dev
Joined: 28 Apr 2002 Posts: 2774
|
Posted: Mon Dec 27, 2004 12:08 pm Post subject: |
|
|
The packages are "available" because we use the same tree for every OS portage runs on. A package will be marked as masked on OSX if that package has not been tested and verified working correctly. If you feel that a package should be marked ppc-macos (so it can be emerged on OSX) then feel free to make a bug for it.
Instructions for unmasking a package for testing are available on the wiki. Feel free to ask if you have any questions. |
|
Back to top |
|
|
|