http://bugs.gpodder.org/show_bug.cgi?id=338
--- Comment #7 from Christian Mertes <[email protected]> 2009-02-15 14:26:55 --- (In reply to comment #6) > "git branch" should show a "*" before "master". It does. > "git pull" from that repository then. I did. > "git log" should have "commit dee419d490fa4053b2d769d3d9ec35b25fdfb6fb" in it > (Bernd Schlapsi, Feb 14 2009). Yep, it's there. > "git show dee419d" should show the commit info. That works, too. > (Oh, and I see you have done a "make install", so gPodder landed in > /usr/local. > Be sure to use "make test" in the gPodder folder to run gPodder from the git > checkout without needing to install anything :) Thanks, I now remember that I figured by the "make" help text when I first tried how the make stuff works when there isn't anything to actually build ;) I'm using Ubuntu stable though so it'll probably take ages until a recent enough gpodder comes with my distro. So I wanted to install the git version, just not into /usr but into /usr/local. I just tried with make test, too, without any difference. I did notice though that the error is different now so it looks as if the first bug is actually fixed but now there's another one. Sorry, I guess I missed this difference yesterday because the first part of the stack trace is the same. Exception in thread Thread-34: Traceback (most recent call last): File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner self.run() File "/usr/lib/python2.5/threading.py", line 446, in run self.__target(*self.__args, **self.__kwargs) File "/home/cmertes/src/gpodder/src/gpodder/gui.py", line 2313, in sync_to_ipod_thread device.add_tracks(episodes, force_played=True) File "/home/cmertes/src/gpodder/src/gpodder/sync.py", line 197, in add_tracks added = self.add_track(track) File "/home/cmertes/src/gpodder/src/gpodder/sync.py", line 384, in add_track (fn, extension) = os.path.splitext(local_filename) File "/usr/lib/python2.5/posixpath.py", line 92, in splitext i = p.rfind('.') AttributeError: 'NoneType' object has no attribute 'rfind' > I hope this help :) Yes, thanks for the detailed description! As you apparently guessed I'm actually new to the whole git business so this guidance was most appreciated :) -- Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
