I would have post this on bugzilla, but I had to create an account and the email response back takes very long..
The problem I have and where I didn't found a solution for is this:
I need to install a program called Arduino via this howto on gentoo: http://www.arduino.cc/playground/Linux/Gentoo
and I was at the first stage of emerging a couple of packages with rxtx included, all packages got merged well, except for dev-java/rxtx-2.1.7.2-r2
the build.log:
the ebuild environment:
and emerge --info:
also I had to include this info:
GENTOO_VM=sun-jdk-1.6 CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER=""
the most important part I think that creates the error is the libtool version mismatch error shown here:
- Code: Select all
/var/tmp/portage/dev-java/rxtx-2.1.7.2-r2/work/rxtx-2.1-7r2/libtool: line 460: CDPATH: command not found
/var/tmp/portage/dev-java/rxtx-2.1.7.2-r2/work/rxtx-2.1-7r2/libtool: line 460: CDPATH: command not found
/var/tmp/portage/dev-java/rxtx-2.1.7.2-r2/work/rxtx-2.1-7r2/libtool: line 460: CDPATH: command not found
/var/tmp/portage/dev-java/rxtx-2.1.7.2-r2/work/rxtx-2.1-7r2/libtool: line 1152: func_opt_split: command not found
libtool: Version mismatch error. This is libtool 2.2.4, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
libtool: and run autoconf again.
/var/tmp/portage/dev-java/rxtx-2.1.7.2-r2/work/rxtx-2.1-7r2/libtool: line 1152: func_opt_split: command not found
libtool: Version mismatch error. This is libtool 2.2.4, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
libtool: and run autoconf again.
/var/tmp/portage/dev-java/rxtx-2.1.7.2-r2/work/rxtx-2.1-7r2/libtool: line 1152: func_opt_split: command not found
libtool: Version mismatch error. This is libtool 2.2.4, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
libtool: and run autoconf again.
/var/tmp/portage/dev-java/rxtx-2.1.7.2-r2/work/rxtx-2.1-7r2/libtool: line 460: CDPATH: command not found
/var/tmp/portage/dev-java/rxtx-2.1.7.2-r2/work/rxtx-2.1-7r2/libtool: line 460: CDPATH: command not found
/var/tmp/portage/dev-java/rxtx-2.1.7.2-r2/work/rxtx-2.1-7r2/libtool: line 460: CDPATH: command not found
/var/tmp/portage/dev-java/rxtx-2.1.7.2-r2/work/rxtx-2.1-7r2/libtool: line 1152: func_opt_split: command not found
/var/tmp/portage/dev-java/rxtx-2.1.7.2-r2/work/rxtx-2.1-7r2/libtool: line 1152: func_opt_split: command not found
libtool: Version mismatch error. This is libtool 2.2.4, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
libtool: and run autoconf again.
/var/tmp/portage/dev-java/rxtx-2.1.7.2-r2/work/rxtx-2.1-7r2/libtool: line 1152: func_opt_split: command not found
libtool: Version mismatch error. This is libtool 2.2.4, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
libtool: and run autoconf again.
make: *** [x86_64-pc-linux-gnu/librxtxParallel.la] Error 63
make: *** Waiting for unfinished jobs....
make: *** [x86_64-pc-linux-gnu/librxtxI2C.la] Error 63
libtool: Version mismatch error. This is libtool 2.2.4, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
libtool: and run autoconf again.
/var/tmp/portage/dev-java/rxtx-2.1.7.2-r2/work/rxtx-2.1-7r2/libtool: line 460: CDPATH: command not found
/var/tmp/portage/dev-java/rxtx-2.1.7.2-r2/work/rxtx-2.1-7r2/libtool: line 1152: func_opt_split: command not found
libtool: Version mismatch error. This is libtool 2.2.4, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
libtool: and run autoconf again.
make: *** [x86_64-pc-linux-gnu/librxtxSerial.la] Error 63
I'd appreciate anyone's help
TIA, Grtz DM.

