* [gentoo-dev] XChat 1.8.2 ebuild fails when using python
@ 2001-08-06 5:50 Claes Nästén
2001-08-06 7:18 ` Mikael Hallendal
0 siblings, 1 reply; 8+ messages in thread
From: Claes Nästén @ 2001-08-06 5:50 UTC (permalink / raw
To: Gentoo Mailing List
Hi!
The XChat ebuild(s) breaks when linking the fe-text and exits saying that it couldn't find lib X11. It's easy to fix... still it's anoying, so a fix should be done when using python.
/Claes Nästén
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] XChat 1.8.2 ebuild fails when using python
2001-08-06 5:50 [gentoo-dev] XChat 1.8.2 ebuild fails when using python Claes Nästén
@ 2001-08-06 7:18 ` Mikael Hallendal
2001-08-06 7:54 ` Karl Trygve Kalleberg
0 siblings, 1 reply; 8+ messages in thread
From: Mikael Hallendal @ 2001-08-06 7:18 UTC (permalink / raw
To: gentoo-dev
Claes Nästén <pekdon@gmx.net> writes:
Is this when you are building without gnome-support?
This shouldn't have anything to do with using python?
Do you have the fix for the ebuild? In case I can commit it.
Regards,
Mikael Hallendal
> Hi! The XChat ebuild(s) breaks when linking the fe-text and exits
> saying that it couldn't find lib X11. It's easy to fix... still it's
> anoying, so a fix should be done when using python.
>
> /Claes Nästén
>
> _______________________________________________ gentoo-dev mailing
> list gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
--
Mikael Hallendal micke@codefactory.se
CodeFactory AB http://www.codefactory.se/
Office: +46 (0)8 587 583 05 Cell: +46 (0)709 718 918
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] XChat 1.8.2 ebuild fails when using python
2001-08-06 7:18 ` Mikael Hallendal
@ 2001-08-06 7:54 ` Karl Trygve Kalleberg
2001-08-06 8:46 ` Mikael Hallendal
0 siblings, 1 reply; 8+ messages in thread
From: Karl Trygve Kalleberg @ 2001-08-06 7:54 UTC (permalink / raw
To: gentoo-dev
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 483 bytes --]
On Mon, Aug 06, 2001 at 03:14:48PM +0200, Mikael Hallendal wrote:
> Claes Nästén <pekdon@gmx.net> writes:
>
> Is this when you are building without gnome-support?
> This shouldn't have anything to do with using python?
> Do you have the fix for the ebuild? In case I can commit it.
This might be the problem that python-config doesn't include -lm when
invoked with --libs.
This has been reported before, but I'm not certain python-config has been
updated with the fix.
Karl T
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] XChat 1.8.2 ebuild fails when using python
2001-08-06 7:54 ` Karl Trygve Kalleberg
@ 2001-08-06 8:46 ` Mikael Hallendal
2001-08-06 14:23 ` Karl Trygve Kalleberg
0 siblings, 1 reply; 8+ messages in thread
From: Mikael Hallendal @ 2001-08-06 8:46 UTC (permalink / raw
To: gentoo-dev
Karl Trygve Kalleberg <karltk@prosalg.no> writes:
> On Mon, Aug 06, 2001 at 03:14:48PM +0200, Mikael Hallendal wrote:
> > Claes Nästén <pekdon@gmx.net> writes:
> >
> > Is this when you are building without gnome-support? This shouldn't
> >have anything to do with using python? Do you have the fix for the
> >ebuild? In case I can commit it.
>
> This might be the problem that python-config doesn't include -lm when
> invoked with --libs.
>
> This has been reported before, but I'm not certain python-config has
> been updated with the fix.
Hmm, perhaps this has been fixed in latest python ebuild? Have you
tried it. This was a problem before but I think achim fixed it. I have
no problem with building xchat 1.8.2 with python support:
I have python-2.0-r4
Regards,
Mikael Hallendal
--
Mikael Hallendal micke@codefactory.se CodeFactory AB
http://www.codefactory.se/
Office: +46 (0)8 587 58305 Cell: +46 (0)709 718 918
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] XChat 1.8.2 ebuild fails when using python
2001-08-06 8:46 ` Mikael Hallendal
@ 2001-08-06 14:23 ` Karl Trygve Kalleberg
2001-08-06 14:49 ` Daniel Robbins
0 siblings, 1 reply; 8+ messages in thread
From: Karl Trygve Kalleberg @ 2001-08-06 14:23 UTC (permalink / raw
To: gentoo-dev
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 1003 bytes --]
On Mon, Aug 06, 2001 at 04:43:05PM +0200, Mikael Hallendal wrote:
> Karl Trygve Kalleberg <karltk@prosalg.no> writes:
>
> > On Mon, Aug 06, 2001 at 03:14:48PM +0200, Mikael Hallendal wrote:
> > > Claes Nästén <pekdon@gmx.net> writes:
> > >
> > > Is this when you are building without gnome-support? This shouldn't
> > >have anything to do with using python? Do you have the fix for the
> > >ebuild? In case I can commit it.
> >
> > This might be the problem that python-config doesn't include -lm when
> > invoked with --libs.
> >
> > This has been reported before, but I'm not certain python-config has
> > been updated with the fix.
>
> Hmm, perhaps this has been fixed in latest python ebuild? Have you
> tried it. This was a problem before but I think achim fixed it. I have
> no problem with building xchat 1.8.2 with python support:
>
> I have python-2.0-r4
I have the same package, but had to fix the python-config script manually.
After that, xchat compiled nicely.
Regards,
Karl T
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] XChat 1.8.2 ebuild fails when using python
2001-08-06 14:23 ` Karl Trygve Kalleberg
@ 2001-08-06 14:49 ` Daniel Robbins
2001-08-06 15:33 ` [gentoo-dev] After merging spython-2.0-r7, ebuild and emerge are broken Thomas Landmann
0 siblings, 1 reply; 8+ messages in thread
From: Daniel Robbins @ 2001-08-06 14:49 UTC (permalink / raw
To: gentoo-dev
On Mon, Aug 06, 2001 at 10:21:38PM +0200, Karl Trygve Kalleberg wrote:
> I have the same package, but had to fix the python-config script manually.
> After that, xchat compiled nicely.
Is there a problem with python-config (such as a missing -lm?). If so, don't
forget to fix it on CVS...
--
Daniel Robbins <drobbins@gentoo.org>
Chief Architect/President http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-dev] After merging spython-2.0-r7, ebuild and emerge are broken...
2001-08-06 14:49 ` Daniel Robbins
@ 2001-08-06 15:33 ` Thomas Landmann
2001-08-06 15:55 ` Pete Gavin
0 siblings, 1 reply; 8+ messages in thread
From: Thomas Landmann @ 2001-08-06 15:33 UTC (permalink / raw
To: gentoo-dev
After merging spython-2.0-r7, ebuild and emerge are broken:
> ebuild sys-apps/portage/portage-1.5.3* merge
Traceback (most recent call last):
File "/usr/sbin/ebuild", line 13, in ?
import portage
ImportError: No module named portage
??
Tom
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] After merging spython-2.0-r7, ebuild and emerge are broken...
2001-08-06 15:33 ` [gentoo-dev] After merging spython-2.0-r7, ebuild and emerge are broken Thomas Landmann
@ 2001-08-06 15:55 ` Pete Gavin
0 siblings, 0 replies; 8+ messages in thread
From: Pete Gavin @ 2001-08-06 15:55 UTC (permalink / raw
To: gentoo-dev
Tom,
Do this:
mv /usr/lib/python2.0/{xpak,portage}.py /usr/lib/python2.0/site-packages
Pete
On Mon, Aug 06, 2001 at 04:31:35PM -0500, Thomas Landmann wrote:
> After merging spython-2.0-r7, ebuild and emerge are broken:
>
> > ebuild sys-apps/portage/portage-1.5.3* merge
> Traceback (most recent call last):
> File "/usr/sbin/ebuild", line 13, in ?
> import portage
> ImportError: No module named portage
>
> ??
>
> Tom
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2001-08-06 21:54 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-06 5:50 [gentoo-dev] XChat 1.8.2 ebuild fails when using python Claes Nästén
2001-08-06 7:18 ` Mikael Hallendal
2001-08-06 7:54 ` Karl Trygve Kalleberg
2001-08-06 8:46 ` Mikael Hallendal
2001-08-06 14:23 ` Karl Trygve Kalleberg
2001-08-06 14:49 ` Daniel Robbins
2001-08-06 15:33 ` [gentoo-dev] After merging spython-2.0-r7, ebuild and emerge are broken Thomas Landmann
2001-08-06 15:55 ` Pete Gavin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox