Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78163 - garmin-gps-0.22 (New Package)
Summary: garmin-gps-0.22 (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
: 78553 (view as bug list)
Depends on:
Blocks: 90848
  Show dependency tree
 
Reported: 2005-01-15 19:16 UTC by Roger
Modified: 2008-04-02 09:28 UTC (History)
1 user (show)

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


Attachments
garmin-gps-0.22.ebuild (garmin-gps-0.22.ebuild,971 bytes, text/plain)
2005-01-15 19:17 UTC, Roger
Details
gentoo.patch for patching compile.sh for gentoo compatability (gentoo.patch,508 bytes, patch)
2005-01-15 19:20 UTC, Roger
Details | Diff
garmin-gps-0.22.ebuild (garmin-gps-0.22.ebuild,1.33 KB, text/plain)
2005-01-18 10:07 UTC, Roger
Details
Changelog (Changelog,237 bytes, text/plain)
2005-01-18 10:10 UTC, Roger
Details
garmin-gps-0.22.ebuild (garmin-gps-0.22.ebuild,1.18 KB, text/plain)
2005-01-18 10:28 UTC, Roger
Details
garmin-gps-0.22.ebuild (garmin-gps-0.22.ebuild,1.17 KB, text/plain)
2005-01-18 10:41 UTC, Roger
Details
garmin-gps-0.22.ebuild (garmin-gps-0.22.ebuild,1.17 KB, text/plain)
2005-02-24 19:30 UTC, Roger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roger 2005-01-15 19:16:31 UTC
Here's an ebuild for the garmin-gps usb driver for kernel-2.6.

The driver is for Garmin GPS units (ie. Garmin Etrex Vista C)

(Hopefully a garminusb2nmea ebuild to follow shortly that is used in conjunction with this driver.)


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Roger 2005-01-15 19:17:43 UTC
Created attachment 48615 [details]
garmin-gps-0.22.ebuild
Comment 2 Roger 2005-01-15 19:20:19 UTC
Created attachment 48617 [details, diff]
gentoo.patch for patching compile.sh for gentoo compatability

gentoo.patch for patching compile.sh for gentoo compatability 

(omitts the script's make modules_install option or else we run into access
violations).
Comment 3 Daniel Black (RETIRED) gentoo-dev 2005-01-16 01:09:52 UTC
for kernel ebuild look at the linux-mod eclass.
Comment 4 Roger 2005-01-18 10:07:26 UTC
Created attachment 48847 [details]
garmin-gps-0.22.ebuild

Updated to use linux-mod eclass as much as possible, even though this package
does not have a makefile and only uses a "compile.sh" script to compile &
install.
Comment 5 Roger 2005-01-18 10:10:56 UTC
Created attachment 48848 [details]
Changelog
Comment 6 Roger 2005-01-18 10:28:24 UTC
Created attachment 48853 [details]
garmin-gps-0.22.ebuild

Removed some misc scraps & comments from creating the ebuild.
Comment 7 Roger 2005-01-18 10:41:00 UTC
Created attachment 48854 [details]
garmin-gps-0.22.ebuild

bah. More minor syntax errors.
Comment 8 Roger 2005-01-20 16:02:37 UTC
Got a bug in my module/driver ebuilds where the modules are being installed into:
/lib/modules/kernel/

instead of:

/lib/modules/${KV_full}/kernel/

${KV_full} is being read as an empty string (no version is being pushed into this variable.

I am working on this issue now.
Comment 9 Roger 2005-02-24 19:30:31 UTC
Created attachment 52089 [details]
garmin-gps-0.22.ebuild

Corrected SRC_URI
Comment 10 Henrik Brix Andersen 2005-04-22 10:46:33 UTC
*** Bug 78553 has been marked as a duplicate of this bug. ***
Comment 11 Roger 2008-04-02 09:28:13 UTC
Ok.  From this package maintainer's website, this driver is now included in the kernel since 2005-01-20.

Also, just researched man gpsd and if I'm not mistaken, sci-geosciences/gpsd now includes code to accept USB to NMEA protocol.

(Marking as fixed.)