iPod Nano

Chris Aitken chris-n/jUll39koHNgV/OU4+dkA at public.gmane.org
Wed Nov 7 12:15:24 UTC 2007


JoeHill wrote:

<snip>
> It looks okay, actually, although it's building without support for ArtworkDB,
> though on mine it's enabled. What I would do is, just in case running autogen
> as root caused any other problems, I would do as Craig suggested and delete the
> libgpod directory and redownload the svn repo.
>
> svn co https://gtkpod.svn.sourceforge.net/svnroot/gtkpod/libgpod/trunk libgpod
>
> Then ./autogen.sh,
Looks like all of that wen t okay. It appears that there is now 
magically autoconf (higher version than the 2.50 originally asked for).
>  ./configure --prefix=/usr, make.
>   
Done.

Then, as root, I ran

make install

Does make install's output look okay (and if so, do I go ahead and 
re-install amarok and amarok-non-free-somethingorother?:

[root at p733 libgpod]# make install
Making install in src
make[1]: Entering directory `/home/chris/libgpod/src'
make[2]: Entering directory `/home/chris/libgpod/src'
test -z "/usr/lib" || /bin/mkdir -p "/usr/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libgpod.la' 
'/usr/lib/libgpod.la'
/usr/bin/install -c .libs/libgpod.so.3.0.0 /usr/lib/libgpod.so.3.0.0
(cd /usr/lib && { ln -s -f libgpod.so.3.0.0 libgpod.so.3 || { rm -f 
libgpod.so.3 && ln -s libgpod.so.3.0.0 libgpod.so.3; }; })
(cd /usr/lib && { ln -s -f libgpod.so.3.0.0 libgpod.so || { rm -f 
libgpod.so && ln -s libgpod.so.3.0.0 libgpod.so; }; })
/usr/bin/install -c .libs/libgpod.lai /usr/lib/libgpod.la
/usr/bin/install -c .libs/libgpod.a /usr/lib/libgpod.a
chmod 644 /usr/lib/libgpod.a
ranlib /usr/lib/libgpod.a
PATH="$PATH:/sbin" ldconfig -n /usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/include/gpod-1.0/gpod" || /bin/mkdir -p 
"/usr/include/gpod-1.0/gpod"
 /usr/bin/install -c -m 644 'itdb.h' '/usr/include/gpod-1.0/gpod/itdb.h'
make[2]: Leaving directory `/home/chris/libgpod/src'
make[1]: Leaving directory `/home/chris/libgpod/src'
Making install in tools
make[1]: Entering directory `/home/chris/libgpod/tools'
make[2]: Entering directory `/home/chris/libgpod/tools'
test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
test -z "" || /bin/mkdir -p ""
test -z "" || /bin/mkdir -p ""
make[2]: Leaving directory `/home/chris/libgpod/tools'
make[1]: Leaving directory `/home/chris/libgpod/tools'
Making install in tests
make[1]: Entering directory `/home/chris/libgpod/tests'
make[2]: Entering directory `/home/chris/libgpod/tests'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/chris/libgpod/tests'
make[1]: Leaving directory `/home/chris/libgpod/tests'
Making install in po
make[1]: Entering directory `/home/chris/libgpod/po'
/bin/sh /home/chris/libgpod/install-sh -d /usr/share/locale
linguas="de es fr he it ja ro sv "; \
        for lang in $linguas; do \
          dir=/usr/share/locale/$lang/LC_MESSAGES; \
          /bin/sh /home/chris/libgpod/install-sh -d $dir; \
          if test -r $lang.gmo; then \
            /usr/bin/install -c -m 644 $lang.gmo $dir/libgpod.mo; \
            echo "installing $lang.gmo as $dir/libgpod.mo"; \
          else \
            /usr/bin/install -c -m 644 ./$lang.gmo $dir/libgpod.mo; \
            echo "installing ./$lang.gmo as" \
                 "$dir/libgpod.mo"; \
          fi; \
          if test -r $lang.gmo.m; then \
            /usr/bin/install -c -m 644 $lang.gmo.m $dir/libgpod.mo.m; \
            echo "installing $lang.gmo.m as $dir/libgpod.mo.m"; \
          else \
            if test -r ./$lang.gmo.m ; then \
              /usr/bin/install -c -m 644 ./$lang.gmo.m \
                $dir/libgpod.mo.m; \
              echo "installing ./$lang.gmo.m as" \
                   "$dir/libgpod.mo.m"; \
            else \
              true; \
            fi; \
          fi; \
        done
