Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33641 - media-sound/timidity++ won't run when built for amd64
Summary: media-sound/timidity++ won't run when built for amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-16 15:14 UTC by Michael Gorse
Modified: 2003-12-12 12:07 UTC (History)
0 users

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


Attachments
Adds amd64 keyword and fixes 32-bit type issue (for amd64 at least) (timidity.patch,3.28 KB, patch)
2003-11-16 15:24 UTC, Michael Gorse
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Gorse 2003-11-16 15:14:27 UTC
Timidity++ assumes that a long is 32 bits wide except when compiling
on certain specific platforms, so it tries to read 32-bit values from
patch files directly into 64-bit longs on amd64.  It winds up aborting with an
incorrectly-printed error message that gets generated when it knows
it is trying to allocate more memory than it can.
Comment 1 Michael Gorse 2003-11-16 15:24:20 UTC
Created attachment 20835 [details, diff]
Adds amd64 keyword and fixes 32-bit type issue (for amd64 at least)
Comment 2 Daniel Ahlberg (RETIRED) gentoo-dev 2003-12-12 12:07:29 UTC
Added to CVS