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

Bug 288051

Summary: media-libs/libopenraw-0.0.8 fails on x86-solaris
Product: Gentoo/Alt Reporter: Daniel Vergien <daniel.vergien>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Solaris   
URL: https://bugs.freedesktop.org/show_bug.cgi?id=18243
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: includes strings.h
fixes the testsuite
ebuild which includes both patches

Description Daniel Vergien 2009-10-07 12:55:47 UTC
Liboperaw-0.0.8 fails because not finding bzero like version 0.0.5, see bug 243200. But including cstring does not work on solaris. It seems like it must be strings.h, thats also what man bzero says on solaris.

Another problem is the use of get_current_dir_name in testsuite/testsuite.cpp. It's already reported upstream an form there also the patch comes.
Comment 1 Daniel Vergien 2009-10-07 12:56:50 UTC
Created attachment 206307 [details, diff]
includes strings.h
Comment 2 Daniel Vergien 2009-10-07 12:57:19 UTC
Created attachment 206309 [details, diff]
fixes the testsuite
Comment 3 Daniel Vergien 2009-10-07 12:59:21 UTC
Created attachment 206310 [details, diff]
ebuild which includes both patches
Comment 4 Fabian Groffen gentoo-dev 2009-10-09 15:24:49 UTC
note: patches go in src_prepare in an EAPI=2 ebuild.

patches applied, thanks