installing de.gmo as /usr/share/locale/de/LC_MESSAGES/libgpod.mo
installing es.gmo as /usr/share/locale/es/LC_MESSAGES/libgpod.mo
installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/libgpod.mo
installing he.gmo as /usr/share/locale/he/LC_MESSAGES/libgpod.mo
installing it.gmo as /usr/share/locale/it/LC_MESSAGES/libgpod.mo
installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/libgpod.mo
installing ro.gmo as /usr/share/locale/ro/LC_MESSAGES/libgpod.mo
installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/libgpod.mo
make[1]: Leaving directory `/home/chris/libgpod/po'
Making install in m4
make[1]: Entering directory `/home/chris/libgpod/m4'
make[2]: Entering directory `/home/chris/libgpod/m4'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/chris/libgpod/m4'
make[1]: Leaving directory `/home/chris/libgpod/m4'
Making install in docs
make[1]: Entering directory `/home/chris/libgpod/docs'
Making install in reference
make[2]: Entering directory `/home/chris/libgpod/docs/reference'
make[3]: Entering directory `/home/chris/libgpod/docs/reference'
make[3]: Nothing to be done for `install-exec-am'.
installfiles=`echo ./html/*`; \
        if test "$installfiles" = './html/*'; \
        then echo '-- Nothing to install' ; \
        else \
          /bin/sh ../../mkinstalldirs /usr/share/gtk-doc/html/libgpod; \
          for i in $installfiles; do \
            echo '-- Installing '$i ; \
            /usr/bin/install -c -m 644 $i /usr/share/gtk-doc/html/libgpod; \
          done; \
          echo '-- Installing ./html/index.sgml' ; \
          /usr/bin/install -c -m 644 ./html/index.sgml 
/usr/share/gtk-doc/html/libgpod || :; \
        fi
-- Nothing to install
make[3]: Leaving directory `/home/chris/libgpod/docs/reference'
make[2]: Leaving directory `/home/chris/libgpod/docs/reference'
make[2]: Entering directory `/home/chris/libgpod/docs'
make[3]: Entering directory `/home/chris/libgpod/docs'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/chris/libgpod/docs'
make[2]: Leaving directory `/home/chris/libgpod/docs'
make[1]: Leaving directory `/home/chris/libgpod/docs'
Making install in bindings
make[1]: Entering directory `/home/chris/libgpod/bindings'
make[2]: Entering directory `/home/chris/libgpod/bindings'
make[3]: Entering directory `/home/chris/libgpod/bindings'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/chris/libgpod/bindings'
make[2]: Leaving directory `/home/chris/libgpod/bindings'
make[1]: Leaving directory `/home/chris/libgpod/bindings'
make[1]: Entering directory `/home/chris/libgpod'
make[2]: Entering directory `/home/chris/libgpod'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/usr/lib/pkgconfig"
 /usr/bin/install -c -m 644 'libgpod-1.0.pc' 
'/usr/lib/pkgconfig/libgpod-1.0.pc'
make[2]: Leaving directory `/home/chris/libgpod'
make[1]: Leaving directory `/home/chris/libgpod'


--
The Toronto Linux Users Group.      Meetings: http://gtalug.org/
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://gtalug.org/wiki/Mailing_lists





More information about the Legacy mailing list