From: batguano999 <bat...@zo...> - 2014-03-26 06:03:50
|
>Ubuntu-14.04 is released soon. >I've tested Ubuntu-14.04-beta1 but the repository gtkpod-2.1.4 seems to be broken. >Says "Segmentation fault". > >So I need to compile gtkpod-2.1.4 or gtkpod-git myself. OK I've compiled gtkpod-2.1.4 with 32-bit Ubuntu-14.04-beta1 (but gtkpod-git failed to compile). $ sudo apt-get install build-essential checkinstall curl $ sudo apt-get build-dep gtkpod $ curl -L sourceforge.net/projects/gtkpod/files/gtkpod/gtkpod-2.1.4/gtkpod-2.1.4.tar.gz | tar -xz; cd gtkpod-2.1.4 $ ./configure $ make $ sudo checkinstall --pkgname gtkpod --pkgversion 2.1.4 --backup=no --default --deldoc=yes --fstrans=no; sudo ldconfig |