Your message dated Sat, 7 Mar 2009 10:50:37 +0000 with message-id <20090307105037.gc18...@geminiani.jonnylamb.com> and subject line Re: Bug#518557: Wrong path in hal-synce-rndis has caused the Debian Bug report #518557, regarding Wrong path in hal-synce-rndis to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 518557: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518557 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: synce-hal Version: 0.13.1-1 Severity: serious Justification: makes rndis devices unusable Hi, there is an error in /usr/lib/hal/hal-synce-rndis: the path to /var is prefixed with /usr, with the result that dhclient is unable to create the pidfile and the lease file, so that HAL doesn't think the device is connected. % grep /var /usr/lib/hal/hal-synce-rndis pidfile = "/usr/var/run/dhclient-synce-"+iface+".pid" leasefile = "/usr/var/run/dhclient-synce-"+iface+".lease" pidfile = "/usr/var/run/dhclient-synce-"+iface+".pid" leasefile = "/usr/var/run/dhclient-synce-"+iface+".lease" % >From a cursory look at the source, this appears to be caused by running configure with --prefix=/usr, since line 950 in the configure script reads: localstatedir='${prefix}/var' So when $prefix is set to /usr in debian/rules, localstatedir gets set to /usr/var/, which is non-existent. The configure script probably has to be coaxed to do the right thing by explicitly specifying localstatedir=/var, or something along those lines. T -- The easy way is the wrong way, and the hard way is the stupid way. Pick one.
--- End Message ---
--- Begin Message ---Source-Version: 0.13.1-2 On Fri, Mar 06, 19:11:13 -0800, H. S. Teoh wrote: > The configure script probably has to be coaxed to do the right thing by > explicitly specifying localstatedir=/var, or something along those > lines. synce-hal 0.13.1-2, which was uploaded last night, already contains this fix. -- Jonny Lamb, UK jo...@debian.orgsignature.asc
Description: Digital signature
--- End Message ---