Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 296817

Summary: new ebuild for tkgate-2.0-b10
Product: Gentoo Linux Reporter: Ivan Filgueiras <ivan.reche>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: normal CC: errordeveloper, sci-electronics, tcltk
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Initial ebuild for tkgate-2.0
Patch to fix the symlinks
New ebuild

Description Ivan Filgueiras 2009-12-14 02:40:57 UTC
There is a new version of tkgate around. Although it is still beta, it is very stable and it now uses the autotools build system, so it is much easier to packaged (the 1.x series weren't).

I made an initial ebuild, but it is very simple. It does not create an icon for the application in the desktop menu, and I get some strange error when I try to simulate something. But it is a start.

Reproducible: Always

Steps to Reproduce:
Comment 1 Ivan Filgueiras 2009-12-14 02:41:48 UTC
Created attachment 212948 [details]
Initial ebuild for tkgate-2.0

Initial ebuild. Needs a lot of work in it.
Comment 2 Rafael Martins (RETIRED) gentoo-dev 2010-10-29 16:02:03 UTC
assigning to myself
Comment 3 Ilya Dmitrichenko 2010-11-04 23:36:25 UTC
first error I get -
Failed to start simulator '/usr/share/tkgate/libexec/verga'

Comment 4 Ilya Dmitrichenko 2010-11-04 23:36:54 UTC
(00110101:cross-avr/gdb-7.2/work) 0 #>ls /usr/share/tkgate/libexec/ -la
total 1
drwxr-xr-x  2 root root  96 2010-11-04 23:33 .
drwxr-xr-x 14 root root 600 2010-11-04 23:33 ..
lrwxrwxrwx  1 root root  14 2010-11-04 23:33 tkgate -> usr/bin/tkgate
lrwxrwxrwx  1 root root  13 2010-11-04 23:33 verga -> usr/bin/verga
Comment 5 Ilya Dmitrichenko 2010-11-04 23:39:40 UTC
I remeber that gentoo has rules regarding libexec and such that these should go into common place for all packages .. so instead off that directory what really should be used is /usr/libexec/tkgate/ ..
Comment 6 Paulo Matias 2010-11-05 14:32:34 UTC
Created attachment 253283 [details, diff]
Patch to fix the symlinks
Comment 7 Paulo Matias 2010-11-05 14:33:06 UTC
Created attachment 253285 [details]
New ebuild
Comment 8 Paulo Matias 2010-11-05 14:34:44 UTC
New ebuild. Still simple, but it's working nicely.