Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9468 - abiword 1.0.3 ebuild fails
Summary: abiword 1.0.3 ebuild fails
Status: RESOLVED DUPLICATE of bug 6937
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-21 22:33 UTC by Paul Slinski
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Slinski 2002-10-21 22:33:55 UTC
This latest update to Abiword fails during configuration of the package.

Fistly at the begining of the config process:
gnome
perl
spell
xml2
jpeg
automake (GNU automake) 1.5
Creating aclocal.m4...
aclocal: both `configure.ac' and `configure.in' present: ignoring `configure.in'
automake-1.5: both `configure.ac' and `configure.in' present: ignoring
`configure.in'
Creating configure...
autoconf-2.53a: warning: both `configure.ac' and `configure.in' are present.
autoconf-2.53a: warning: proceeding with `configure.ac'.

Next during config:
<snip>
checking aspell.h usability... yes
checking aspell.h presence... yes
checking for aspell.h... yes
checking for new_aspell_config in -laspell... no
configure: error: * * * pspell not found in system location * * *

!!! ERROR: The ebuild did not complete successfully.
!!! Function econf, Line 9, Exitcode 1
!!! econf failed

-Paul
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-10-22 02:27:35 UTC
emerge aspell and try again, please.
Comment 2 Paul Slinski 2002-10-22 08:25:34 UTC
That did it. How odd, thanks.
Comment 3 Paul Slinski 2002-10-22 08:31:05 UTC
Spoke too soon, heres a new one:

In file included from /usr/lib/perl5/5.6.1/i686-linux/CORE/perl.h:3340,
                 from ut_PerlBindings.cpp:42:
/usr/include/sys/ipc.h:25: warning: #warning "Files using this header must be
compiled with _SVID_SOURCE or _XOPEN_SOURCE"
In file included from ut_PerlBindings.h:6,
                 from ut_PerlBindings.cpp:7:
ut_Script.h:119: warning: `class UT_ScriptLibrary' only defines private
constructors and has no friends
ut_PerlBindings.cpp: In function `void xs_init()':
ut_PerlBindings.cpp:74: passing `void (*)(PerlInterpreter *, CV *)' as argument
2 of `Perl_newXS(char *, void (*)(CV *), char *)'
ut_PerlBindings.cpp: In method `bool UT_PerlBindings::evalFile(const UT_String &)':
ut_PerlBindings.cpp:237: warning: ANSI C++ forbids braced-groups within expressions
ut_PerlBindings.cpp:253: warning: ANSI C++ forbids braced-groups within expressions
ut_PerlBindings.cpp: In method `bool UT_PerlBindings::runCallback(const char *)':
ut_PerlBindings.cpp:293: warning: ANSI C++ forbids braced-groups within expressions
make[4]: *** [ut_PerlBindings.o] Error 1
make[4]: Leaving directory
`/var/tmp/portage/abiword-1.0.3/work/abiword-1.0.3/abi/src/af/util/xp'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/var/tmp/portage/abiword-1.0.3/work/abiword-1.0.3/abi/src/af/util'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/abiword-1.0.3/work/abiword-1.0.3/abi/src/af'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/abiword-1.0.3/work/abiword-1.0.3/abi/src'
make: *** [all-recursive] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -61, Exitcode 2
!!! (no error message)
Comment 4 foser (RETIRED) gentoo-dev 2002-10-23 10:02:25 UTC

*** This bug has been marked as a duplicate of 6937 ***