First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 7545
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Seemant Kulleen (RETIRED) <seemant@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Rigo <rigo@MED1A.nl>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 7545 depends on: Show dependency tree
Show dependency graph
Bug 7545 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-09-05 13:27 0000
checking for jw... /usr/bin/jw
checking for new_pspell_manager in -lpspell... no
configure: error: *** libpspell(-devel) not found.  Please check
http://www.balsa.net for information on the required files.

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


Have build an ebuild for pspell, just to get it compiled, anybody interested ? ;-)

------- Comment #1 From Seemant Kulleen (RETIRED) 2002-09-05 21:18:27 0000 -------
do you not have aspell-0.51 installed?

------- Comment #2 From Rigo 2002-09-06 01:49:48 0000 -------
Well I hope u're meaning 0.50.1 else you're keeping one from me ;-) !

Cannot find 0.51 on the site/portage, so...


Gr, Rogi

------- Comment #3 From Seemant Kulleen (RETIRED) 2002-09-06 05:12:17 0000 -------
I just checked in a fix. please test and report.  and you were right about the
aspell version, sorry for any confusion there.

------- Comment #4 From Rigo 2002-09-06 05:37:53 0000 -------
Checked...Same error :'-(

------- Comment #5 From Seemant Kulleen (RETIRED) 2002-09-06 05:55:40 0000 -------
Hunk #1 succeeded at 7698 with fuzz 1 (offset 1069 lines).
patching file configure


^^^^ do you see that happen?

------- Comment #6 From Rigo 2002-09-06 07:02:29 0000 -------
Yup, patch went well

------- Comment #7 From Alexander Seitz 2002-09-06 17:30:24 0000 -------
I think I have located the problem.

Your patch is against the configure of balsa itself, but th problem is in the
configure of libmutt (At least I do think so:-) )

If you're interested I can mail you the complete output of the ebuild.

Alexander Seitz

------- Comment #8 From Alexander Seitz 2002-09-06 17:59:39 0000 -------
sorry, i was wrong the error indeed is in the configure of balsa itself.
Perhaps
I should work more carfully before posting:-)

It has nothing to do with the libmutt/configure

------- Comment #9 From Martin Kuehl 2002-09-07 15:14:26 0000 -------
the configure seems to be pathed successfully, but after that pspell is still
being looked for. firt occurrence of the word "pspell" is in line 7664, I think
the relevant stuff comes after line 7673. (note the error message below, from
line 7705)  this: LIBS="-lpspell -lstdc++ $LIBS" is line 7701, after the patch,
so the error should be somewhere around here. 

------- Comment #10 From Seemant Kulleen (RETIRED) 2002-09-10 09:51:05 0000 -------
yeah, that's exactly where the error is. I will be updating the patch shortly
--
just testing currently :)

------- Comment #11 From Seemant Kulleen (RETIRED) 2002-09-11 10:44:08 0000 -------
enjoy :)

------- Comment #12 From Rigo 2002-09-11 14:49:57 0000 -------
... yes
checking BALSA_CFLAGS...          -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0
-I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2
-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0
-I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/include/gnome-vfs-module-2.0
-I/usr/include/libgnomeprint-2.0 -I/usr/include/libgnomeprintui-2.0
-I/usr/include/gtkhtml-2.0  
checking BALSA_LIBS...          -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE
-lbonoboui-2 -lgnome-2 -lgconf-2 -lgnomevfs-2 -lgnomeprintui-2 -lgnomeprint-2
-lgnomecanvas-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -llinc -lgthread-2.0
-lpthread -lart_lgpl_2 -lpangoft2-1.0 -lgtkhtml-2 -lgtk-x11-2.0 -lxml2 -lz
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0
-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
checking for scrollkeeper-config... /usr/bin/scrollkeeper-config
checking for jw... /usr/bin/jw
checking for new_pspell_manager in -lpspell... no
configure: error: *** libpspell(-devel) not found.  Please check
http://www.balsa.net for information on the required files.

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

lappy net-mail # emerge -p balsa

These are the packages that I would merge, in order.

Calculating dependencies ...done!
[ebuild   R  ] net-mail/balsa-2.0.1-r2 to /


Sorry 4 this Seemant :'-(

------- Comment #13 From Rigo 2002-09-11 14:56:42 0000 -------
Me and my big mouth....emerged rsynced too early after receiving you mail...

My apologies 4 the 'spam'....


Rigo

First Last Prev Next    No search results available      Search page      Enter new bug