Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46974 - tnef compiles and seems to work like it should on amd64
Summary: tnef compiles and seems to work like it should on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-06 10:04 UTC by Jordan Clark
Modified: 2004-04-15 10:09 UTC (History)
0 users

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 Jordan Clark 2004-04-06 10:04:09 UTC
I copied the tnef (tnef-1.2.1.ebuild) ebuild from portage to my overlay directory on a amd64 machine.  Then added ~amd64 to the keywords.   It emerged with no problems.  Tnef seems to run like expected.

Reproducible: Always
Steps to Reproduce:
1.copy tnef-1.2.1.ebuild and add "amd64" to keywords
2.ACCEPT_KEYWORRDS="~amd64" emerge tnef


Actual Results:  
>>> net-mail/tnef-1.2.1 merged.

Expected Results:  
results is as expected

here are a the x86_64 related stuff I could find during the config part of the
ebuild.  I do not know if they are important or not.  But again there was no
errors during the compile and the tnef binary seems to work as expected.

-----------
.
checking for x86_64-pc-linux-gnu-strip... no
checking for strip... strip
.
checking for x86_64-pc-linux-gnu-gcc... gcc
.
checking for x86_64-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
.
-----------
Comment 1 Danny van Dyk (RETIRED) gentoo-dev 2004-04-15 10:09:46 UTC
In CVS, thanks!