Summary: | dev-util/codeblocks- USE="contrib pch" fails with wxGTK-2.8 and glib-2.22 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Christoph Brill (egore) (RESIGNED) <egore> |
Component: | New packages | Assignee: | Jurek Bartuszek (RETIRED) <jurek> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dcday137, inbox-LNADA4VGGQYC, rktspm, wxwidgets |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | codeblocks-8.02-gsocket.patch |
Description
Christoph Brill (egore) (RESIGNED)
2010-03-03 11:56:16 UTC
Well, what's your version of glib and wxGTK ? Sorry, forgot to mention: glib-2.22.4 (+fam +xattr) wxGTK-2.8.10.1-r5 (+X +gnome +gstreamer +opengl +sdl) I have exactly the same trouble! AMD64, Gentoo 10.0, stable. x11-libs/wxGTK 2.8.10.1-r5(2.8)(02:46:12 03.04.2010)(X gstreamer opengl sdl -debug -doc -gnome -odbc -pch) compiles, but at the point of emerge of dev-util/codeblocks-8.02-r1 USE="contrib pch -debug -static", fails. :Ryan: Im unable to open your link.. sys-libs/glibc-2.10.1-r1 USE="gd glibc-omitfp (multilib) nls -debug (-hardened) -profile (-selinux) -vanilla" jurek, mind if i fix this? (In reply to comment #6) > jurek, mind if i fix this? > I am having the same problem as well. I don't suppose you could make us a patch file for the time being that we could out into our own overlay? It seems like you have the fix. I personally would appreciate it. :) Thanks! Created attachment 228101 [details, diff]
codeblocks-8.02-gsocket.patch
strange, i can't reproduce this any more. here's the patch anyways. you'll need to add it after the `cd ${S}` line for it to apply. if it works for you i'll check it in.
(In reply to comment #8) > Created an attachment (id=228101) [details] > codeblocks-8.02-gsocket.patch > > if it works for you i'll check it in. That works, thanks. Okay, looks like it also needs USE="pch" to fail. Fixed. |