[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mount iPod Touch



On Tue, 2012-07-24 at 08:44 +0100, Keith McKenzie wrote:
> On 23 July 2012 23:51, ricccardo <ric.romoli@gmail.com> wrote:
> > Hi,
> > I'm still working to mount the iPod Touch. I read the backporting
> > libimobiledevice 1.1.1 to Squeeze, in the debian Wiki page but when i
> > try to build libgpod the terminal says:
> >
> > ric@ricmbp:~/Desktop/ComplilaLib/libgpod-0.7.93$ dpkg-buildpackage -b
> > -us -uc
> > dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor):
> > -g -O2
> > dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin:
> > vendor):
> > dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin:
> > vendor): -g -O2
> > dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor):
> > -g -O2
> > dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin:
> > vendor):
> > dpkg-buildpackage: source package libgpod
> > dpkg-buildpackage: source version 0.7.93-0.3
> > dpkg-buildpackage: source changed by Hideki Yamane <henrich@debian.org>
> > dpkg-buildpackage: host architecture amd64
> >  dpkg-source --before-build libgpod-0.7.93
> > dpkg-checkbuilddeps: Unmet build dependencies: libsqlite3-dev
> > dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied;
> > aborting.
> > dpkg-buildpackage: warning: (Use -d flag to override.)
> >
> > Using synaptic I sow that I can't install libsqlite3-dev because:
> >
> > libsqlite3-dev:
> >   Depends: libsqlite3-0 (=3.7.3-1) but 3.7.12.1-1~bpo60+1 is to be
> > installed
> >
> > How can I solve this??
> >
> > Regards
> > R
> 
> Perhaps 'apt-get -f install' will do it.
> 
> 
> 
> -- 
> Sent from FOSS (Free Open Source Software)
> Debian GNU/Linux
> 
> 

I also tried use the -d option:

#####################################
dpkg-buildpackage -b -us -uc -d
#####################################

but the output of the terminal was:

#####################################
.....
checking for LIBGPOD... configure: error: Package requirements (glib-2.0
>= 2.8.0 gobject-2.0 sqlite3 libplist >= 1.0) were not met:

No package 'sqlite3' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBGPOD_CFLAGS
and LIBGPOD_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

make: *** [build/libgpod4/config.status] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
##########################################

Using synaptic I found that this package is still installed, so I
searched the path of the package sqlite3:

#########################################
sudo find / -name sqlite3 
#########################################

the output was: 

##########################################
/usr/share/doc/sqlite3
/usr/bin/sqlite3
/usr/lib/python2.6/sqlite3
/usr/lib/python2.5/sqlite3
##########################################

and my path is:

##########################################
:~$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/lib
##########################################

I do not understand why the dpkg-buildpackage -b -us -uc -d of
libgpod-0.7.93 doesn't work.

Regards 
R





Reply to: