Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] smaskerare mysql (ovvero esiste anche -x86)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
leon_73
Guru
Guru


Joined: 13 Mar 2003
Posts: 505
Location: Milano

PostPosted: Tue Mar 21, 2006 1:20 pm    Post subject: [RISOLTO] smaskerare mysql (ovvero esiste anche -x86) Reply with quote

Ciao a tutti...
sto cercando di installare dev-db/mysql-5.1.7_beta senza avere pero' successo... :-(

attualmente mysql 5.1 e' ancora maskerato, ma pensavo che inserendo le seguenti stringhe avrei potuto intallarlo.

Code:
grep mysql /etc/portage/*
/etc/portage/package.keywords:<=dev-db/mysql-5.1.7_beta ~x86
/etc/portage/package.unmask:<=dev-db/mysql-5.2


provando pero' a vedere cosa mi installerebbe la box
Code:
emerge dev-db/mysql -pvt

These are the packages that I would merge, in reverse order:

Calculating dependencies ...done!
[ebuild  N    ] dev-db/mysql-5.0.19  +berkdb -big-tables -cluster -debug -embedded -extraengine -max-idx-128 -minimal +perl (-selinux) -srvdir +ssl -static 19,002 kB

Total size of downloads: 19,002 kB



Qualcuno ha qualche idea da darmi...

Leo

Edit in effetti cosi' il titolo e' piu' corretto :-)

PS per vostra info allego anche in fondo alcune ulteriori info sul mio sistema
Code:
emerge --info
\Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r2, 2.6.14.2 i686)
=================================================================
System uname: 2.6.14.2 i686 VIA Nehemiah
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=i686 -msse -mmmx -mfpmath=sse -Os -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
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/terminfo /etc/env.d"
CXXFLAGS=""
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/ http://gentoo.ngi.it"
LC_ALL="it_IT.UTF-8"
LINGUAS="en it"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 abook acl acpi activefilter afs amd apache2 authdaemond automount bash-completion berkdb bzip2 chroot cli crypt cups curl dba dhcp dlz dri dvb dvd eds emboss encode expat extensions fam fbcon flash foomaticdb fortran gd gdbm gif gmp gnutls gpm gstreamer idn imap imlib ipv6 java javascript jce jpeg kerberos kqemu ldap libclamav libg++ libwww logrotate mad mhash mikmod ming motif mp3 mpeg ncurses nls nptl oav offensive ogg oggvorbis opengl oss pam pcre pdflib perl php png profile python quicktime quotas radius readline samba sasl server sftplogging slp spell ssl tcpd threads tiff tools truetype truetype-fonts type1-fonts udev unicode utf8 virus-scan vorbis winbind xinetd xml xml2 xmms xv zip zlib linguas_en linguas_it userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LDFLAGS, PORTDIR_OVERLAY


Last edited by leon_73 on Tue Mar 21, 2006 4:18 pm; edited 1 time in total
Back to top
View user's profile Send private message
makoomba
Bodhisattva
Bodhisattva


Joined: 03 Jun 2004
Posts: 1856

PostPosted: Tue Mar 21, 2006 3:37 pm    Post subject: Reply with quote

Code:
mail log # emerge -pv =mysql-5.1.7_beta
....
- dev-db/mysql-5.1.7_beta (masked by: package.mask, package.mask, -x86 keyword)
....

il package utilizza la keyword "-x86", sostituiscila a "~x86" in /etc/portage/package.keywords
_________________
When all else fails, read the instructions.
Back to top
View user's profile Send private message
leon_73
Guru
Guru


Joined: 13 Mar 2003
Posts: 505
Location: Milano

PostPosted: Tue Mar 21, 2006 3:46 pm    Post subject: Reply with quote

makoomba wrote:
Code:
mail log # emerge -pv =mysql-5.1.7_beta
....
- dev-db/mysql-5.1.7_beta (masked by: package.mask, package.mask, -x86 keyword)
....

il package utilizza la keyword "-x86", sostituiscila a "~x86" in /etc/portage/package.keywords


azzz risoluzione troppo piccola sul video...non avevo notato la differenza...
ma scusa da quando esiste la -86 ? che cosa vuol dire?
Back to top
View user's profile Send private message
makoomba
Bodhisattva
Bodhisattva


Joined: 03 Jun 2004
Posts: 1856

PostPosted: Tue Mar 21, 2006 4:09 pm    Post subject: Reply with quote

in effetti è presente solo in 20 ebuilds... suppongo che se ~x86 = instabile, -x86 = nitroglicerina pura
_________________
When all else fails, read the instructions.
Back to top
View user's profile Send private message
leon_73
Guru
Guru


Joined: 13 Mar 2003
Posts: 505
Location: Milano

PostPosted: Tue Mar 21, 2006 4:17 pm    Post subject: Reply with quote

si ... in effetti modificando la tilde con il meno sembra funzionare... :-/

Bho... comunque grazie :-)

Leo
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Tue Mar 21, 2006 4:17 pm    Post subject: Reply with quote

evidentemente i sviluppatori ritengono le il software su x86 può provocare gravi malfunzionamenti o può non funzionare completamente.

P.S: leon, perchè scrivi in stile sms? negli sms può andare bene perchè devi risparmiare caratteri ma qua nel forum puoi scrivere tutti i caratteri che ti pare. Quindi aggiusta tutte le tue "k" & co. Grazie. :wink:
_________________
Running Fast!
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Tue Mar 21, 2006 4:23 pm    Post subject: Reply with quote

makoomba wrote:
in effetti è presente solo in 20 ebuilds... suppongo che se ~x86 = instabile, -x86 = nitroglicerina pura


Forse... se consideri gli hard masked come uranio impoverito :mrgreen:

Non ho spiegazioni, ma noto che i pacchetti -x86 pur essendo "masked by keywords" non verrebbero "banalmente" installati in un sistema con ACCEPT_KEYWORDS="~x86"... presumo sia un ulteriore livello di mask prima degli hard masked
_________________
Ciao da me!
Back to top
View user's profile Send private message
makoomba
Bodhisattva
Bodhisattva


Joined: 03 Jun 2004
Posts: 1856

PostPosted: Tue Mar 21, 2006 4:31 pm    Post subject: Reply with quote

randomaze wrote:
Forse... se consideri gli hard masked come uranio impoverito :mrgreen:

azz, vero, non li avevo considerati nella scala :wink:

edit.
quel pacchetto è contemporaneamente -x86 e hard masked....
_________________
When all else fails, read the instructions.
Back to top
View user's profile Send private message
bender86
Guru
Guru


Joined: 18 Mar 2005
Posts: 484

PostPosted: Tue Mar 21, 2006 6:26 pm    Post subject: Reply with quote

randomaze wrote:
Non ho spiegazioni, ma noto che i pacchetti -x86 pur essendo "masked by keywords" non verrebbero "banalmente" installati in un sistema con ACCEPT_KEYWORDS="~x86"... presumo sia un ulteriore livello di mask prima degli hard masked

Dovrebbe semplicemente essere "non disponibile". Basta guardare qualche pacchetto che funziona solo su architetture particolari, come silo, grub, nasm: le architetture non supportate hanno come keyword '-'.
Un altro esempio sono le librerie qt, che quando è uscita la versione 4 sono rimaste per un po' in portage, ma senza nessun'architettura supportata. Chi voleva poteva comunque forzare l'installazione usando la keyword '-', ma ovviamente lo faceva a suo rischio e pericolo.
Quindi, in genere, quando un pacchetto ha come keyword '-', non serve nemmeno provare ad emergerlo, tanto non si compilerà.
Back to top
View user's profile Send private message
leon_73
Guru
Guru


Joined: 13 Mar 2003
Posts: 505
Location: Milano

PostPosted: Wed Mar 22, 2006 9:06 am    Post subject: Reply with quote

bender86 wrote:
quando un pacchetto ha come keyword '-', non serve nemmeno provare ad emergerlo, tanto non si compilerà.


Mettiamola cosi... Mysql 5.1 mi si e' compilato senza problemi... ma comunque e' abbastanza tosto l'utilizzo :-)

Per ulteriori info suggerisco il seguente link

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=1#doc_chap4
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum