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

Bug 48932

Summary: patch for tse3-0.2.7 on amd64
Product: Gentoo Linux Reporter: Evgeny Stambulchik <fnevgeny>
Component: Current packagesAssignee: AMD64 Project <amd64>
Status: RESOLVED UPSTREAM    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
URL: http://sourceforge.net/tracker/index.php?func=detail&aid=960217&group_id=3700&atid=303700
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for archs where size_t != unsigned int.
patch for archs where size_t != unsigned int.

Description Evgeny Stambulchik 2004-04-25 05:19:02 UTC
In order to compile tse3 I had to apply the following trivial patch. I assume other 64bit archs would need it, too.

Reproducible: Always
Steps to Reproduce:
Comment 1 Evgeny Stambulchik 2004-04-25 05:20:14 UTC
Created attachment 30004 [details]
patch for archs where size_t != unsigned int.
Comment 2 Evgeny Stambulchik 2004-04-25 05:20:21 UTC
Created attachment 30005 [details, diff]
patch for archs where size_t != unsigned int.
Comment 3 Jason Huebel (RETIRED) gentoo-dev 2004-05-25 08:44:11 UTC
done. patch submitted upstream. marked ~amd64.
Comment 4 Andrew McGuinness 2004-07-19 22:52:52 UTC
per bug 57632, I think this doesn't work on archs where size_t == unsigned int.