Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] Audacity e use flag "unicode"
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
VegetaSSJ5
Apprentice
Apprentice


Joined: 30 Dec 2005
Posts: 238

PostPosted: Tue Feb 28, 2006 3:13 pm    Post subject: [RISOLTO] Audacity e use flag "unicode" Reply with quote

Ragazzi siccome ho bisogno di un'applicazione per l'editing audio ho provato ad emerge audacity. Tuttavia mi dà questo errore
Quote:
* Audacity will not build if wxGTK was compiled
* with unicode support. If you are using a version of
* wxGTK <= 2.4.2, you must set USE=-gtk2. In newer versions,
* you must set USE=-unicode.

!!! ERROR: media-sound/audacity-1.2.1 failed.
!!! Function pkg_setup, Line 42, Exitcode 0
!!! wxGTK must be re-emerged without unicode suport

sul sistema è installato wxGTK 2.6.2-r1 ovvero l'ultimo stable disponibile e tutti i pacchetti che ho compilato finora (quindi anche wxgtk) sono stati compilati includendo anche la use flag "unicode". Per maggiori informazioni posto il mio emerge info:
Quote:
Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r2, 2.6.14-gentoo-r5 i686)
=================================================================
System uname: 2.6.14-gentoo-r5 i686 AMD Athlon(tm)
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-r6
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="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.ngi.it"
LANG="it_IT@euro"
LC_ALL="it_IT@euro"
LINGUAS="it"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X aac acpi alsa apm arts audiofile avi berkdb bitmap-fonts bluetooth bzip2 cdb cdda cddb cdr crypt cups dga dio directfb dri dvd dvdr eds emboss encode exif expat fam ffmpeg firefox flac foomaticdb fortran ftp gd gdbm gif glut gnome gphoto2 gpm gstreamer gtk gtk2 idn imlib ipv6 java javascript jpeg jpeg2k kde lcms libg++ libwww mad mikmod mime mmx mmxext mng motif mozilla mp3 mpeg ncurses nls nsplugin ogg oggvorbis openal opengl oss pam pcre pdflib perl png python qt quicktime readline real rtc samba sdl sockets spell sse ssl svga tcpd tiff truetype truetype-fonts type1-fonts udev unicode usb userlocales vorbis win32codecs wxwindows xine xml xml2 xmms xv zlib linguas_it userland_GNU kernel_linux elibc_glibc"
Unset: ASFLAGS, CTARGET, LDFLAGS, PORTDIR_OVERLAY

Cosa dovrei fare per risolvere questo problema? Al limite se la cosa è troppo complicata consigliatemi un altro editor per l'audio... :D


Last edited by VegetaSSJ5 on Thu Mar 02, 2006 11:52 am; edited 2 times in total
Back to top
View user's profile Send private message
GiRa
l33t
l33t


Joined: 07 Apr 2005
Posts: 717

PostPosted: Tue Feb 28, 2006 6:30 pm    Post subject: Reply with quote

Dovrebbe aiutare:
Code:

$ cd /etc/portage/
/etc/portage $ grep amule package.keywords
net-p2p/amule ~amd64
/etc/portage $ grep wxGTK package.keywords
x11-libs/wxGTK ~amd64
/etc/portage $ grep amule package.use
## Per amule
net-p2p/amule gtk -opengl -unicode amuled remote stats
/etc/portage $ grep wxGTK package.use
x11-libs/wxGTK -opengl


Se vuoi qualcosa di più preciso:
Code:
$ equery u =x11-libs/wxGTK-2.4.2-r4
[ Searching for packages matching =x11-libs/wxGTK-2.4.2-r4... ]
[ Colour Code : set unset ]
[ Legend        : Left column  (U) - USE flags from make.conf                    ]
[                  : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for x11-libs/wxGTK-2.4.2-r4 ]
 U I
 - - debug   : Tells configure and the makefiles to build for debugging. Effects vary across packages, but generally it will at least add -g to CFLAGS. Remember to set FEATURES=nostrip too
 + + gtk2    : Use gtk+-2.0.0 over gtk+-1.2 in cases where a program supports both.
 - - odbc    : Adds ODBC Support (Open DataBase Connectivity)
 - - opengl  : Adds support for OpenGL (3D graphics)
 - - unicode : Adds support for Unicode
 - - wxgtk1  : Add gtk1 support in addition to optional gtk2ansi and gtk2unicode


