| 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
ilya
2001-03-01 09:50:01 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 State Changed From-To: open->feedback Please try again. >>>>> "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 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 State Changed From-To: feedback->closed Originator's request. |