Bug 25473

Summary: Can't compile port textproc/pspell
Product: Ports & Packages Reporter: ilya <ilya>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ilya 2001-03-01 09:50:01 UTC
Port can't be compiled becouse one header file is not found.

Fix: This patch should be added to port:
How-To-Repeat: 
try to build port
Comment 1 Jun Kuriyama 2001-03-17 09:05:50 UTC
At 1 Mar 2001 09:50:20 GMT,
ilya@martynov.org wrote:
> Port can't be compiled becouse one header file is not found.

Hmmm, it can be compiled on my -current and 4.2-REL box (and bento
shows no-error for pspell).  Can you re-cvsup and try again?


-- 
Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama@FreeBSD.org> // FreeBSD Project
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2001-03-17 09:06:02 UTC
State Changed
From-To: open->feedback

Please try again.
Comment 3 m_ilya 2001-03-17 16:45:47 UTC
>>>>> "JK" == Jun Kuriyama <kuriyama@imgsrc.co.jp> writes:

    JK> Hmmm, it can be compiled on my -current and 4.2-REL box (and bento
    JK> shows no-error for pspell).  Can you re-cvsup and try again?

I cvsup every day :). And it doesn't build without my patch (see it in
PR) even today.

I belive it will build ok on boxes which have old versions of libtool
port installed.

Header file ltdl.h that can't be found was installed in
/usr/local/include by old versions of libtool port. Now it is
installed into /usr/local/share/libtool/libltdl. Acutally as I
understant pspell should actually use its own version of ltdl.h. My
patch adds dir with it into include file search path.

What version of libtool port do you have? I've have libtool-1.3.4_2
(which is latest). What says "find /usr/local -name ltdl.h" for you?

-- 
Ilya Martynov
AGAVA Software Company, http://www.agava.com
Comment 4 Jun Kuriyama 2001-03-19 09:17:45 UTC
At 17 Mar 2001 19:45:47 +0300,
Ilya Martynov wrote:
> I belive it will build ok on boxes which have old versions of libtool
> port installed.
> 
> Header file ltdl.h that can't be found was installed in
> /usr/local/include by old versions of libtool port. Now it is
> installed into /usr/local/share/libtool/libltdl. Acutally as I
> understant pspell should actually use its own version of ltdl.h. My
> patch adds dir with it into include file search path.
> 
> What version of libtool port do you have? I've have libtool-1.3.4_2
> (which is latest). What says "find /usr/local -name ltdl.h" for you?

I try again with flesh 4.3-BETA, but it can be compiled...  libtool
port is installed with ltdl.h like as:

4-stable: {167} find /usr/local -name ltdl.h
/usr/local/include/ltdl.h
/usr/local/share/libtool/libltdl/ltdl.h

Hmmm...strange...


-- 
Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama@FreeBSD.org> // FreeBSD Project
Comment 5 Jun Kuriyama freebsd_committer freebsd_triage 2001-03-19 10:56:23 UTC
State Changed
From-To: feedback->closed

Originator's request.