Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 286051 - dev-python/qscintilla-python-2.3.2-r2: compilation fail due to const char*->char* conversion
Summary: dev-python/qscintilla-python-2.3.2-r2: compilation fail due to const char*->c...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-23 07:43 UTC by Axel Lyckberg
Modified: 2009-09-23 13:42 UTC (History)
1 user (show)

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 Axel Lyckberg 2009-09-23 07:43:32 UTC
Seems like the patch added in -r2 version does not apply somehow as suggested in http://bugs.gentoo.org/show_bug.cgi?id=273007 and I don't feel like emerging Qt4 just yet.

Reproducible: Always

Steps to Reproduce:
1. emerge -1 qscintilla-python
2.
3.

Actual Results:  
http://dpaste.com/hold/97089/ <- build.log

Expected Results:  
Successfull installation

http://dpaste.com/hold/97089/ <- build.log
http://dpaste.com/hold/97105/ <- emerge --info
Comment 1 Rafał Mużyło 2009-09-23 12:20:56 UTC
Don't use pastebins for bugzilla.
Thank you.
> I don't feel like emerging Qt4 just yet
That's just to, too sad.

And anyway, if you look at your build.log, you'll notice
that the error comes from a different file.
Patch does work, it's simply incomplete
- it covers only Qt4 case.
Comment 2 Axel Lyckberg 2009-09-23 13:03:28 UTC
(In reply to comment #1)
> Don't use pastebins for bugzilla.
> Thank you.
> > I don't feel like emerging Qt4 just yet
> That's just to, too sad.
2.4 is masked anyway so why should I?
> 
> And anyway, if you look at your build.log, you'll notice
> that the error comes from a different file.
> Patch does work, it's simply incomplete
> - it covers only Qt4 case.
When I try to upgrade python version portage wants to upgrade this package but it fails, hence the bug filed... No need to be cocky, thank you.
> 
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-09-23 13:10:54 UTC
Try with dev-python/qscintilla-python-2.4.
Comment 4 Axel Lyckberg 2009-09-23 13:42:37 UTC
(In reply to comment #3)
> Try with dev-python/qscintilla-python-2.4.
> 
Works.