Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376411 - [new ebuild] app-emulation/ski: ia64 emulator
Summary: [new ebuild] app-emulation/ski: ia64 emulator
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: IA64 Linux
: Normal enhancement
Assignee: IA-64 team
URL: http://ski.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2011-07-25 19:12 UTC by Dennis Schridde
Modified: 2012-04-16 05:04 UTC (History)
0 users

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


Attachments
app-emulation/ski-1.3.2 (ski-1.3.2.ebuild,944 bytes, text/plain)
2011-07-26 10:05 UTC, Dennis Schridde
Details
include m4 macros (ski-1.3.2-aclocal-include.patch,236 bytes, patch)
2011-07-26 10:06 UTC, Dennis Schridde
Details | Diff
define HAVE_STDIO_H for newer autoconf (ski-1.3.2-configure-have-stdio-h.patch,405 bytes, patch)
2011-07-26 10:06 UTC, Dennis Schridde
Details | Diff
fix QA notice about implicit definition of isalnum (ski-1.3.2-ltdl-isalnum.patch,355 bytes, patch)
2011-07-26 10:07 UTC, Dennis Schridde
Details | Diff
the name of objdir changed for newer libtool versions (ski-1.3.2-ltdl-objdir.patch,437 bytes, patch)
2011-07-26 10:07 UTC, Dennis Schridde
Details | Diff
TIOCGHAYESESP is no longer part of the kernel sysctl interface (ski-1.3.2-remove-hayes.patch,850 bytes, patch)
2011-07-26 10:08 UTC, Dennis Schridde
Details | Diff
syscall-linux.c is missing some includes (ski-1.3.2-syscall-linux-includes.patch,474 bytes, patch)
2011-07-26 10:09 UTC, Dennis Schridde
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2011-07-25 19:12:28 UTC
It would be nice to have an ebuild for ski, the ia64 instruction set simulator.

HOMEPAGE="http://ski.sourceforge.net/"
DESCRIPTION="ia64 instruction set simulator"
LICENSE="GPL-2"

Reproducible: Always
Comment 1 Dennis Schridde 2011-07-26 10:05:49 UTC
Created attachment 281023 [details]
app-emulation/ski-1.3.2

Ebuild for 1.3.2. Sadly it needs quite a few patches to compile. I also added one to solve a QA note (ski-1.3.2-ltdl-isalnum.patch).
Comment 2 Dennis Schridde 2011-07-26 10:06:28 UTC
Created attachment 281025 [details, diff]
include m4 macros
Comment 3 Dennis Schridde 2011-07-26 10:06:54 UTC
Created attachment 281027 [details, diff]
define HAVE_STDIO_H for newer autoconf
Comment 4 Dennis Schridde 2011-07-26 10:07:30 UTC
Created attachment 281029 [details, diff]
fix QA notice about implicit definition of isalnum
Comment 5 Dennis Schridde 2011-07-26 10:07:59 UTC
Created attachment 281031 [details, diff]
the name of objdir changed for newer libtool versions
Comment 6 Dennis Schridde 2011-07-26 10:08:46 UTC
Created attachment 281033 [details, diff]
TIOCGHAYESESP is no longer part of the kernel sysctl interface
Comment 7 Dennis Schridde 2011-07-26 10:09:10 UTC
Created attachment 281035 [details, diff]
syscall-linux.c is missing some includes
Comment 8 SpanKY gentoo-dev 2012-04-16 04:56:42 UTC
many of these libtool patches are to make the local copy of ltdl build.  if we simply drop that and force the system libtool to be used, things go much smoother, and there's less work to be done.