You are not logged in.
Pages: 1
When I try to run gtkpod:
austin@austin-desktop ~ % gtkpod
gtkpod: error while loading shared libraries: libimobiledevice.so.0: cannot open shared object file: No such file or directory
austin@austin-desktop ~ %But it's installed:
austin@austin-desktop ~ % y -Qi libimobiledevice
Name : libimobiledevice
Version : 1.0.0-1
....When I try to recompile GTKpod:
......
checking for library containing id3_frame_field... no
configure: error: *** id3tag >= 0.15 lib not found (0.14 will not work!)
make: *** No targets specified and no makefile found. Stop.
==> ERROR: Build Failed.
Aborting...
Error: Makepkg was unable to build gtkpod-git package.But that's also installed...
austin@austin-desktop ~ % y -Qi libid3tag
Name : libid3tag
Version : 0.15.1b-4
....Any suggestions?
Offline
Have you tried building the stable instead of the git version?
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Yes, it does the same thing (used yaourt -Sb).
EDIT: Actually, no, it does this
-> Downloading gtkpod-0.99.14.030610.tar.bz2...
--2010-04-05 18:59:28-- http://ftp.archlinux.org/other/gtkpod/gtkpod-0.99.14.030610.tar.bz2
Resolving ftp.archlinux.org... 209.85.41.143, 209.85.41.144
Connecting to ftp.archlinux.org|209.85.41.143|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2010-04-05 18:59:28 ERROR 403: Forbidden.
==> ERROR: Failure while downloading gtkpod-0.99.14.030610.tar.bz2
Aborting...
Error: Makepkg was unable to build gtkpod package.Forgot about that. I'll try from ABS instead of yaourt -Sb and see if it's any different.
EDIT: ABS does the same thing:
austin@austin-desktop ~/Compiled apps/gtkpod
% makepkg
==> Making package: gtkpod 0.99.14.030610-1 x86_64 (Mon Apr 5 19:03:03 PDT 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Downloading gtkpod-0.99.14.030610.tar.bz2...
--2010-04-05 19:03:03-- http://ftp.archlinux.org/other/gtkpod/gtkpod-0.99.14.030610.tar.bz2
Resolving ftp.archlinux.org... 209.85.41.143, 209.85.41.144
Connecting to ftp.archlinux.org|209.85.41.143|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2010-04-05 19:03:04 ERROR 403: Forbidden.
==> ERROR: Failure while downloading gtkpod-0.99.14.030610.tar.bz2
Aborting...
austin@austin-desktop ~/Compiled apps/gtkpodLooks like Allan broke something ![]()
EDIT: Weird, seems as if I can download the file from Firefox but not with Makepkg, got any explanation for that?
EDIT: So that fixes that, but it still gives the same error as the -git package, unfortunately:
checking for library containing id3_frame_field... no
configure: error: *** id3tag >= 0.15 lib not found (0.14 will not work!)
==> ERROR: Build Failed.
Aborting...Last edited by doorknob60 (2010-04-06 02:08:01)
Offline
I'd try using makepkg or another pacman wrapper (clyde works fine for me).
My output compiling gtkpod is:
checking for library containing id3_frame_field... -lid3tag
checking for CURL... yes
...
==> Finished making: gtkpod-git 20100406-1 i686 (Tue Apr 6 12:34:19 CEST 2010)pacman -Qs id3
local/easytag 2.1.6-3
local/id3lib 3.8.3-10
local/libid3tag 0.15.1b-4hope that helps
Last edited by DIDI2002 (2010-04-06 10:38:07)
Offline
Well, I resorted to doing this:
sudo ln -s /usr/lib/libimobiledevice.so.1 /usr/lib/libimobiledevice.so.0And now gtkpod will at least start (still can't compile for some reason). Now to see if it will work with my iTouch (which it used to). EDIT: Seems it does work, dirty hack though
So half solved...
Last edited by doorknob60 (2010-04-06 22:36:01)
Offline
What bugs me is that, on Ubuntu, the iPoT automounts via gvfs / libgpod and is accessible in rhythmbox, whereas in arch I have to "ifuse /media/ipod" it to mount the media partition, and Rhythmbox doesn't detect it at all.
Offline
Yeah, Rhythmbox doesn't see mine either (and I also have to manually mount it, but that might be a Gnome thing that automounts it in Ubuntu). Also, does GTKpod work for transferring videos to iTouch/iPhone? I just tried and it didn't seem to work, but I think my converted video file might have been screwed up. I'm trying again but need to let it finish transcoding.
Offline
Pages: 1