Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88994 - hteditor 0.8.0 released
Summary: hteditor 0.8.0 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-13 11:54 UTC by Lukas Sandström
Modified: 2005-04-21 07:07 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 Lukas Sandström 2005-04-13 11:54:36 UTC
ht 0.8.0 is released. This version compiles from source on amd64 2005.0, which the  0.8.0-pre1 ebuild doesn't.

Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" emerge hteditor
2.
3.

Actual Results:  
It fails with:

x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../analyser -I../asm
-I../io -I../io/posix    -O2 -pipe -march=k8 -c srt_x86.cc
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../analyser -I../asm
-I../io -I../io/posix    -O2 -pipe -march=k8 -c symmath.cc
srt_x86.cc: In function `void srt_x86_setreg(CPU*, UINT, Object*)':
srt_x86.cc:63: error: ISO C++ forbids cast to non-reference type used as lvalue
srt_x86.cc:69: error: ISO C++ forbids cast to non-reference type used as lvalue


Expected Results:  
hteditor should be emerged

This might be 2 bugs in one report, but I think that adding the 0.8.0 version to
portage and adding ~amd64 should resolve the problems, since it builds and works
just fine outside portage.
Comment 1 Daniel Black (RETIRED) gentoo-dev 2005-04-21 03:55:33 UTC
np 0.8.0 added.

amd64 people - please keyword as requested.

Test case:

emerge and run: ht /bin/ls
editor should exist editing ls
F10 to exit

0.8.0-pre1 removed as final is out.
Comment 2 Herbie Hopkins (RETIRED) gentoo-dev 2005-04-21 07:07:03 UTC
~amd64 keyword added, thanks for reporting.