
Yeah Andron!Andron-kun wrote:Yey, gimpel!
I'm tried to get Bardix livecd, but in spite of the fact that download speed from that server is about 8Kb/s I'm still want try it. ^^
Is any mirror exist?

Code: Select all
>>> Emerging (1 of 1) media-libs/fst-1.8-r3 to /
* fst-1.8.tar.gz MD5 ;-) ... [ ok ]
* fst-1.8.tar.gz RMD160 ;-) ... [ ok ]
<snip>
winegcc -c -march=athlon64 -mtune=athlon64 -O2 -pipe `pkg-config --cflags gtk+-2.0` `pkg-config --cflags jack` `pkg-config --cflags jack` `pkg-config --cflags lash-1.0` -DHAVE_LASH -I. -o jfst.o jfst.c
winegcc -c -march=athlon64 -mtune=athlon64 -O2 -pipe `pkg-config --cflags gtk+-2.0` `pkg-config --cflags jack` `pkg-config --cflags jack` `pkg-config --cflags lash-1.0` -DHAVE_LASH -I. -o vsti.o vsti.c
winegcc -c -march=athlon64 -mtune=athlon64 -O2 -pipe `pkg-config --cflags gtk+-2.0` `pkg-config --cflags jack` `pkg-config --cflags jack` `pkg-config --cflags lash-1.0` -DHAVE_LASH -I. -o vstwin.o vstwin.c
vsti.c: In function equeue_midif:
vsti.c:79: warning: assignment from incompatible pointer type
vstwin.c: In function efst_loadf:
vstwin.c:480: warning: assignment from incompatible pointer type
winegcc -mwindows -o fst.exe audiomaster.o fst.o fstinfofile.o gtk.o jfst.o vsti.o vstwin.o `pkg-config --libs gtk+-2.0` `pkg-config --libs jack` `pkg-config --libs alsa` `pkg-config --libs lash-1.0` -L/usr/X11R6/lib -lX11 -luuid
jfst.o: In function `main':
jfst.c:(.text+0x3c8): undefined reference to `pthread_create'
vsti.o: In function `stop_midireceiver':
vsti.c:(.text+0x40c): undefined reference to `pthread_join'
collect2: ld returned 1 exit status
winegcc: i686-pc-linux-gnu-gcc failed.
make: *** [fst.exe] Error 2
!!! ERROR: media-libs/fst-1.8-r3 failed.Code: Select all
<snip>
* $Id: vsti.c,v 1.2 2004/04/07 01:56:23 pauld Exp $
*/
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <memory.h>
#include <fcntl.h>
#include <stdbool.h>
#include <jackvst.h>
#include <vst/aeffectx.h>
#include <pthread.h>
#include <sched.h>
snd_seq_t *
create_sequencer (const char* client_name, bool isinput)
{
<snip>Code: Select all
*/
#include <sys/types.h>
#include <string.h>
#include <stdio.h>
#include <fst.h>
#include <glib.h>
#include <vst/aeffectx.h>
#include "jackvst.h"
#include <lash/lash.h>
#include <windows.h>
Code: Select all
// Try to set fifo priority...
// this works, if we are root or newe sched-cap manegment is used...
pthread_setschedparam( pthread_self(), SCHED_FIFO, &scp );Code: Select all
snd_seq_drain_output (seq2);
snd_seq_close (seq2);
pthread_join (jvst->midi_thread,NULL);
snd_seq_close (jvst->seq);
}

