Skip Menu |

This queue is for tickets about the Text-Aspell CPAN distribution.

Report information
The Basics
Id: 6244
Status: resolved
Priority: 0/
Queue: Text-Aspell

People
Owner: Nobody in particular
Requestors: co224 [...] cam.ac.uk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: (no value)



Subject: Missing aspell.h in Text-Aspell-0.0.4
On Linux mydomain.com 2.4.22 #3 SMP Mon Dec 8 16:04:42 GMT 2003 i686 GNU/Linux make failed coz it cannot find aspell.h, needed by Aspell.xc. Part of the message is as below: --start output fs0:~/.cpan/build/Text-Aspell-0.04# make cp Aspell.pm blib/lib/Text/Aspell.pm /usr/bin/perl /usr/share/perl/5.8/ExtUtils/xsubpp -noprototypes -typemap /usr/share/perl/5.8/ExtUtils/typemap -typemap typemap Aspell.xs > Aspell.xsc && mv Aspell.xsc Aspell.c cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -fPIC "-I/usr/lib/perl/5.8/CORE" Aspell.c Aspell.xs:7:20: aspell.h: No such file or directory Aspell.xs:12: error: parse error before "AspellCanHaveError" Aspell.xs:12: warning: no semicolon at end of struct or union Aspell.xs:13: warning: data definition has no type or storage class Aspell.xs:14: error: parse error before '*' token Aspell.xs:14: warning: data definition has no type or storage class Aspell.xs:17: error: parse error before '}' token --end output Thanking you in advance, Cinly
From: hjohnson [...] nypost.com
Same problem occurs on FC1, Perl version 5.8.1 [guest - Thu May 6 10:15:52 2004]: Show quoted text
> On > Linux mydomain.com 2.4.22 #3 SMP Mon Dec 8 16:04:42 GMT 2003 i686 > GNU/Linux > > make failed coz it cannot find aspell.h, needed by Aspell.xc. > > Part of the message is as below: > > --start output > > fs0:~/.cpan/build/Text-Aspell-0.04# make > cp Aspell.pm blib/lib/Text/Aspell.pm > /usr/bin/perl /usr/share/perl/5.8/ExtUtils/xsubpp -noprototypes > -typemap /usr/share/perl/5.8/ExtUtils/typemap -typemap typemap > Aspell.xs > Aspell.xsc && mv Aspell.xsc Aspell.c > cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN > -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.04\" > -DXS_VERSION=\"0.04\" -fPIC "-I/usr/lib/perl/5.8/CORE" Aspell.c > Aspell.xs:7:20: aspell.h: No such file or directory > Aspell.xs:12: error: parse error before "AspellCanHaveError" > Aspell.xs:12: warning: no semicolon at end of struct or union > Aspell.xs:13: warning: data definition has no type or storage class > Aspell.xs:14: error: parse error before '*' token > Aspell.xs:14: warning: data definition has no type or storage class > Aspell.xs:17: error: parse error before '}' token > > --end output > > Thanking you in advance, > Cinly
From: hjohnson [...] nypost.com
I had this problem also, but realized that if you download and install GNU's Aspell libs, it is fixed. See http://aspell.sourceforge.net/. Install this and then remake Text-Aspell and all should be well. -Heather
[guest - Wed May 19 13:57:19 2004]: Show quoted text
> I had this problem also, but realized that if you download and install > GNU's Aspell libs, it is fixed. See http://aspell.sourceforge.net/. > Install this and then remake Text-Aspell and all should be well.
Yes, that's the idea. I think that's recommended in step one of the INSTALLATION instructions in the README. Please let me know if that's unclear so I can fix it.
From: co224_AT_cam.ac.uk
You are right. The instruction in README is not unclear, it just that I used standard Perl installation procedure and did not read README. (Silly me) Hence, can I suggest that a warning message is placed during configure or make (which requires the user to response, such as pressing a key). Thanks for everyone's input and help. Best regards, Cinly [HANK - Tue Jul 20 22:17:21 2004]: Show quoted text
> [guest - Wed May 19 13:57:19 2004]: >
> > I had this problem also, but realized that if you download and
> install
> > GNU's Aspell libs, it is fixed. See http://aspell.sourceforge.net/. > > Install this and then remake Text-Aspell and all should be well.
> > Yes, that's the idea. I think that's recommended in step one of the > INSTALLATION instructions in the README. Please let me know if that's > unclear so I can fix it. > > > >
[guest - Wed Jul 21 06:06:30 2004]: Show quoted text
> You are right. The instruction in README is not unclear, it just that > I > used standard Perl installation procedure and did not read README. > (Silly me) Hence, can I suggest that a warning message is placed > during > configure or make (which requires the user to response, such as > pressing > a key).
Ok, maybe it can report something like that -- it's not a good idea to expect user input since modules can be installed by other means.