-
Copy of: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537085
Package: linux-image-2.6-amd64
Version: 2.6.29-5
Severity: normal
Tags: upstream
The garmin_gps module stopped working for connecting to Garmin 60Cx device
with gpsbabel. Since rebooting to kernel 2.6.25 makes it work without any
other changes to the system, I conclude it's driver problem rather than
gpsbabel problem.
2009-07-14 20:18:23 UTC in Linux Kernel Driver for Garmin GPS/USB
-
Hello,
I believe this was already explained, but let me reiterate. There are cases (packages, stow, NFS mounts, etc.), where the files need to be copied into temporary location by make install and will be moved into the final location by some post-install step. Therefore the user running make install needs an option to set that temporary location.
This is normally assured by autoconf...
2009-03-13 19:17:55 UTC in Ultimate Stunts
-
Yes, you do understand correctly.
As of datadir and sysconfdir, the generated configure script contains the snippet (line 337 in configure in ):
# Installation directory options.
# These are left unexpanded so users can "make install exec_prefix=/foo"
# and all the variables that are supposed to be based on exec_prefix
# by default will actually change.
# Use braces instead of parens...
2008-02-19 19:08:39 UTC in Ultimate Stunts
-
Indeed, if I set either $prefix or $DESTDIR at make install time, I /want/ the program to still look for the files in the path specified at configure time. It is used in cases, where I need to install the files into a place that is, for wantever reason, different from what will be seen by the program at runtime. The reason might be:
- Using GNU stow (http://www.gnu.org/software/stow). I...
2008-02-17 11:21:25 UTC in Ultimate Stunts
-
It is often important to install with different prefix than what was specified to configure.
To achieve this, the paths generated by autoconf are expanded at make time, so:
make install prefix=/different/prefix
or
make install DESTDIR=/destdir
(normally prefix is defined by autoconf as ${DESTDIR}/usr/local)
will correctly install under the specified path.
However the...
2007-10-27 17:49:33 UTC in Ultimate Stunts
-
The __CUT_BRINGUP/__CUT_TEARDOWN funcions would be more useful, if they were ran around each test. That way they could be used to set up a clean environment for each test and clean it up afterwards.
The current way every test function must clean up after itself (or at the begining clean up after the previous), which makes things a little more complicated.
Note, that C++, Java, Python etc...
2007-10-14 15:20:55 UTC in C Unit Test System
-
bulbjh committed patchset 35 of module mgt3 to the multi-gnome-terminal CVS repository, changing 1 files.
2005-04-29 19:28:06 UTC in multi-gnome-terminal
-
bulbjh committed patchset 34 of module mgt3 to the multi-gnome-terminal CVS repository, changing 2 files.
2004-11-08 13:33:42 UTC in multi-gnome-terminal
-
bulbjh committed patchset 33 of module mgt3 to the multi-gnome-terminal CVS repository, changing 3 files.
2004-11-02 17:34:14 UTC in multi-gnome-terminal
-
bulbjh committed patchset 32 of module mgt3 to the multi-gnome-terminal CVS repository, changing 4 files.
2004-11-02 15:34:28 UTC in multi-gnome-terminal