View previous topic :: View next topic |
Author |
Message |
xaviermiller Bodhisattva


Joined: 23 Jul 2004 Posts: 8665 Location: ~Brussels - Belgique
|
Posted: Tue Nov 16, 2010 9:12 pm Post subject: |
|
|
I use the "normal" versions with DBUS. I needed to explicitly set /usr/bin/jackdbus to get it running _________________ Kind regards,
Xavier Miller |
|
Back to top |
|
 |
hunky l33t


Joined: 19 Nov 2003 Posts: 873 Location: Alaska
|
Posted: Tue Nov 16, 2010 10:22 pm Post subject: |
|
|
I used this command to get it running:
qdbus org.jackaudio.service /org/jackaudio/Controller StartServer
and it would run - I could start ardour and whatnot, but I couldn't get it to connect with alsa with the "normal" versions.
I tried to stop jackdbus various ways:
qdbus org.jackaudio.service /org/jackaudio/Controller StopServer
for instance which seemed to work but in ps aux it would show jackdbus still running. I tried killall and kill pid but those wouldn't either.
Not sure I needed to kill it but it seemed like other programs like amarok wouldn't work - but thinking back maybe I still had pulseaudio installed and it was conflicting with jackdbus.. it all gets pretty muddled when you don't really know what you are doing.
/jd |
|
Back to top |
|
 |
audiodef Watchman


Joined: 06 Jul 2005 Posts: 6507 Location: /usr/lib64/lv2
|
Posted: Tue Nov 16, 2010 10:25 pm Post subject: |
|
|
I would really like to see a good explanation of what jackdbus is all about! Who put dbus together with JACK? Why? What are all the relevant commands? And so on. _________________ Gentoo Studio: A Gentoo-based, professional digital audio workstation OS. |
|
Back to top |
|
 |
xaviermiller Bodhisattva


Joined: 23 Jul 2004 Posts: 8665 Location: ~Brussels - Belgique
|
Posted: Tue Nov 16, 2010 10:29 pm Post subject: |
|
|
The idea is that anybody can start jack and communicate with the jack instance through DBus.
So, you can start jack as a service (running as a service user), and connect your applications to that instance. _________________ Kind regards,
Xavier Miller |
|
Back to top |
|
 |
audiodef Watchman


Joined: 06 Jul 2005 Posts: 6507 Location: /usr/lib64/lv2
|
Posted: Wed Nov 17, 2010 1:52 pm Post subject: |
|
|
But I still don't understand why dbus is involved at all. What does using dbus with JACK do that using dbus without JACK can't do? _________________ Gentoo Studio: A Gentoo-based, professional digital audio workstation OS. |
|
Back to top |
|
 |
keenblade Veteran


Joined: 03 Oct 2004 Posts: 1087
|
Posted: Wed Nov 17, 2010 7:40 pm Post subject: |
|
|
audiodef wrote: | But I still don't understand why dbus is involved at all. What does using dbus with JACK do that using dbus without JACK can't do? |
The best explanation is at LADI project. Actually, we now have an advanced session handler with the help of dbus. If you have ever used advanced sequencers like cubase or other professional studio environment, you know how important is a session handler. Moving your session to different computers,etc. And lots of limitations are now fixed with jackdbus. In a session all the applications are aware of each other and if one of them is crashed like a jack client or server, it can be easily restarted and the whole session is reconstructed without a loss. Better configuration, better communication all is available with the help of dbus.
And to use these goodness, I highly suggest to use media-sound/laditools and media-sound/ladish. Actually ladish is the session manager and you don't need qjackctl with it. They are in ladi overlay. Now we can impress windows or mac guys with our proaudio capabilities  _________________ Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1" |
|
Back to top |
|
 |
audiodef Watchman


Joined: 06 Jul 2005 Posts: 6507 Location: /usr/lib64/lv2
|
Posted: Thu Nov 18, 2010 1:58 pm Post subject: |
|
|
I'm-a check it out! Sounds like what The Doctor ordered, and delivered with a free Tardis.
EDIT: Nice! I really like laditray and the way the config options are arranged.
I haven't run my usual Rosegarden/Ardour setup yet, but I got a couple of xruns and jack quit (using firewire driver - and it has to be this one due to my equipment). I'll post back about what happens when I actually work in my usual session setup. But I really like this and the ideas behind it, having read and now seen it in action.
This will force me to use Patchage rather than the connections dialog provided by qjackctl. I always thought Patchage was cooler, and now I have no excuse to be lazy about it.
EDIT++:
I left my usual setup running for a few hours using LADI/jackdbus instead of Qjackctl/jackd. Usually, by now, jackd would have quit, been killed, or told one or both programs they were no longer welcome, and I'd have to force quit Ardour, quit everything else, and start it all up again.
It's still running!  _________________ Gentoo Studio: A Gentoo-based, professional digital audio workstation OS. |
|
Back to top |
|
 |
hunky l33t


