cjd/mtpfs

Debian Jessie compatibility?

Closed this issue · 7 comments

Hello,
I cannot install mtpfs on my Debian Jessie.
Is it compatible?

There is no './configure' file and './configure.ac' is not working. Do you have any documentation apart the INSTALL file?

cjd commented

You can run ./autogen.sh to create the configure script

cjd commented

I have just added some files to the git tree now so you should now be able to just run ./configure

Sweet!

I still face this:

root@bobby:/opt/mtpfs# ./autogen.sh 
configure.ac:3: installing './compile'
configure.ac:2: installing './install-sh'
configure.ac:2: installing './missing'
Makefile.am: installing './depcomp'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FUSE... yes
checking for MTP... yes
checking for GLIB... yes
checking for MAD... no
configure: error: Package requirements (mad >= 0.15                            id3tag >= 0.15) were not met:

No package 'mad' 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 MAD_CFLAGS
and MAD_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Who are MAD and id3tag?
Is this MAD? Should I need that for a Samsung Galaxy S3?
And where is id3tag?

Thank you for you time and help

cjd commented

They are libraries needed for some media players.
Install the libmad0-dev and libid3tag0-dev packages for them to be available

It worked!
We can label this solved