$ equery u =x11-libs/wxGTK-2.6.2-r1
[ Searching for packages matching =x11-libs/wxGTK-2.6.2-r1... ]
[ Colour Code : set unset ]
[ Legend        : Left column  (U) - USE flags from make.conf                    ]
[                  : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for x11-libs/wxGTK-2.6.2-r1 ]
 U I
 + + X        : Adds support for X11
 - - debug    : Tells configure and the makefiles to build for debugging. Effects vary across packages, but generally it will at least add -g to CFLAGS. Remember to set FEATURES=nostrip too
 - - doc      : Adds extra documentation (API, Javadoc, etc)
 - - gnome    : Adds GNOME support
 - - joystick : Add support for joysticks in all packages
 - - odbc     : Adds ODBC Support (Open DataBase Connectivity)
 - - opengl   : Adds support for OpenGL (3D graphics)
 + + sdl      : Adds support for Simple Direct Layer (media library)
 - - unicode  : Adds support for Unicode

$ equery u amule
[ Searching for packages matching amule... ]
[ Colour Code : set unset ]
[ Legend        : Left column  (U) - USE flags from make.conf                    ]
[                  : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for net-p2p/amule-2.1.0-r1 ]
 U I
 + + amuled  : enable amule daemon
 - - debug   : Tells configure and the makefiles to build for debugging. Effects vary across packages, but generally it will at least add -g to CFLAGS. Remember to set FEATURES=nostrip too
 + + gtk     : Adds support for x11-libs/gtk+ (The GIMP Toolkit)
 + + nls     : Adds Native Language Support (using gettext - GNU locale utilities)
 + + remote  : enable remote controlling of the client
 + + stats   : enable statistic reporting
 - - unicode : Adds support for Unicode




Uso sia amule che le wxGTK ~amd64. In ogni caso ricordo che fu un circo ad uno degli ultii aggiornamenti. Ricordo che installai e disintallai alternativamente le due versioni slottate... In ogni caso con questa config resiste agli aggiornamenti senza interventi manuali.
Back to top
View user's profile Send private message
VegetaSSJ5
Apprentice
Apprentice


Joined: 30 Dec 2005
Posts: 238

PostPosted: Tue Feb 28, 2006 7:17 pm    Post subject: Reply with quote

GiRa in pratica dovrei ricompilare wxgtk usando "-unicode". come faccio?
Back to top
View user's profile Send private message
VegetaSSJ5
Apprentice
Apprentice


Joined: 30 Dec 2005
Posts: 238

PostPosted: Tue Feb 28, 2006 7:25 pm    Post subject: Reply with quote

VegetaSSJ5 wrote:
GiRa in pratica dovrei ricompilare wxgtk usando "-unicode". come faccio?

mi quoto da solo :D
ho dato un # USE="-unicode" emerge wxGTK
ora ho inserito in package.use la riga x11-libs/wxGTK -unicode
va bene così o c'è altro da fare? scusate ma ho poca esperienza in queste cose... :oops:
Back to top
View user's profile Send private message
VegetaSSJ5
Apprentice
Apprentice


Joined: 30 Dec 2005
Posts: 238

PostPosted: Tue Feb 28, 2006 7:41 pm    Post subject: Reply with quote

dunque ho compilato wxgtk senza supporto all'unicode. così ho riprovato ad emergere audacity ma mi dà lo stesso errore riportato al primo post! :? ma non è possibile perchè io wxgtk l'ho compilato senza supporto unicode... :(
Back to top
View user's profile Send private message
neon
l33t
l33t


Joined: 04 Aug 2003
Posts: 759
Location: Catania, Italy, Europe

PostPosted: Tue Feb 28, 2006 10:30 pm    Post subject: Reply with quote

Prova a vedere qui:
https://bugs.gentoo.org/show_bug.cgi?id=110809
dev'essere l'ebuild di audacity ad essere difettoso

P.S. va bene che i robot guerrieri epilettici sono bellissimi ma con quell'avatar epilettico ci divento io tra 3 minuti. :twisted:
_________________
Io credo che le tecnologie siano moralmente neutrali fino a quando non le utilizziamo - William Gibson

LINEE GUIDA DEL FORUM
Back to top
View user's profile Send private message
VegetaSSJ5
Apprentice
Apprentice


Joined: 30 Dec 2005
Posts: 238

PostPosted: Wed Mar 01, 2006 11:44 am    Post subject: Reply with quote

ho trovato una soluzione migliore. ACCEPT_KEYWORDS="~x86" emerge audacity.
Back to top
View user's profile Send private message
nick_spacca
l33t
l33t


Joined: 29 May 2004
Posts: 689
Location: Paris/France

PostPosted: Wed Mar 01, 2006 12:14 pm    Post subject: Reply with quote

VegetaSSJ5 wrote:
ho trovato una soluzione migliore. ACCEPT_KEYWORDS="~x86" emerge audacity.


Questa procedura è deprecata, devi mettere la riga equivalente nel file /etc/portage/package.keywords, casomai leggi l'handbook se non ti è chiaro il perché :wink:
_________________
I can resist anything but temptation.
(O. Wilde)
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