Joined: 19 Nov 2003 Posts: 873 Location: Alaska
|
Posted: Wed Nov 24, 2010 5:37 pm Post subject: |
|
|
Two problems I hope are easy for you:
1. How to get back to defaults in ladiconf?:
I've given ladi-tools a try and have a problem. I fired it up pretty much stock and it seemed to start jack no problem through ladi-tray. But trying to fire up a session in Ardour I am getting an error about the session was sampled with 48,000 and it is trying to use 16,000 instead. I had this problem with Qjackctl recently and tweaked something and got past that issue. So I started tweaking things in ladiconf and now have mucked up something so it won't start jack at all now - I get an error. (not at desk to post that error). I tried removing the ~/.config/jack/conf.xml file and restarting ladi-tray, but it still picks up my edits from somewhere else. I think my 16,000 problem could be that it is trying to grab my built in sound card or something. Which leads to question2.
2. Preferred method for ordering the naming of sound cards through reboots? I've found this: http://www.gentoo.org/doc/en/udev-guide.xml and one or two other sites but they come with caveats and some are a bit over my head. I can follow the given link there - I can figure that out and give it a try. Basically I have 4 sound cards (sound stuff is just a hobby and don't have a dedicated machine for it): webcam with mike, built in sound shows up with two - one analog and one digital (hdmi?), and then my Delta 66. Just curious if the link is what I should use.
many thanks, JD |
|
Back to top |
|
 |
McGruff Tux's lil' helper


Joined: 28 Dec 2004 Posts: 148
|
Posted: Mon Jan 10, 2011 6:27 am Post subject: |
|
|
I've got a new home-brewed ebuild for Ardour OSC control with a TV remote: "media-sound/ardour-controllers". This can maybe evolve to encompass other remote controls with eg use flags for lirc, wii and bluetooth.
A remote can be handy if you're set up for a take in front of a mic, some distance away from the computer. Or just to sit back in an armchair and take in the mix.
Any advice/testers appreciated. I haven't done any ebuilding before. Should I try to get this into standard portage or the pro-audio overlay?
You can find all the files here if you want to try it out. This is a tarball of my private "underlay" overlay containing ebuilds for media-sound/ardour-controllers as well as some new perl module ebuilds (see dev-perl/ ) which you'll need to fill dependencies. Set the "underlay" dir as a local overlay, or add all the stuff inside to an existing one.
All the ebuilds keyworded ~x86 which I think might mean that they can't install on 64bit..? I'm new to this ebuild stuff but I want to make this work so just let me know any problems.
You'll probably need this lot in /etc/portage/package.keywords:
media-sound/ardour-controllers ~x86
dev-perl/Audio-Ardour-Control ~x86
dev-perl/Net-LibLO ~x86
dev-perl/Exporter ~x86
virtual/perl-File-Path ~x86
perl-core/File-Path ~x86 |
|
Back to top |
|
 |
mmxgn n00b

