Bug 97177 - [patch] chinese/qterm cannot be compiled
Summary: [patch] chinese/qterm cannot be compiled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-12 16:50 UTC by Yuan Jue
Modified: 2006-07-25 15:52 UTC (History)
0 users

See Also:


Attachments
file.diff (382 bytes, patch)
2006-05-12 16:50 UTC, Yuan Jue
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuan Jue 2006-05-12 16:50:14 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-12 17:08:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-05-12 17:22:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-25 15:52:32 UTC
State Changed
From-To: feedback->closed

Committed. Thank You.