Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211931 - dev-python/numeric-24.2-r6 failes to compile with patch applied
Summary: dev-python/numeric-24.2-r6 failes to compile with patch applied
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-29 22:32 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2008-03-21 17:50 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 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-02-29 22:32:09 UTC
numeric fails to compile when numeric-24.2.ranf.c.patch gets applied on x86-linux. This patch was submitted for *BSD so maybe some conditional is needed? 

I'm not sure how you would like to proceed but the only way I could get numveric to compile is by commenting out the patch in the ebuild. Let me know if you want anymore info.
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-02-29 22:42:18 UTC
man gettimeofday reports:

int gettimeofday(struct timeval *tv, struct timezone *tz);
Comment 2 MATSUI Tetsushi 2008-03-21 15:10:53 UTC
I agree with Jeremy.  We need conditional.
When I try to keyword ~x86-macos to numeric personally,
I also need uncomment the epatch ranf.c.patch line in the ebuild.

From man gettimeofday on Mac OS X 10.4:

int gettimeofday(struct timeval *tp, struct timezone *tzp);
Comment 3 Fabian Groffen gentoo-dev 2008-03-21 17:38:37 UTC
r16614 | grobian | 2008-02-02 16:51:48 +0100 (Sat, 02 Feb 2008) | 2 lines

Add patch for NetBSD, thanks heiko_
(Portage version: 2.2.00.9271-prefix/svn/Darwin 8.11.0 powerpc)


Why didn't you shoot/tell me that earlier?
Comment 4 Fabian Groffen gentoo-dev 2008-03-21 17:50:32 UTC
Fixed (at least works on ppc-macos again).