Joined: 03 Oct 2004 Posts: 11 Location: Greece
|
Posted: Sun Jan 16, 2011 10:47 am Post subject: |
|
|
Hello,
I can't seem to be able to build media-sound/yoshimi-0.058.1 from the pro-audio overlay.
Something seems to go wrong at the linking stage.
output of $ emerge --info =media-sound/yoshimi-0.058.1
Code: |
$ emerge --info =media-sound/yoshimi-0.058.1
Portage 2.1.9.31 (default/linux/x86/10.0, gcc-4.4.5, glibc-2.12.2-r0, 2.6.36-gentoo-r5 i686)
=================================================================
System Settings
=================================================================
System uname: Linux-2.6.36-gentoo-r5-i686-Intel-R-_Core-TM-2_Duo_CPU_E8400_@_3.00GHz-with-gentoo-2.0.1
Timestamp of tree: Sat, 15 Jan 2011 08:00:23 +0000
app-shells/bash: 4.1_p9
dev-java/java-config: 2.1.11-r3
dev-lang/python: 2.4.6, 2.6.6-r1, 2.7.1, 3.1.3
dev-util/cmake: 2.8.3-r1
sys-apps/baselayout: 2.0.1-r1
sys-apps/openrc: 0.7.0
sys-apps/sandbox: 2.4
sys-devel/autoconf: 2.13, 2.68
sys-devel/automake: 1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils: 2.21
sys-devel/gcc: 4.4.5, 4.5.2
sys-devel/gcc-config: 1.4.1
sys-devel/libtool: 2.4-r1
sys-devel/make: 3.82
virtual/os-headers: 2.6.36.1 (sys-kernel/linux-headers)
ACCEPT_KEYWORDS="x86 ~x86"
ACCEPT_LICENSE="*"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=core2 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=core2 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
GENTOO_MIRRORS="http://ftp.cc.uoc.gr/mirrors/linux/gentoo/"
LANG="el_GR.UTF-8"
LC_ALL="el_GR.utf-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="el en"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local /var/lib/layman/eva /var/lib/layman/mozilla /var/lib/layman/enlightenment /var/lib/layman/steev /var/lib/layman/kde /var/lib/layman/ibormuth /var/lib/layman/pd-overlay /var/lib/layman/sunrise /var/lib/layman/pro-audio"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X X509 Xaw3d a52 aac aalib acl acpi addns adns aften aim akonadi alsa amr animgif apm audio auto-completion autoipd automap automount avahi bash-completion berkdb branding bzip2 cairo canvas cdda cddb cdinstall cdparanoia cdr cdrdao cdrom clamav cli clutter consolekit corefonts cpudetection cracklib crypt cscope csharp css ctype ctypes-python cups cursors custom-cflags custom-cpuopts custom-optimization cvs cxx dbus devfs-compat devhelp device-mapper dhclient dia dirac directfb disk-partition djvu dri dvd dvi dvi2tty dvipdfm ebook eclipse elisp emacs emacs22icons embedded encode engineering-notation epiphany ethernet expat extensions extra extra-algorithms extraengine extras faac faad fasttrack fat fbcon ffmpeg fftw firefox3 flac fluidsynth fontconfig fontforge fortran ftp fuse gconf gcrypt gdbm gdu geolocation gif gimp git glade gmplayer gnome gnome-keyring gnome-print gnomecanvas gnuplot gnutella gnutls gphoto2 gpm graphics graphicsmagick grub gstreamer gtk gtkspell gui gvfs gzip h224 h281 h323 hfs i18n icons iconsets iconv id3tag image imagemagick innodb inotify ipod ipv6 jack jpeg jpeg2k kate kde kdm konqueror kpathsea ladspa lame lash latex latex3 libnotify lv2 lyrics lyrics-screen md5sum mercurial midi mmx mng modules mono mp3 mp4 msn mudflap musepack mysql nautilus ncurses net networking networkmanager nfs nfsv3 nfsv4 nls nptl nptlonly nsplugin ntfs numpy ogg ogg123 openal opengl openmp pam parted pcre perl png policykit pppd pulseaudio python python-bindings qt3support qt4 readline samba scipy sdl semantic-desktop session sndfile sourceview speex spell sql sqlite sqlite3 sse sse2 ssl ssse3 stk subversion svg sysfs tcl tcpd tex theora thesaurus threads tiff timidity tk toolkit-scroll-bars truetype udev unicode upnp uuencode vim vim-syntax vorbis vst wavpack webkit win32 win32codecs x264 x86 xcb xemacs xft xorg xterm-color xv xvid xwax_decoders_aac xwax_decoders_cd xwax_decoders_flac xwax_decoders_misc xwax_decoders_mp3 xwax_decoders_ogg youtube zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="el en" NETBEANS_MODULES="cnd dlight enterprise ergonomics groovy identity mobility php profiler ruby apisupport harness ide java nb websvccommon" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
=================================================================
Package Settings
=================================================================
media-sound/yoshimi-0.058.1 was built with the following:
USE=""
|
Build log:
Code: |
...
[0m[ 98%] [32mBuilding CXX object CMakeFiles/yoshimi.dir/MusicIO/WavRecord.cpp.o
[0m[ 99%] [32mBuilding CXX object CMakeFiles/yoshimi.dir/main.cpp.o
[0m[31m[1mLinking CXX executable yoshimi
[0mCMakeFiles/yoshimi.dir/EnvelopeUI.cxx.o: In function `EnvelopeUI::~EnvelopeUI()':
EnvelopeUI.cxx:(.text+0x3c6d): undefined reference to `PresetsUI_::~PresetsUI_()'
EnvelopeUI.cxx:(.text+0x3c90): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/EnvelopeUI.cxx.o: In function `EnvelopeUI::~EnvelopeUI()':
EnvelopeUI.cxx:(.text+0x3d0d): undefined reference to `PresetsUI_::~PresetsUI_()'
EnvelopeUI.cxx:(.text+0x3d28): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/EnvelopeUI.cxx.o: In function `EnvelopeUI::~EnvelopeUI()':
EnvelopeUI.cxx:(.text+0x3d8d): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/EnvelopeUI.cxx.o:EnvelopeUI.cxx:(.text+0x3da8): more undefined references to `PresetsUI_::~PresetsUI_()' follow
CMakeFiles/yoshimi.dir/EnvelopeUI.cxx.o:(.rodata._ZTI10EnvelopeUI[typeinfo for EnvelopeUI]+0x18): undefined reference to `typeinfo for PresetsUI_'
CMakeFiles/yoshimi.dir/LFOUI.cxx.o: In function `LFOUI::~LFOUI()':
LFOUI.cxx:(.text+0xd96): undefined reference to `PresetsUI_::~PresetsUI_()'
LFOUI.cxx:(.text+0xdbf): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/LFOUI.cxx.o: In function `LFOUI::~LFOUI()':
LFOUI.cxx:(.text+0xe26): undefined reference to `PresetsUI_::~PresetsUI_()'
LFOUI.cxx:(.text+0xe47): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/LFOUI.cxx.o: In function `LFOUI::~LFOUI()':
LFOUI.cxx:(.text+0xe96): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/LFOUI.cxx.o:LFOUI.cxx:(.text+0xeb7): more undefined references to `PresetsUI_::~PresetsUI_()' follow
CMakeFiles/yoshimi.dir/LFOUI.cxx.o:(.rodata._ZTI5LFOUI[typeinfo for LFOUI]+0x18): undefined reference to `typeinfo for PresetsUI_'
CMakeFiles/yoshimi.dir/FilterUI.cxx.o: In function `FilterUI::~FilterUI()':
FilterUI.cxx:(.text+0x1d00): undefined reference to `PresetsUI_::~PresetsUI_()'
FilterUI.cxx:(.text+0x1d23): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/FilterUI.cxx.o: In function `FilterUI::~FilterUI()':
FilterUI.cxx:(.text+0x1da0): undefined reference to `PresetsUI_::~PresetsUI_()'
FilterUI.cxx:(.text+0x1dbb): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/FilterUI.cxx.o: In function `FilterUI::~FilterUI()':
FilterUI.cxx:(.text+0x1e30): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/FilterUI.cxx.o:FilterUI.cxx:(.text+0x1e4b): more undefined references to `PresetsUI_::~PresetsUI_()' follow
CMakeFiles/yoshimi.dir/FilterUI.cxx.o:(.rodata._ZTI8FilterUI[typeinfo for FilterUI]+0x18): undefined reference to `typeinfo for PresetsUI_'
CMakeFiles/yoshimi.dir/SUBnoteUI.cxx.o: In function `SUBnoteUI::~SUBnoteUI()':
SUBnoteUI.cxx:(.text+0x4bd): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/SUBnoteUI.cxx.o: In function `SUBnoteUI::~SUBnoteUI()':
SUBnoteUI.cxx:(.text+0x50d): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/SUBnoteUI.cxx.o: In function `SUBnoteUI::~SUBnoteUI()':
SUBnoteUI.cxx:(.text+0x54c): undefined reference to `PresetsUI_::~PresetsUI_()'
SUBnoteUI.cxx:(.text+0x565): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/SUBnoteUI.cxx.o: In function `SUBnoteUI::SUBnoteUI(SUBnoteParameters*)':
SUBnoteUI.cxx:(.text+0x2c0a): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/SUBnoteUI.cxx.o:SUBnoteUI.cxx:(.text+0x2c4a): more undefined references to `PresetsUI_::~PresetsUI_()' follow
CMakeFiles/yoshimi.dir/SUBnoteUI.cxx.o:(.rodata._ZTI9SUBnoteUI[typeinfo for SUBnoteUI]+0x8): undefined reference to `typeinfo for PresetsUI_'
CMakeFiles/yoshimi.dir/ResonanceUI.cxx.o: In function `ResonanceUI::~ResonanceUI()':
ResonanceUI.cxx:(.text+0x63d): undefined reference to `PresetsUI_::~PresetsUI_()'
ResonanceUI.cxx:(.text+0x656): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/ResonanceUI.cxx.o: In function `ResonanceUI::~ResonanceUI()':
ResonanceUI.cxx:(.text+0x69e): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/ResonanceUI.cxx.o: In function `ResonanceUI::~ResonanceUI()':
ResonanceUI.cxx:(.text+0x6de): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/ResonanceUI.cxx.o: In function `ResonanceUI::ResonanceUI(Resonance*)':
ResonanceUI.cxx:(.text+0x1413): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/ResonanceUI.cxx.o:ResonanceUI.cxx:(.text+0x1473): more undefined references to `PresetsUI_::~PresetsUI_()' follow
CMakeFiles/yoshimi.dir/ResonanceUI.cxx.o:(.rodata._ZTI11ResonanceUI[typeinfo for ResonanceUI]+0x10): undefined reference to `typeinfo for PresetsUI_'
CMakeFiles/yoshimi.dir/OscilGenUI.cxx.o: In function `OscilEditor::~OscilEditor()':
OscilGenUI.cxx:(.text+0x165c): undefined reference to `PresetsUI_::~PresetsUI_()'
OscilGenUI.cxx:(.text+0x1675): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/OscilGenUI.cxx.o: In function `OscilEditor::~OscilEditor()':
OscilGenUI.cxx:(.text+0x16cd): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/OscilGenUI.cxx.o: In function `OscilEditor::~OscilEditor()':
OscilGenUI.cxx:(.text+0x171d): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/OscilGenUI.cxx.o: In function `Oscilharmonic::make_window()':
OscilGenUI.cxx:(.text+0x20d4): undefined reference to `PSlider::PSlider(int, int, int, int, char const*)'
OscilGenUI.cxx:(.text+0x21c0): undefined reference to `PSlider::PSlider(int, int, int, int, char const*)'
CMakeFiles/yoshimi.dir/OscilGenUI.cxx.o: In function `OscilEditor::OscilEditor(OscilGen*, Fl_Widget*, Fl_Widget*, Fl_Widget*)':
OscilGenUI.cxx:(.text+0x472e): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/OscilGenUI.cxx.o: In function `OscilEditor::OscilEditor(OscilGen*, Fl_Widget*, Fl_Widget*, Fl_Widget*)':
OscilGenUI.cxx:(.text+0x479e): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/OscilGenUI.cxx.o: In function `OscilEditor::~OscilEditor()':
OscilGenUI.cxx:(.text+0x16c1): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/OscilGenUI.cxx.o: In function `OscilEditor::~OscilEditor()':
OscilGenUI.cxx:(.text+0x1711): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/OscilGenUI.cxx.o:(.rodata._ZTI11OscilEditor[typeinfo for OscilEditor]+0x8): undefined reference to `typeinfo for PresetsUI_'
CMakeFiles/yoshimi.dir/ADnoteUI.cxx.o: In function `ADnoteUI::~ADnoteUI()':
ADnoteUI.cxx:(.text+0xfb0): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/ADnoteUI.cxx.o: In function `ADnoteUI::~ADnoteUI()':
ADnoteUI.cxx:(.text+0x1040): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/ADnoteUI.cxx.o: In function `ADnoteUI::~ADnoteUI()':
ADnoteUI.cxx:(.text+0x10bf): undefined reference to `PresetsUI_::~PresetsUI_()'
ADnoteUI.cxx:(.text+0x10d8): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/ADnoteUI.cxx.o: In function `ADnoteUI::ADnoteUI(ADnoteParameters*)':
ADnoteUI.cxx:(.text+0x7c18): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/ADnoteUI.cxx.o:ADnoteUI.cxx:(.text+0x7c98): more undefined references to `PresetsUI_::~PresetsUI_()' follow
CMakeFiles/yoshimi.dir/ADnoteUI.cxx.o:(.rodata._ZTI8ADnoteUI[typeinfo for ADnoteUI]+0x8): undefined reference to `typeinfo for PresetsUI_'
CMakeFiles/yoshimi.dir/PADnoteUI.cxx.o: In function `PADnoteUI::~PADnoteUI()':
PADnoteUI.cxx:(.text+0x4b0): undefined reference to `PresetsUI_::~PresetsUI_()'
PADnoteUI.cxx:(.text+0x4c9): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/PADnoteUI.cxx.o: In function `PADnoteUI::~PADnoteUI()':
PADnoteUI.cxx:(.text+0x541): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/PADnoteUI.cxx.o: In function `PADnoteUI::~PADnoteUI()':
PADnoteUI.cxx:(.text+0x5c1): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/PADnoteUI.cxx.o: In function `PADnoteUI::PADnoteUI(PADnoteParameters*)':
PADnoteUI.cxx:(.text+0x3cc7): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/PADnoteUI.cxx.o:PADnoteUI.cxx:(.text+0x3d57): more undefined references to `PresetsUI_::~PresetsUI_()' follow
CMakeFiles/yoshimi.dir/PADnoteUI.cxx.o:(.rodata._ZTI9PADnoteUI[typeinfo for PADnoteUI]+0x8): undefined reference to `typeinfo for PresetsUI_'
CMakeFiles/yoshimi.dir/EffUI.cxx.o: In function `EffUI::~EffUI()':
EffUI.cxx:(.text+0x5819): undefined reference to `PresetsUI_::~PresetsUI_()'
EffUI.cxx:(.text+0x583c): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/EffUI.cxx.o: In function `EffUI::~EffUI()':
EffUI.cxx:(.text+0x5929): undefined reference to `PresetsUI_::~PresetsUI_()'
EffUI.cxx:(.text+0x5944): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/EffUI.cxx.o: In function `EffUI::~EffUI()':
EffUI.cxx:(.text+0x5a19): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/EffUI.cxx.o:EffUI.cxx:(.text+0x5a34): more undefined references to `PresetsUI_::~PresetsUI_()' follow
CMakeFiles/yoshimi.dir/EffUI.cxx.o:(.rodata._ZTI5EffUI[typeinfo for EffUI]+0x18): undefined reference to `typeinfo for PresetsUI_'
CMakeFiles/yoshimi.dir/BankUI.cxx.o:(.rodata._ZTV8BankSlot[vtable for BankSlot]+0x38): undefined reference to `BankProcess_::process()'
CMakeFiles/yoshimi.dir/BankUI.cxx.o:(.rodata._ZTI6BankUI[typeinfo for BankUI]+0x8): undefined reference to `typeinfo for BankProcess_'
CMakeFiles/yoshimi.dir/BankUI.cxx.o:(.rodata._ZTI8BankSlot[typeinfo for BankSlot]+0x18): undefined reference to `typeinfo for BankProcess_'
CMakeFiles/yoshimi.dir/PartUI.cxx.o:(.rodata._ZTI6PartUI[typeinfo for PartUI]+0x18): undefined reference to `typeinfo for PartUI_'
collect2: η ld επέστρεψε κατάσταση εξόδου 1
make[2]: *** [yoshimi] Error 1
make[1]: *** [CMakeFiles/yoshimi.dir/all] Error 2
make: *** [all] Error 2
emake failed
|
I tried removing --as-needed from LDFLAGS and using just -O0 for both CFLAGS and LDFLAGS but at no avail.
If someone can help me, I'd like to use this nice softsynth  _________________ morthul surinen
fanya quelli
RIP 0x7D4 |
|
Back to top |
|
 |
keenblade Veteran


Joined: 03 Oct 2004 Posts: 1087
|
Posted: Sun Jan 16, 2011 4:53 pm Post subject: |
|
|
mmxgn wrote: | Hello,
I can't seem to be able to build media-sound/yoshimi-0.058.1 from the pro-audio overlay.
Something seems to go wrong at the linking stage.
If someone can help me, I'd like to use this nice softsynth  |
Which version of fltk you have? You need fltk-1.1.x. It seems you have fltk-1.3.x. Try downgrading it to fltk-1.1.10-r1 and then try again. If it works then I'll modify the ebuild accordingly. _________________ Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1" |
|
Back to top |
|
 |
McGruff Tux's lil' helper


Joined: 28 Dec 2004 Posts: 148
|
Posted: Sun Jan 16, 2011 5:07 pm Post subject: |
|
|
Won't build for me either but I get:
Quote: | CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
FLTK_GL_LIBRARY |
That might not be so bad though. The last time I had it working it would be OK for half an hour or so before it would start to play up and have to be killed.
Can you emerge zynaddsubfx instead (don't forget all the extras)? |
|
Back to top |
|
 |
keenblade Veteran


Joined: 03 Oct 2004 Posts: 1087
|
Posted: Sun Jan 16, 2011 5:40 pm Post subject: |
|
|
mcgruff, is your gentoo or cmake is outdated a bit? Here yoshimi-0.058.1 emerges fine with:
cmake-2.8.3-r1
fltk-1.1.10-r1
portage-2.2.0_alpha15 _________________ Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1" |
|
Back to top |
|
 |
McGruff Tux's lil' helper


Joined: 28 Dec 2004 Posts: 148
|
Posted: Sun Jan 16, 2011 5:57 pm Post subject: |
|
|
Cmake - same: cmake-2.8.1-r2.
Portage is slightly older: portage-2.1.9.25
Maybe it's fltk:
[I--] [ ] x11-libs/fltk-1.1.9-r1 (1.1)
[I--] [ ] x11-libs/fltk-2.0_pre6970 (2)
Not sure why I've got fltk-2.0:
# equery depends fltk
[ Searching for packages depending on fltk... ]
media-sound/alsa-tools-1.0.23 (fltk? =x11-libs/fltk-1.1*)
media-sound/zynaddsubfx-2.2.1-r4 (>=x11-libs/fltk-1.1.2:1.1)
I'll do a --depclean (which should get rid of fltk-2.0), get 1.1.10-r1, and then try again. |
|
Back to top |
|
 |
keenblade Veteran


Joined: 03 Oct 2004 Posts: 1087
|
Posted: Sun Jan 16, 2011 6:04 pm Post subject: |
|
|
mcgruff wrote: | Cmake - same: cmake-2.8.1-r2.
I'll do a --depclean (which should get rid of fltk-2.0), get 1.1.10-r1, and then try again. |
Actually, I have fltk both 2.0_pre6970-r1 and 1.1.10-r1. And fltk installed in slot 2 does not hurt the emerge. Updating it to fltk-1.1.10-r1 may work. _________________ Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1" |
|
Back to top |
|
 |
mmxgn n00b

Joined: 03 Oct 2004 Posts: 11 Location: Greece
|
Posted: Sun Jan 16, 2011 9:01 pm Post subject: |
|
|
keenblade wrote: | mmxgn wrote: | Hello,
I can't seem to be able to build media-sound/yoshimi-0.058.1 from the pro-audio overlay.
Something seems to go wrong at the linking stage.
If someone can help me, I'd like to use this nice softsynth  |
Which version of fltk you have? You need fltk-1.1.x. It seems you have fltk-1.3.x. Try downgrading it to fltk-1.1.10-r1 and then try again. If it works then I'll modify the ebuild accordingly. |
emerging =x11-libs/fltk-1.1.10-r1 and re-emerging yoshimi fixed the problem. Thanks! _________________ morthul surinen
fanya quelli
RIP 0x7D4 |
|
Back to top |
|
 |
McGruff Tux's lil' helper


Joined: 28 Dec 2004 Posts: 148
|
Posted: Mon Jan 17, 2011 12:46 am Post subject: |
|
|
keenblade wrote: | Updating it to fltk-1.1.10-r1 may work. |
Not for me, unfortunately. Still getting:
Code: | CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
FLTK_GL_LIBRARY
|
|
|
Back to top |
|
 |
mmxgn n00b

Joined: 03 Oct 2004 Posts: 11 Location: Greece
|
Posted: Mon Jan 17, 2011 8:58 am Post subject: |
|
|
mcgruff wrote: | keenblade wrote: | Updating it to fltk-1.1.10-r1 may work. |
Not for me, unfortunately. Still getting:
Code: | CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
FLTK_GL_LIBRARY
|
|
With what use flags have you emerged fltk? _________________ morthul surinen
fanya quelli
RIP 0x7D4 |
|
Back to top |
|
 |
McGruff Tux's lil' helper


Joined: 28 Dec 2004 Posts: 148
|
Posted: Mon Jan 17, 2011 4:05 pm Post subject: |
|
|
By default all off and I left it at that:
-debug -doc -examples -games -opengl -threads -xft -xinerama |
|
Back to top |
|
 |
keenblade Veteran


Joined: 03 Oct 2004 Posts: 1087
|
Posted: Tue Jan 18, 2011 12:55 pm Post subject: |
|
|
mcgruff wrote: | By default all off and I left it at that:
-debug -doc -examples -games -opengl -threads -xft -xinerama |
Try enabling "opengl" useflag for fltk. _________________ Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1" |
|
Back to top |
|
 |
McGruff Tux's lil' helper


Joined: 28 Dec 2004 Posts: 148
|
Posted: Tue Jan 18, 2011 3:01 pm Post subject: |
|
|
That did it - thanks keenblade  |
|
Back to top |
|
 |
keenblade Veteran


Joined: 03 Oct 2004 Posts: 1087
|
Posted: Tue Jan 18, 2011 3:27 pm Post subject: |
|
|
mmxgn wrote: |
emerging =x11-libs/fltk-1.1.10-r1 and re-emerging yoshimi fixed the problem. Thanks! |
mcgruff wrote: | That did it - thanks keenblade  |
You're welcome. Nice to hear you both have a working yoshimi. _________________ Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1" |
|
Back to top |
|
 |
darkbasic Tux's lil' helper

Joined: 06 Sep 2006 Posts: 133
|
Posted: Wed Jan 26, 2011 2:00 pm Post subject: |
|
|
Uhm... I tried jackdbus and ladi overlay lots of months ago and I had tons of problems.
Are they production ready now? _________________ Computers are like air conditioners:
they stop working properly when you open Windows...
Coltiva Linux, Windows si pianta da solo.
http://www.linuxsystems.it/ |
|
Back to top |
|
 |
audiodef Watchman


Joined: 06 Jul 2005 Posts: 6507 Location: /usr/lib64/lv2
|
Posted: Fri Feb 11, 2011 2:11 pm Post subject: |
|
|
I've updated my site design, because of which the Pro-Audio For Gentoo Workstations how-to has a new url: http://audiodef.com/projects.php?project_id=1.
Or go to http://www.audiodef.com and click on "Projects" to find it.
Pro-audio ebuild and source fixes I've made continue to be hosted in the same place, so pro-audio ebuilds Keenblade updated with my fixes should continue to work. _________________ Gentoo Studio: A Gentoo-based, professional digital audio workstation OS. |
|
Back to top |
|
 |
papapenguin l33t


Joined: 20 Sep 2005 Posts: 694 Location: Bellevue
|
Posted: Sat Feb 12, 2011 10:07 pm Post subject: |
|
|
I'm getting an error in jack audio connection kit...
Quote: | 2011-02-12 13:41:04 (1.66 MB/s) - `/usr/portage/distfiles/jack-1.9.6.tar.bz2' saved [2833251/2833251]
* jack-1.9.6.tar.bz2 RMD160 SHA1 SHA256 size ... [ ok ]
* Package: media-sound/jack-audio-connection-kit-1.9.6
* Repository: proaudio
* Maintainer: proaudio@tuxfamily.org
* USE: alsa amd64 dbus elibc_glibc kernel_linux multilib userland_GNU
* FEATURES: sandbox
>>> Unpacking source...
>>> Unpacking jack-1.9.6.tar.bz2 to /var/tmp/portage/media-sound/jack-audio-connection-kit-1.9.6/work
>>> Source unpacked in /var/tmp/portage/media-sound/jack-audio-connection-kit-1.9.6/work
>>> Compiling source in /var/tmp/portage/media-sound/jack-audio-connection-kit-1.9.6/work/jack-1.9.6 ...
* Running "./waf configure --prefix=/usr --destdir=/var/tmp/portage/media-sound/jack-audio-connection-kit-1.9.6/image/ --alsa --dbus" ...
File "./waf", line 49
print '\033[91mError: %s\033[0m' % m
^
SyntaxError: invalid syntax
* ERROR: media-sound/jack-audio-connection-kit-1.9.6 failed (compile phase):
* waf configure failed
*
* Call stack:
* ebuild.sh, line 56: Called src_compile
* environment, line 922: Called die
* The specific snippet of code:
* ./waf configure ${myconf} || die "waf configure failed";
*
* If you need support, post the output of 'emerge --info =media-sound/jack-audio-connection-kit-1.9.6',
* the complete build log and the output of 'emerge -pqv =media-sound/jack-audio-connection-kit-1.9.6'.
* This ebuild is from an overlay named 'proaudio': '/var/lib/layman/pro-audio/'
* The complete build log is located at '/var/tmp/portage/media-sound/jack-audio-connection-kit-1.9.6/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-sound/jack-audio-connection-kit-1.9.6/temp/environment'.
* S: '/var/tmp/portage/media-sound/jack-audio-connection-kit-1.9.6/work/jack-1.9.6'
>>> Failed to emerge media-sound/jack-audio-connection-kit-1.9.6, Log file:
>>> '/var/tmp/portage/media-sound/jack-audio-connection-kit-1.9.6/temp/build.log'
* Messages for package media-sound/jack-audio-connection-kit-1.9.6:
* ERROR: media-sound/jack-audio-connection-kit-1.9.6 failed (compile phase):
* waf configure failed
*
* Call stack:
* ebuild.sh, line 56: Called src_compile
* environment, line 922: Called die
* The specific snippet of code:
* ./waf configure ${myconf} || die "waf configure failed";
*
* If you need support, post the output of 'emerge --info =media-sound/jack-audio-connection-kit-1.9.6',
* the complete build log and the output of 'emerge -pqv =media-sound/jack-audio-connection-kit-1.9.6'.
* This ebuild is from an overlay named 'proaudio': '/var/lib/layman/pro-audio/'
* The complete build log is located at '/var/tmp/portage/media-sound/jack-audio-connection-kit-1.9.6/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-sound/jack-audio-connection-kit-1.9.6/temp/environment'.
* S: '/var/tmp/portage/media-sound/jack-audio-connection-kit-1.9.6/work/jack-1.9.6'
papapenguin ~ # |
Quote: | papapenguin ~ # emerge --info =media-sound/jack-audio-connection-kit-1.9.6
Portage 2.1.9.39 (default/linux/amd64/10.0, gcc-4.5.2, glibc-2.13-r0, 2.6.37-gentoo x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-2.6.37-gentoo-x86_64-AMD_Turion-tm-_64_X2_Mobile_Technology_TL-50-with-gentoo-2.0.1
Timestamp of tree: Sat, 12 Feb 2011 20:00:01 +0000
app-shells/bash: 4.1_p9
dev-java/java-config: 2.1.11-r3
dev-lang/python: 2.7.1, 3.1.3
dev-util/cmake: 2.8.3-r1
sys-apps/baselayout: 2.0.1-r1
sys-apps/openrc: 0.7.0
sys-apps/sandbox: 2.4
sys-devel/autoconf: 2.13, 2.68
sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils: 2.21
sys-devel/gcc: 4.5.2
sys-devel/gcc-config: 1.4.1
sys-devel/libtool: 2.4-r1
sys-devel/make: 3.82
virtual/os-headers: 2.6.36.1 (sys-kernel/linux-headers)
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA skype-eula dlj-1.1 AdobeFlash-10.1"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -msse3 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=native -msse3 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/kde-sunset /var/lib/layman/pro-audio"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac accessibility acl acpi aim alsa amd64 apache2 berkdb bluetooth bzip2 cairo caps cdb cddb cdinstall cdparanoia cdr cli consolekit cracklib crypt css cups cxx dbus declarative device-mapper dri dv dvb dvd dvdr enca encode extras ffmpeg flac fortran freetype ftp gd gdbm gif gnutls gpm gstreamer hal hpcups iconv imap ipod ipv6 jabber jack jadetex java javascript jingle jpeg kde kontact kpathsea laptop lcms mad matroska melt mmx mng modules mp3 mpeg mplayer msn mssql mudflap multilib mysql mysqli ncurses nls nptl nptlonly nsplugin nvidia objc ogg openexr opengl openmp oscar pam pcmcia pcre pda pdf perl php plasma png policykit ppds pppd python qt-static qt3support qt4 quicktime raw readline reports rss ruby scanner sdl secure-delete semantic-desktop session snmp sox spell sql sse sse2 ssl svg sysfs syslog tcpd tidy tiff timidity truetype udev unicode usb v4l v4l2 vcd vorbis webkit wifi wv2 xine xinerama xml xorg yahoo zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="nvidia nv v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
papapenguin ~ # |
Quote: | papapenguin ~ # emerge -pqv =media-sound/jack-audio-connection-kit-1.9.6
[ebuild U ] media-sound/jack-audio-connection-kit-1.9.6 [0.118.0] USE="alsa dbus%* -32bit% -debug -doc -freebob% -ieee1394% (-3dnow%) (-altivec%) (-coreaudio%) (-cpudetection%) (-examples%) (-mmx%*) (-oss%) (-sse%*)"
papapenguin ~ # |
...any wisdom on this one? _________________ --------------
Compaq Presario V6120US
AMD Turion 64X2
------------------------ |
|
Back to top |
|
 |
|