otg_sync not called

Bug #334 reported by Ji Yu
22
Affects Status Importance Assigned to Milestone
gnupod-tools (Debian)
Fix Released
Unknown
gnupod-tools (Ubuntu)
Fix Released
Medium
Siegfried Gevatter

Bug Description

gnupod_otgsync.pl is called from FooBar.pm

gnupod_otgsync.pl is called from FooBar.pm. Trouble is, the ubuntu version has renamed the script to gnupod_otgsync. Therefore this patch is needed

--- FooBar.pm 2005-04-09 01:57:00.968412864 -0400
+++ FooBar.pm.old 2005-04-09 01:56:27.021573568 -0400
@@ -92,7 +92,7 @@
 sub do_otgsync {
  my($con) = @_;

-my $XBIN = "$con->{bindir}/gnupod_otgsync";
+my $XBIN = "$con->{bindir}/gnupod_otgsync.pl";

 if(-x $XBIN) {
      my $OLDENV = $ENV{IPOD_MOUNTPOINT};

Revision history for this message
Ji Yu (noizezone) wrote :

Should be this of course.. :(

--- FooBar.pm.old 2005-04-09 01:56:27.021573568 -0400
+++ FooBar.pm 2005-04-09 01:57:00.968412864 -0400
@@ -92,7 +92,7 @@
 sub do_otgsync {
  my($con) = @_;

-my $XBIN = "$con->{bindir}/gnupod_otgsync.pl";
+my $XBIN = "$con->{bindir}/gnupod_otgsync";

 if(-x $XBIN) {
      my $OLDENV = $ENV{IPOD_MOUNTPOINT};

Changed in gnupod-tools:
assignee: nobody → motu
Changed in gnupod-tools:
status: New → PendingUpload
Changed in gnupod-tools:
status: PendingUpload → Fixed
Revision history for this message
fgsdfgdfgdf (wohnung-deactivatedaccount) wrote :

This bug still exists in 8.04:

am@ixion:~/tmp$ gnupod_addsong *
gnupod_addsong.pl Version 0.98.3 (C) Adrian Ulrich
FooBar.pm: Could not execute /usr/bin/gnupod_otgsync.pl, autosync SKIPPED!
Looks like GNUpod isn't installed correct! did you run 'make install?'

Changed in gnupod-tools:
status: Fix Released → Incomplete
Daniel T Chen (crimsun)
Changed in gnupod-tools:
status: Incomplete → Triaged
David Futcher (bobbo)
Changed in gnupod-tools:
assignee: motu → bobbo
status: Triaged → In Progress
assignee: bobbo → motu
Changed in gnupod-tools:
assignee: motu → rainct
Revision history for this message
Siegfried Gevatter (rainct) wrote :

Thanks for taking the time to report this bug and helping improve Ubuntu.

This particular problem has already been fixed in Debian, and gnupod-tools works correctly in Intrepid and Jaunty.

Changed in gnupod-tools:
status: In Progress → Fix Released
Changed in gnupod-tools (Debian):
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.