Code: Select all
# from lilypond-2.10.4.ebuild
RDEPEND="|| ( =dev-util/guile-1.6.7 >=dev-util/guile-1.8.0 )
# from lilypond-2.8.8.ebuild
RDEPEND=">=dev-util/guile-1.6.7
Code: Select all
grick@DarkStar ~ $ eix -e guile
* dev-scheme/guile
Available versions:
(1.4) 1.4-r3
(1.4.1) 1.4.1
(12) 1.6.4-r1 ~1.6.6 1.6.7
Installed versions: Version: 1.6.7(12)
Date: 04:58:43 01/12/07
Best versions/slot: 1.4-r3(1.4) 1.4.1(1.4.1) 1.6.7(12)
Homepage: http://www.gnu.org/software/guile/
Description: Scheme interpreter
License: GPL-2
This was already fixed yesterday -- try to syncgrick wrote:If i post in the wrong place: sorry!
lilypond pro-audio ebuild (version 2.10.4/2.8.8 ) requireso i have to edit ebuild to emerge lilypondCode: Select all
# from lilypond-2.10.4.ebuild RDEPEND="|| ( =dev-util/guile-1.6.7 >=dev-util/guile-1.8.0 ) # from lilypond-2.8.8.ebuild RDEPEND=">=dev-util/guile-1.6.7
seems like -lpthread is missing while linkingdrjimmy42 wrote:Anyone know what is up with Andron-kun's fst pthread compilation error? I just got the same thing.
Code: Select all
make[1]: Leaving directory `/var/tmp/portage/media-sound/hydrogen-0.9.3/work/hyd
rogen-0.9.3'
!!! ERROR: media-sound/hydrogen-0.9.3 failed.
Call stack:
ebuild.sh, line 1618: Called dyn_compile
ebuild.sh, line 975: Called qa_call 'src_compile'
environment, line 3825: Called src_compile
hydrogen-0.9.3.ebuild, line 66: Called die
!!! Failed making hydrogen!
!!! If you need support, post the topmost build error, and the call stack if rel
evant.
!!! A complete build log is located at '/var/log/portage/media-sound:hydrogen-0.
9.3:20070120-031331.log'.
Code: Select all
i686-pc-linux-gnu-g++ -c -pipe -g -w -O2 -mcpu=i686 -pipe -fno-strict-aliasing -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I. -Isrc -I/usr/qt/3/include -o src/Button.o src/gui/widgets/Button.cpp
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
src/AlsaMidiDriver.o: In function `alsaMidiDriver_thread(void*)':
src/lib/drivers/AlsaMidiDriver.cpp:80: undefined reference to `Preferences::getInstance()'
src/DiskWriterDriver.o: In function `DiskWriterDriver::getSampleRate()':
src/lib/drivers/DiskWriterDriver.cpp:162: undefined reference to `Preferences::getInstance()'
src/DiskWriterDriver.o: In function `diskWriterDriver_thread(void*)':
src/lib/drivers/DiskWriterDriver.cpp:40: undefined reference to `Preferences::getInstance()'
src/JackDriver.o: In function `JackDriver::init(unsigned int)':
src/lib/drivers/JackDriver.cpp:242: undefined reference to `Preferences::getInstance()'
src/lib/drivers/JackDriver.cpp:243: undefined reference to `Preferences::getInstance()'
src/JackDriver.o:src/lib/drivers/JackDriver.cpp:392: more undefined references to `Preferences::getInstance()' follow
collect2: ld returned 1 exit status
make[1]: *** [hydrogenPlayer] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-sound/hydrogen-0.9.3/work/hydrogen-0.9.3'
make: *** [hydrogenPlayer] Error 2
make: *** Waiting for unfinished jobs....
i686-pc-linux-gnu-g++ -c -pipe -g -w -O2 -mcpu=i686 -pipe -fno-strict-aliasing -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I. -Isrc -I/usr/qt/3/include -o src/CpuLoadWidget.o src/gui/widgets/CpuLoadWidget.cpp




/trunk/overlays/proaudio/@416 416 /trunk/overlays/proaudio/ evermind 21 hours moving
/trunk/overlays/proaudio/@415 415 /trunk/overlays/proaudio/ evermind 22 hours tree moved
you should try and reportbLUEbYTE84 wrote:Hi,
My arch is amd64.
I've tried to emerge media-libs/fst and all the versions are 'missing keyword' for amd64. For record, I have 32-bit compatibility stuff and wine already installed. My question:
Is it impossible to get it compiled on my amd64 machine (32-bits of course)? And, even if it compiles somehow, since my JACK is 64 bits, will it be incompatible with JACK?
Code: Select all
[ERROR] Hydrogen [audioEngine_startAudioDrivers] Error starting audio driver [audioDriver::connect()]
[ERROR] Hydrogen [audioEngine_startAudioDrivers] Using the NULL output audio driver
[ERROR] Hydrogen [audioEngine_startAudioDrivers] m_pMainBuffer_L == NULL
[ERROR] Hydrogen [audioEngine_startAudioDrivers] m_pMainBuffer_R == NULL
[ERROR] Hydrogen [audioEngine_setupLadspaFX] nBufferSize=0
file->preferences->audio-systemdrjimmy42 wrote:I got hydrogen to build successfully and it starts, but I get no outputs to show up in jack. I have other apps (rosegarden/ardour) working correctly so jack is working.
There are no audio in or out connectors for hydrogen in the qjackctl connection panel. In fact, the only thing hydrogen puts in there is a midi writable client.
Does anyone have hydrogen working with jack? Thanks.
Code: Select all
[ERROR] Hydrogen [audioEngine_startAudioDrivers] Error starting audio driver [audioDriver::connect()] [ERROR] Hydrogen [audioEngine_startAudioDrivers] Using the NULL output audio driver [ERROR] Hydrogen [audioEngine_startAudioDrivers] m_pMainBuffer_L == NULL [ERROR] Hydrogen [audioEngine_startAudioDrivers] m_pMainBuffer_R == NULL [ERROR] Hydrogen [audioEngine_setupLadspaFX] nBufferSize=0
I'm sorry, I should have mentioned what I had tried already.evermind wrote:file->preferences->audio-systemdrjimmy42 wrote:I got hydrogen to build successfully and it starts, but I get no outputs to show up in jack. I have other apps (rosegarden/ardour) working correctly so jack is working.
There are no audio in or out connectors for hydrogen in the qjackctl connection panel. In fact, the only thing hydrogen puts in there is a midi writable client.
Does anyone have hydrogen working with jack? Thanks.
Code: Select all
[ERROR] Hydrogen [audioEngine_startAudioDrivers] Error starting audio driver [audioDriver::connect()] [ERROR] Hydrogen [audioEngine_startAudioDrivers] Using the NULL output audio driver [ERROR] Hydrogen [audioEngine_startAudioDrivers] m_pMainBuffer_L == NULL [ERROR] Hydrogen [audioEngine_startAudioDrivers] m_pMainBuffer_R == NULL [ERROR] Hydrogen [audioEngine_setupLadspaFX] nBufferSize=0
Code: Select all
Error starting audio driverCode: Select all
Error starting audio driverCode: Select all
Jack driver: cannot connect output port
Code: Select all
>>> These are the packages that would be unmerged:
media-sound/ardour
selected: 0.99.3
protected: none
omitted: none
>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.
Would you like to unmerge these packages? [Yes/No] y
>>> Waiting 5 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in: 5 4 3 2 1
>>> Unmerging media-sound/ardour-0.99.3...
No package files given... Grabbing a set.
!!! ERROR: media-sound/ardour-0.99.3 failed.
Call stack:
ebuild.sh, line 1454: Called source '/var/db/pkg/media-sound/ardour-0.99.3/ardour-0.99.3.ebuild'
ardour-0.99.3.ebuild, line 5: Called inherit 'eutils' 'scons-ccache'
ebuild.sh, line 1189: Called die
!!! scons-ccache.eclass could not be found by inherit()
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! FAILED prerm: 1