Re: [proaudio] bumping dssi-vst-0.8 |
[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]
Le Sat, 9 May 2009 20:26:40 +0200, Dominique Michel <dominique.michel@xxxxxxxxx> a écrit : > Le Tue, 24 Mar 2009 21:54:09 +0100, > Jean-Baptiste Mestelan <mestelan@xxxxxxxxx> a écrit : > > > 2008/12/13 kRAkEn/gORe <kunitoki@xxxxxxxxx>: > > > http://www.breakfastquay.com/dssi-vst/ > > > > > > also i've noticed there is a hard dependency on gtk+... > > > since i'm using this in a small embedded system i've tried compiling > > > without and it seems ok, > > > i would like to see a use flag for enabling additional synth gui for the > > > ones that want to disable them. > > > > > > Hi Lucio ! > > Thanks for bumping this one. > > > > Unfortunately, I fail to compile it on my system, as "install" > > complains about missing directories: > > dssi-vst-server > > dssi-vst-scanner > > > > Any idea how to fix this ? > > > > Cheers. > > ---------------------------------------------------------------------- > > localhost ~ # emerge -av media-plugins/dssi-vst > > > > These are the packages that would be merged, in order: > > > > Calculating dependencies... done! > > [ebuild N ] media-plugins/dssi-vst-0.8 0 kB [1] > > > > Total: 1 package (1 new), Size of downloads: 0 kB > > Portage tree and overlays: > > [0] /usr/portage > > [1] /usr/portage/local/layman/pro-audio > > > > Would you like to merge these packages? [Yes/No] y > > > > >>> Verifying ebuild manifests > > > > >>> Emerging (1 of 1) media-plugins/dssi-vst-0.8 from proaudio > > * dssi-vst-0.8.tar.gz RMD160 SHA1 SHA256 size ;-) ... > > [ ok ] > > * checking ebuild checksums ;-) ... > > [ ok ] > > * checking auxfile checksums ;-) ... > > [ ok ] > > * checking miscfile checksums ;-) ... > > [ ok ] > > >>> Unpacking source... > > >>> Unpacking dssi-vst-0.8.tar.gz > > >>> to /var/tmp/portage/media-plugins/dssi-vst-0.8/work Source unpacked > > >>> in /var/tmp/portage/media-plugins/dssi-vst-0.8/work Compiling source > > >>> in /var/tmp/portage/media-plugins/dssi-vst-0.8/work/dssi-vst-0.8 ... > > make -j3 > > wineg++ -m32 -march=prescott -O2 -pipe -fomit-frame-pointer -ggdb > > -Ivestige -Wall -fPIC remotepluginclient.cpp -c -o > > remotepluginclient.w32.o > > wineg++ -m32 -march=prescott -O2 -pipe -fomit-frame-pointer -ggdb > > -Ivestige -Wall -fPIC remotepluginserver.cpp -c -o > > remotepluginserver.w32.o > > wineg++ -m32 -march=prescott -O2 -pipe -fomit-frame-pointer -ggdb > > -Ivestige -Wall -fPIC rdwrops.cpp -c -o rdwrops.w32.o > > wineg++ -m32 -march=prescott -O2 -pipe -fomit-frame-pointer -ggdb > > -Ivestige -Wall -fPIC paths.cpp -c -o paths.w32.o > > remotepluginclient.cpp: In member function ‘void > > RemotePluginClient::sizeShm()’: remotepluginclient.cpp:228: warning: > > ignoring return value of ‘int ftruncate(int, __off_t)’, declared with > > attribute warn_unused_result g++ -march=prescott -O2 -pipe > > -fomit-frame-pointer -ggdb -Ivestige -Wall -fPIC remotepluginclient.cpp -c > > g++ -march=prescott -O2 -pipe -fomit-frame-pointer -ggdb -Ivestige > > -Wall -fPIC remotepluginserver.cpp -c > > g++ -march=prescott -O2 -pipe -fomit-frame-pointer -ggdb -Ivestige > > -Wall -fPIC rdwrops.cpp -c > > remotepluginclient.cpp: In member function ‘void > > RemotePluginClient::sizeShm()’: remotepluginclient.cpp:228: warning: > > ignoring return value of ‘int ftruncate(int, __off_t)’, declared with > > attribute warn_unused_result g++ -march=prescott -O2 -pipe > > -fomit-frame-pointer -ggdb -Ivestige -Wall -fPIC paths.cpp -c > > g++ -march=prescott -O2 -pipe -fomit-frame-pointer -ggdb -Ivestige > > -Wall -fPIC remotevstclient.cpp -c > > g++ -march=prescott -O2 -pipe -fomit-frame-pointer -ggdb -Ivestige > > -Wall -fPIC dssi-vst_gui.cpp rdwrops.o -o dssi-vst_gui -llo > > ar r libremoteplugin.w32.a remotepluginclient.w32.o > > remotepluginserver.w32.o rdwrops.w32.o paths.w32.o > > ar: creating libremoteplugin.w32.a > > ar r libremoteplugin.a remotepluginclient.o remotepluginserver.o > > rdwrops.o paths.o > > ar: creating libremoteplugin.a > > wineg++ -m32 -march=prescott -O2 -pipe -fomit-frame-pointer -ggdb > > -Ivestige -Wall -fPIC dssi-vst-server.cpp -o dssi-vst-server -L. > > -lremoteplugin.w32 -lpthread > > dssi-vst-server.cpp: In member function ‘virtual void > > RemoteVSTServer::hideGUI()’: > > dssi-vst-server.cpp:568: warning: unused variable ‘fd’ > > dssi-vst-server.cpp: In function ‘DWORD AudioThreadMain(void*)’: > > dssi-vst-server.cpp:1075: warning: ‘watchdogThreadHandle’ may be used > > uninitialized in this function > > wineg++ -m32 -march=prescott -O2 -pipe -fomit-frame-pointer -ggdb > > -Ivestige -Wall -fPIC dssi-vst-scanner.cpp -o dssi-vst-scanner -L. > > -lremoteplugin.w32 -lpthread > > dssi-vst-scanner.cpp: In function ‘int WinMain(HINSTANCE__*, > > HINSTANCE__*, CHAR*, int)’: > > dssi-vst-scanner.cpp:148: warning: ignoring return value of ‘ssize_t > > write(int, const void*, size_t)’, declared with attribute > > warn_unused_result > > dssi-vst-scanner.cpp:244: warning: ignoring return value of ‘ssize_t > > write(int, const void*, size_t)’, declared with attribute > > warn_unused_result > > dssi-vst-scanner.cpp:323: warning: ignoring return value of ‘ssize_t > > write(int, const void*, size_t)’, declared with attribute > > warn_unused_result > > dssi-vst-scanner.cpp:330: warning: ignoring return value of ‘ssize_t > > write(int, const void*, size_t)’, declared with attribute > > warn_unused_result > > dssi-vst-scanner.cpp:334: warning: ignoring return value of ‘ssize_t > > write(int, const void*, size_t)’, declared with attribute > > warn_unused_result > > dssi-vst-scanner.cpp:338: warning: ignoring return value of ‘ssize_t > > write(int, const void*, size_t)’, declared with attribute > > warn_unused_result > > dssi-vst-scanner.cpp:342: warning: ignoring return value of ‘ssize_t > > write(int, const void*, size_t)’, declared with attribute > > warn_unused_result > > dssi-vst-scanner.cpp:345: warning: ignoring return value of ‘ssize_t > > write(int, const void*, size_t)’, declared with attribute > > warn_unused_result > > dssi-vst-scanner.cpp:348: warning: ignoring return value of ‘ssize_t > > write(int, const void*, size_t)’, declared with attribute > > warn_unused_result > > dssi-vst-scanner.cpp:351: warning: ignoring return value of ‘ssize_t > > write(int, const void*, size_t)’, declared with attribute > > warn_unused_result > > dssi-vst-scanner.cpp:356: warning: ignoring return value of ‘ssize_t > > write(int, const void*, size_t)’, declared with attribute > > warn_unused_result > > dssi-vst-scanner.cpp:358: warning: ignoring return value of ‘ssize_t > > write(int, const void*, size_t)’, declared with attribute > > warn_unused_result > > dssi-vst-scanner.cpp:362: warning: ignoring return value of ‘ssize_t > > write(int, const void*, size_t)’, declared with attribute > > warn_unused_result > > dssi-vst-scanner.cpp:371: warning: ignoring return value of ‘ssize_t > > write(int, const void*, size_t)’, declared with attribute > > warn_unused_result > > dssi-vst-scanner.cpp:396: warning: ignoring return value of ‘ssize_t > > write(int, const void*, size_t)’, declared with attribute > > warn_unused_result > > g++ -shared -Wl,-Bsymbolic -g3 -march=prescott -O2 -pipe > > -fomit-frame-pointer -ggdb -Ivestige -Wall -fPIC -o dssi-vst.so > > dssi-vst.cpp remotevstclient.o -L. -lremoteplugin -lasound > > g++ -march=prescott -O2 -pipe -fomit-frame-pointer -ggdb -Ivestige > > -Wall -fPIC vsthost.cpp remotevstclient.o -o vsthost -L. > > -lremoteplugin -ljack -lasound > > >>> Source compiled. > > >>> Test phase [not enabled]: media-plugins/dssi-vst-0.8 > > > > >>> Install dssi-vst-0.8 > > >>> into /var/tmp/portage/media-plugins/dssi-vst-0.8/image/ category > > >>> media-plugins > > mkdir > > -p /var/tmp/portage/media-plugins/dssi-vst-0.8/image//usr/lib/dssi/dssi-vst > > mkdir -p /var/tmp/portage/media-plugins/dssi-vst-0.8/image//usr/lib/ladspa > > mkdir -p /var/tmp/portage/media-plugins/dssi-vst-0.8/image//usr/bin install > > dssi-vst.so /var/tmp/portage/media-plugins/dssi-vst-0.8/image//usr/lib/dssi > > install dssi-vst.so > > /var/tmp/portage/media-plugins/dssi-vst-0.8/image//usr/lib/ladspa > > install dssi-vst-server.exe.so dssi-vst-server dssi-vst-scanner.exe.so > > dssi-vst-scanner dssi-vst_gui > > /var/tmp/portage/media-plugins/dssi-vst-0.8/image//usr/lib/dssi/dssi-vst > > install: cannot stat `dssi-vst-server': No such file or directory > > install: cannot stat `dssi-vst-scanner': No such file or directory > > make: *** [install] Error 1 > > * > > * ERROR: media-plugins/dssi-vst-0.8 failed. > > * Call stack: > > * ebuild.sh, line 49: Called src_install > > * environment, line 715: Called die > > * The specific snippet of code: > > * make BINDIR="${D}/usr/bin" > > DSSIDIR="${D}/usr/$(get_libdir)/dssi" > > LADSPADIR="${D}/usr/$(get_libdir)/ladspa" install || die "install > > failed"; > > * The die message: > > * install failed > > * > > * If you need support, post the topmost build error, and the call > > stack if relevant. > > * A complete build log is located at > > '/var/tmp/portage/media-plugins/dssi-vst-0.8/temp/build.log'. > > * The ebuild environment file is located at > > '/var/tmp/portage/media-plugins/dssi-vst-0.8/temp/environment'. > > * This ebuild is from a repository named 'proaudio' > > * > > > > >>> Failed to emerge media-plugins/dssi-vst-0.8, Log file: > > > > >>> '/var/tmp/portage/media-plugins/dssi-vst-0.8/temp/build.log' > > > > * Messages for package media-plugins/dssi-vst-0.8: > > > > * > > * ERROR: media-plugins/dssi-vst-0.8 failed. > > * Call stack: > > * ebuild.sh, line 49: Called src_install > > * environment, line 715: Called die > > * The specific snippet of code: > > * make BINDIR="${D}/usr/bin" > > DSSIDIR="${D}/usr/$(get_libdir)/dssi" > > LADSPADIR="${D}/usr/$(get_libdir)/ladspa" install || die "install > > failed"; > > * The die message: > > * install failed > > * > > * If you need support, post the topmost build error, and the call > > stack if relevant. > > * A complete build log is located at > > '/var/tmp/portage/media-plugins/dssi-vst-0.8/temp/build.log'. > > * The ebuild environment file is located at > > '/var/tmp/portage/media-plugins/dssi-vst-0.8/temp/environment'. > > * This ebuild is from a repository named 'proaudio' > > > > > > Same error here. > > # emerge --info > Portage 2.1.6.13 (default/linux/amd64/2008.0/desktop, gcc-4.3.3, > glibc-2.9_p20081201-r2, 2.6.29-gentoo-r1-3D-alsaext x86_64) > ================================================================= System > uname: > Linux-2.6.29-gentoo-r1-3D-alsaext-x86_64-AMD_Phenom-tm-_9600_Quad-Core_Processor-with-gentoo-2.0.0 > Timestamp of tree: Sat, 09 May 2009 05:30:01 +0000 app-shells/bash: > 4.0_p17-r1 dev-java/java-config: 2.1.7 dev-lang/python: 2.6.2 > dev-python/pycrypto: 2.0.1-r8 > dev-util/cmake: 2.6.4 > sys-apps/baselayout: 2.0.0 > sys-apps/openrc: 0.4.3-r2 > sys-apps/sandbox: 1.9 > sys-devel/autoconf: 2.13, 2.63-r1 > sys-devel/automake: 1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 > sys-devel/binutils: 2.19.1-r1 > sys-devel/gcc-config: 1.4.1 > sys-devel/libtool: 2.2.6a > virtual/os-headers: 2.6.28-r1 > ABI="amd64" > ACCEPT_KEYWORDS="amd64 ~amd64" > ALSA_CARDS="hda-intel ice1724 usb-audio virmidi cx88" > 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" ANT_HOME="/usr/share/ant" > 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 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" ARCH="amd64" > ASFLAGS_x86="--32" AUTOCLEAN="yes" CBUILD="x86_64-pc-linux-gnu" > CDEFINE_amd64="__x86_64__" CDEFINE_x86="__i386__" CFLAGS="-march=k8 -O2 > -msse3 -pipe" CFLAGS_x86="-m32" CHOST="x86_64-pc-linux-gnu" > CHOST_amd64="x86_64-pc-linux-gnu" > CHOST_x86="i686-pc-linux-gnu" > CLEAN_DELAY="5" > COLLISION_IGNORE="/lib/modules" > COLORTERM="gnome-terminal" > CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" > CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /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 /etc/udev/rules.d" > CVS_RSH="ssh" > CXXFLAGS="-march=k8 -O2 -msse3 -pipe" > DEFAULT_ABI="amd64" > DISPLAY=":0.0" > DISTDIR="/usr/portage/distfiles" > DVB_CARDS="ttpci" > EDITOR="/bin/nano" > ELIBC="glibc" > EMERGE_DEFAULT_OPTS="--verbose" > EMERGE_WARNING_DELAY="10" > FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms > strict unmerge-orphans userfetch" FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 > --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}"" > FLTK_DOCDIR="/usr/share/doc/fltk-2.0_pre6786/html" FOO2ZJS_DEVICES="hp2600n" > GDK_USE_XFT="1" > GENTOO_MIRRORS="http://distfiles.gentoo.org > http://distro.ibiblio.org/pub/linux/distributions/gentoo" > GUILE_LOAD_PATH="/usr/share/guile/1.8" HG="/usr/bin/hg" > HISTCONTROL="ignorespace" > HOME="/root" > INFOPATH="/usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.19.1/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.3/info:/usr/share/info/emacs-22" > INPUT_DEVICES="evdev keyboard mouse" > JAVAC="/etc/java-config-2/current-system-vm/bin/javac" > JAVA_HOME="/etc/java-config-2/current-system-vm" > JDK_HOME="/etc/java-config-2/current-system-vm" > KERNEL="linux" > LADSPA_PATH="/usr/lib64/ladspa" > LANG="en_US.UTF-8" > LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses > text" LC_ALL="en_US.UTF-8" > LDFLAGS="-Wl,-O1" > LDFLAGS_x86="-m elf_i386" > LESS="-R -M --shift 5" > LESSOPEN="|lesspipe.sh %s" > LIBDIR_amd64="lib64" > LIBDIR_amd64_fbsd="lib64" > LIBDIR_ppc="lib32" > LIBDIR_ppc64="lib64" > LIBDIR_sparc32="lib32" > LIBDIR_sparc64="lib64" > LIBDIR_x86="lib32" > LIBDIR_x86_fbsd="lib32" > LINGUAS="fr en sv" > LOGNAME="root" > LS_COLORS="rs=0:di=01;34:ln=01;36:hl=44;37:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*..bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:" > MAKEOPTS="-j5" > MANPATH="/etc/java-config-2/current-system-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.19.1/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.3/man:/etc/java-config/system-vm/man/:/usr/kde/3.5/share/man:/usr/qt/3/doc/man" > MC_SID="1752" > MC_TMPDIR="/tmp/mc-root" > MULTILIB_ABIS="amd64 x86" > MULTILIB_STRICT_DENY="64-bit.*shared object" > MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib" > MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage)" > NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb > php profiler soa visualweb webcommon websvccommon xml" > OLDPWD="/var/tmp/portage/media-plugins/dssi-vst-0.8/work/dssi-vst-0.8/vestige" > OPENGL_PROFILE="xorg-x11" PAGER="/usr/bin/less" > PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.3:/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin" > PKGDIR="/usr/portage/packages" > PKG_CONFIG_PATH="/usr/qt/3/lib64/pkgconfig" > PORTAGE_ARCHLIST="ppc s390 amd64 x86 ppc64 x86-fbsd m68k arm sparc sh mips > ia64 alpha hppa amd64-fbsd sparc-fbsd" PORTAGE_BINHOST_CHUNKSIZE="3000" > PORTAGE_BIN_PATH="/usr/lib64/portage/bin" > PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png" > PORTAGE_CONFIGROOT="/" > PORTAGE_DEBUG="0" > PORTAGE_DEPCACHEDIR="/var/cache/edb/dep" > PORTAGE_ELOG_CLASSES="log warn error" > PORTAGE_ELOG_MAILFROM="portage@localhost" > PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}" > PORTAGE_ELOG_MAILURI="root" > PORTAGE_ELOG_SYSTEM="save_summary echo" > PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5" > PORTAGE_FETCH_RESUME_MIN_SIZE="350K" > PORTAGE_GID="250" > PORTAGE_INST_GID="0" > PORTAGE_INST_UID="0" > PORTAGE_PYM_PATH="/usr/lib64/portage/pym" > PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times > --compress --force --whole-file --delete --stats --timeout=180 > --exclude=/distfiles --exclude=/local --exclude=/packages" > PORTAGE_RSYNC_RETRIES="3" PORTAGE_TMPDIR="/var/tmp" PORTAGE_VERBOSE="1" > PORTAGE_WORKDIR_MODE="0700" > PORTDIR="/usr/portage" > PORTDIR_OVERLAY="/usr/portage/local/layman/sunrise /usr/portage/local/layman/pro-audio /usr/portage/local/layman/test" > PROFILE_ONLY_VARIABLES="ARCH ELIBC KERNEL USERLAND" > PWD="/var/tmp/portage/media-plugins/dssi-vst-0.8/work/dssi-vst-0.8" > QMAKESPEC="linux-g++" > QTDIR="/usr/qt/3" > RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O > "${DISTDIR}/${FILE}" "${URI}"" ROOT="/" > ROOTPATH="/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.3:/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin" > RPMDIR="/usr/portage/rpm" > SANE_CONFIG_DIR="/etc/sane.d" > SGML_CATALOG_FILES="/etc/sgml/xml-docbook-4.1.2.cat:/etc/sgml/openjade-1.3.2.cat:/etc/sgml/sgml-docbook.cat:/etc/sgml/sgml-lite.cat:/etc/sgml/xml-docbook-4.4.cat:/etc/sgml/sgml-docbook-3.1.cat:/etc/sgml/sgml-ent.cat:/etc/sgml/dsssl-docbook-stylesheets.cat" > SHELL="/bin/bash" > SHLVL="2" > STAGE1_USE="multilib nptl nptlonly unicode" > SYMLINK_LIB="yes" > SYNC="rsync://rsync.gentoo.org/gentoo-portage" > TERM="xterm" > USB_DEVFS_PATH="/dev/bus/usb" > USE="3dnow X a52 aac acl acpi alsa amd64 audiofile bash-completion berkdb bidi > bluetooth branding bzip2 cairo caps cddb cdparanoia cdr cjk cli cracklib crypt > css cups dbus dga directfb djvu dri dts dv dvd dvdr dvdread eds emboss encode > esd evo exif fam fbcon ffmpeg fftw firefox flac fltk fontconfig foomaticdb > fortran ftp gd gdbm geoip gif gimp glut gnome gnuplot gphoto2 gpm gsl > gstreamer gtk gtkhtml hal iconv icq idn ieee1394 imap imlib ipv6 isdnlog > jabber jack jbig jingle jpeg jpeg2k kerberos ladcca ladspa lame lash lcms > ldap libnotify libsamplerate libwww lirc lzo mad maildir matroska mbox mcve > memlimit midi mikmod mime mmx mng mozilla mp3 mpeg mpi mplayer msn mudflap > multilib musepack musicbrainz mysql nas ncurses nls nntp nptl nptlonly > nsplugin ntpl offensive ogg openal openexr opengl openmp osc oss pam pcre pdf > perl plotutils png portaudio posix ppds pppd pulseaudio python qt3support > quicktime raw readline recode reflection rss scanner sdl seamonkey session > sharedmem shorten slang slp smartcard smp sndfile sockets sox speex spell spl > sse sse2 ssl startup-notification svg sysfs syslog sysvipc szip taglib tcl > tcpd theora threads tiff timidity tk truetype unicode usb v4l v4l2 vcd > vim-syntax vorbis wavpack wmf x264 xcomposite xface xine xml xorg xosd xpm > xscreensaver xulrunner xv xvid yahoo zeroconf zlib" ALSA_CARDS="hda-intel > ice1724 usb-audio virmidi cx88" 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 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" DVB_CARDS="ttpci" > ELIBC="glibc" FOO2ZJS_DEVICES="hp2600n" INPUT_DEVICES="evdev keyboard mouse" > KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 > mtxorb ncurses text" LINGUAS="fr en sv" USERLAND="GNU" VIDEO_CARDS="nv fbdev > v4l vesa" USER="root" USERLAND="GNU" USE_EXPAND="ALSA_CARDS ALSA_PCM_PLUGINS > APACHE2_MODULES APACHE2_MPMS CAMERAS CROSSCOMPILE_OPTS DVB_CARDS ELIBC > FCDSL_CARDS FOO2ZJS_DEVICES FRITZCAPI_CARDS INPUT_DEVICES KERNEL LCD_DEVICES > LINGUAS LIRC_DEVICES MISDN_CARDS NETBEANS_MODULES USERLAND VIDEO_CARDS" > USE_EXPAND_HIDDEN="CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND" > USE_ORDER="env:pkg:conf:defaults:pkginternal:env.d" VIDEO_CARDS="nv fbdev v4l > vesa" XAUTHORITY="/root/.xauthBCDtb2" XDG_CONFIG_DIRS="/etc/xdg" > XDG_DATA_DIRS="/usr/local/share:/usr/share:/usr/kde/3.5/share:/usr/share/gdm" > _="/usr/bin/emerge" > I found a little more. During the make, the lines wineg++ -m32 -Ivestige -Wall -fPIC dssi-vst-server.cpp -o dssi-vst-server -L. -lremoteplugin.w32 -lpthread and wineg++ -m32 -Ivestige -Wall -fPIC dssi-vst-scanner.cpp -o dssi-vst-scanner -L. -lremoteplugin.w32 -lpthread must create dssi-vst-server and dssi-vst-scanner. With my wine version, 1.1..21, wineg++ create dssi-vst-server.exe and dssi-vst-scanner.exe Look like a bug into wineg++ that doesn't understand well gcc -o option. What is the right solution? Rename those files into dssi-vst-server and dssi-vst-scanner? Don't rename them, install them and make some symlink? Don't rename them and install them? The joined ebuild work for me, but it will fail with non affected wine versions. > Ciao, > Dominique > >
Attachment:
dssi-vst-0.8-r1.ebuild
Description: Binary data
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |