Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29145 - net-mail/mailx-8.1.2.20021129-r2 not 64-bit clean
Summary: net-mail/mailx-8.1.2.20021129-r2 not 64-bit clean
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jon Portnoy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-19 13:28 UTC by splite
Modified: 2003-09-21 11:35 UTC (History)
0 users

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


Attachments
64-bit patch for net-mail/mailx-8.1.2.20021129-r2 (64bitfix.diff,4.87 KB, patch)
2003-09-19 13:29 UTC, splite
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description splite 2003-09-19 13:28:16 UTC
net-mail/mailx-8.1.2.20021129-r2 segfaults on IA64 because it assumes (int)0 ==
NULL.  Attached is a patch that fixes that problem and a couple other compiler
warnings.

Reproducible: Always
Steps to Reproduce:
1.run "mailx foo" on IA64
2.enjoy the segfault
3.
Comment 1 splite 2003-09-19 13:29:15 UTC
Created attachment 18000 [details, diff]
64-bit patch for net-mail/mailx-8.1.2.20021129-r2
Comment 2 Jon Portnoy (RETIRED) gentoo-dev 2003-09-19 14:00:26 UTC
Thanks to dental surgery and the resulting percocet, I highly doubt I'll be up for dealing with this tonight, but I should be able to get to this tomorrow.

(Note to self: apply other patches too.)
Comment 3 Jon Portnoy (RETIRED) gentoo-dev 2003-09-21 11:35:22 UTC
Applied, thanks.

Also applied your other patches.