Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 288051 - media-libs/libopenraw-0.0.8 fails on x86-solaris
Summary: media-libs/libopenraw-0.0.8 fails on x86-solaris
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Solaris
: High normal (vote)
Assignee: Gentoo Prefix
URL: https://bugs.freedesktop.org/show_bug...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-07 12:55 UTC by Daniel Vergien
Modified: 2010-12-11 11:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
includes strings.h (libopenraw-0.0.8-ljpegdcompressor.patch,325 bytes, patch)
2009-10-07 12:56 UTC, Daniel Vergien
Details | Diff
fixes the testsuite (libopenraw-0.0.8-testsuite.patch,552 bytes, patch)
2009-10-07 12:57 UTC, Daniel Vergien
Details | Diff
ebuild which includes both patches (libopenraw-0.0.8.ebuild.diff,818 bytes, patch)
2009-10-07 12:59 UTC, Daniel Vergien
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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