chinese/qterm in ports tree cannot be compiled. libtool: link: cannot find the library `' *** Error code 1 Problem comes from the big change in libtool. Add USE_AUTOTOOLS= libtool:15 to Makefile could solve this problem. Then, after compilation and installation successfully, system will complain that /usr/local/bin/qterm cannot be found. This is because a binary file named "i386-portbld-freebsd6.0-qterm" was installed rather than "qterm" ifself. Add CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} to Makefile could solve this problem. How-To-Repeat: cd /usr/port/chinese/qterm make
State Changed From-To: open->feedback Awaiting maintainers feedback
Responsible Changed From-To: freebsd-ports-bugs->clsung I'll take it.
State Changed From-To: feedback->closed Committed. Thank You.