Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191385 - media-radio/ktrack doesn't compile because math.h is not included - with patch
Summary: media-radio/ktrack doesn't compile because math.h is not included - with patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo TreeCleaner Project
URL:
Whiteboard: Pending removal 04 Jan 2008
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2007-09-05 14:38 UTC by Michael
Modified: 2008-01-07 14:03 UTC (History)
1 user (show)

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


Attachments
uptated ebuild that calls patch (ktrack-0.3.0_rc1-r2.ebuild,744 bytes, text/plain)
2007-09-05 14:39 UTC, Michael
Details
the patch itself that fixes the problem (ktrack-math-include.diff,457 bytes, patch)
2007-09-05 14:40 UTC, Michael
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael 2007-09-05 14:38:39 UTC
The compilation of ktrack fails because the math.h header is not included.

Reproducible: Always

Steps to Reproduce:
1.emerge ktrack
2.wait...

Actual Results:  
ktrack emerge fails

Expected Results:  
ktrack should have been installed

I have atttched a patch which fixes the problem.
Comment 1 Michael 2007-09-05 14:39:47 UTC
Created attachment 130085 [details]
uptated ebuild that calls patch
Comment 2 Michael 2007-09-05 14:40:27 UTC
Created attachment 130087 [details, diff]
the patch itself that fixes the problem

very simple single line change.
Comment 3 Michael 2007-09-05 14:48:23 UTC
actually, not sure it's worth fixing... it looks a bit dead upstream.
Comment 4 Michael 2007-09-05 14:57:54 UTC
hmm, it's also really unstable. sorry, but after I posted this fix to make it compile, I started using it and it looks like its a bit of a lost cause.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-09-05 15:04:37 UTC
Well, we can always punt the ebuild if it's unfixable. Meanwhile, perhaps you could give these a shot?

http://ktrack.lx2gt.lu/downloads/snapshots/
Comment 6 Michael 2007-09-05 15:31:15 UTC
ok, I think I know what the problem is. I made an (albeit crude) ebuild for the snapshot, and while it does work for A0-7 satellite, it fails for ISS. I just remembered why this fails, I remember another tracking utility had to issue a patch because the keps used for tracking the ISS changed format which confused the program. Except this program doesn't appear to get its keps from the internet (which is in itself a bug - it doesn't stay up to date) it appears to use it's own file. 

This package looks to be pretty bug-ridden, and probably is conflicting with the latest libraries, but since it doesn't appear to be developed, they havn't been fixed.

To be honnest, there are better pieces of software anyway. (for example satscape - a windows piece of software, is being ported to java to run on just about any OS) so I really think this should be pushed to one side unless someone wants to fix it?
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2007-09-05 15:50:51 UTC
Thanks for testing anyway. Could you suggest some alternatives before we punt it?
Comment 8 Christian Heim (RETIRED) gentoo-dev 2007-09-17 18:24:26 UTC
(In reply to comment #7)
> Thanks for testing anyway. Could you suggest some alternatives before we punt
> it?

There is xsat (http://www.astrotrf.net:8080/xsat_blurb.html, ftp://ftp.astrotrf.com/pub/packages/xsat/), predict (http://sourceforge.net/projects/predict/), mgsn (http://sourceforge.net/projects/mgsn/). Though the last two look rather dead to me.

Comment 9 Samuli Suominen (RETIRED) gentoo-dev 2008-01-07 14:03:01 UTC
gone