Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71991 - xdesktopwaves works on amd64
Summary: xdesktopwaves works on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-21 15:00 UTC by Tor-björn Claesson
Modified: 2004-11-25 13:19 UTC (History)
1 user (show)

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


Attachments
Patch for incorrect amd64 assembler syntax (asm_amd64.patch,779 bytes, patch)
2004-11-25 13:18 UTC, Daniel Karlsson
Details | Diff
Modified ebuild to incorporate the above patch (xdesktopwaves-1.0.ebuild,568 bytes, text/plain)
2004-11-25 13:19 UTC, Daniel Karlsson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tor-björn Claesson 2004-11-21 15:00:01 UTC
Everything works fine.

Reproducible: Always
Steps to Reproduce:
1. 
2.
3.
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-11-22 04:06:22 UTC
David - missing name in metadata.xml
Comment 2 David Holm (RETIRED) gentoo-dev 2004-11-22 05:43:30 UTC
Fixed.
Comment 3 Daniel Karlsson 2004-11-25 13:18:25 UTC
Created attachment 44739 [details, diff]
Patch for incorrect amd64 assembler syntax

xdesktopwaves does not work straight out of the box, due to incorrect push/pop
syntax in a few places. I'm running gcc 3.4.3, so I suppose earlier gcc
versions weren't quite as strict, thus letting it pass.
Comment 4 Daniel Karlsson 2004-11-25 13:19:35 UTC
Created attachment 44740 [details]
Modified ebuild to incorporate the above patch