Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 272270

Summary: dev-util/motor removal request (was: fails to build with glibc-2.10)
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: joost.ruis, treecleaner
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 270353    
Attachments: Build log
bumps ebuild to EAPI=2 and renames local strndup
Doesn't really work but adding for reference.

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-02 14:43:50 UTC
There are a few changes in glibc-2.10 that might make your software fail to build with it, please refer to my blog post [1] if you're not sure what the problem is.

And no I don't usually provide emerge --info with these bugs because they are caused by glibc-2.10!

Thanks, Diego

[1] http://blog.flameeyes.eu/2009/05/24/c-libraries-galore
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-02 14:44:07 UTC
Created attachment 193294 [details]
Build log
Comment 2 Arttu Valo 2009-07-08 12:19:21 UTC
Created attachment 197171 [details, diff]
bumps ebuild to EAPI=2 and renames local strndup

This small change tries to bump the ebuild into EAPI-2 age and fixes the locally specified strndup by renaming it.
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-07-08 12:20:35 UTC
If it's doing what it seems to be doing (otherwise it would have been broken on older glibc too), wouldn't it make more sense to simply _use_ the system copy instead of reinventing it, if present?
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-08-09 18:05:27 UTC
(In reply to comment #3)
> If it's doing what it seems to be doing (otherwise it would have been broken on
> older glibc too), wouldn't it make more sense to simply _use_ the system copy
> instead of reinventing it, if present?
> 

I tried that.

kkstrtext.cc:434: error: cast from ‘void*’ to ‘int’ loses precision
kkstrtext.cc:434: error: cast from ‘void*’ to ‘int’ loses precision

This is the result.
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2009-08-09 18:06:37 UTC
Created attachment 200710 [details, diff]
Doesn't really work but adding for reference.
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2009-08-09 18:10:01 UTC
actually it fails even if they're just renamed so letting this one stay masked
Comment 7 Samuli Suominen (RETIRED) gentoo-dev 2009-09-22 16:45:10 UTC
Bye.