LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-04-2008, 09:12 PM   #1
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Compiling soundKonverter


I downloaded the soundKonverter build script from slacky.eu but I cannot compile the package. The pre-make checks run without errors but when make executes I receive messages about aclocal-1.10: command not found.

I'm running Slackware 12.1. I have a /usr/bin/aclocal sym link pointing to /usr/bin/aclocal-1.9, but no aclocal-1.10. I checked the Slackware current branch and the automake package is 1.9.6, not 1.10.

Based upon some other build scripts I tried the following:

aclocal
automake --add-missing --copy --force --gnu --include-deps Makefile
autoconf


That failed to compile and then I tried:

aclocal -I . 2> /dev/null 1> /dev/null
autoheader 2> /dev/null 1> /dev/null
automake -a --force --copy --foreign 2> /dev/null 1> /dev/null
autoconf 2> /dev/null


No success.

Next I created a temporary soft link from /usr/bin/aclocal to /usr/bin/aclocal-1.10.

No success.

Is there a trick I can use in the build script to look for 1.9 rather than 1.10?

Has anybody else compiled soundKonverter?

I appreciate any help.

Thanks again.
 
Old 09-05-2008, 01:05 PM   #2
bgeddy
Senior Member
 
Registered: Sep 2006
Location: Liverpool - England
Distribution: slackware64 13.37 and -current, Dragonfly BSD
Posts: 1,810

Rep: Reputation: 232Reputation: 232Reputation: 232
Well this intrigued me - maybe I've got too much time on my hands !

Anyway - I downloaded the source for soundkonverter 0.3.7 and the slackbuild, slack-desc and slack-required from Slacky.it - I downloaded the Slackware 12.0 versions as this is on my target system.

To be honest I didn't even bother properly checking all dependencies but, as I have installed quite a lot of audio apps, I thought they'd most probably be there.

It compiled fine and the resulting package runs OK - possibly not what you wanted to hear.

If you want to know what versions I have installed of various programs feel free to ask.

This may be useful to you :
Code:
ldd $(which soundkonverter)
        linux-gate.so.1 =>  (0xffffe000)
        libkio.so.4 => /usr/lib/libkio.so.4 (0xb7c31000)
        libkdeui.so.4 => /usr/lib/libkdeui.so.4 (0xb7957000)
        libkdesu.so.4 => /usr/lib/libkdesu.so.4 (0xb7941000)
        libkwalletclient.so.1 => /usr/lib/libkwalletclient.so.1 (0xb7930000)
        libkdecore.so.4 => /usr/lib/libkdecore.so.4 (0xb76f6000)
        libDCOP.so.4 => /usr/lib/libDCOP.so.4 (0xb76c4000)
        libresolv.so.2 => /lib/libresolv.so.2 (0xb7693000)
        libutil.so.1 => /lib/libutil.so.1 (0xb768f000)
        libart_lgpl_2.so.2 => /usr/lib/libart_lgpl_2.so.2 (0xb7679000)
        libidn.so.11 => /usr/lib/libidn.so.11 (0xb7649000)
        libkdefx.so.4 => /usr/lib/libkdefx.so.4 (0xb761e000)
        libqt-mt.so.3 => /usr/lib/qt-3.3.8/lib/libqt-mt.so.3 (0xb6f70000)
        libmng.so.1 => /usr/lib/libmng.so.1 (0xb6f11000)
        liblcms.so.1 => /usr/lib/liblcms.so.1 (0xb6edb000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb6ebb000)
        libGL.so.1 => /usr/lib/libGL.so.1 (0xb6e27000)
        libXmu.so.6 => /usr/lib/libXmu.so.6 (0xb6e11000)
        libXt.so.6 => /usr/lib/libXt.so.6 (0xb6dc2000)
        libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb6dbc000)
        libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0xb6db3000)
        libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb6dae000)
        libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb6dab000)
        libXft.so.2 => /usr/lib/libXft.so.2 (0xb6d98000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb6d6d000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb6d00000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb6ce0000)
        libpng.so.3 => /usr/lib/libpng.so.3 (0xb6ca5000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0xb6c97000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0xb6c8e000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0xb6c76000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb6c6e000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0xb6b86000)
        libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb6b84000)
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb6b6d000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0xb6b69000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb6b64000)
        libdl.so.2 => /lib/libdl.so.2 (0xb6b60000)
        libfam.so.0 => /usr/lib/libfam.so.0 (0xb6b59000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb6b42000)
        libacl.so.1 => /lib/libacl.so.1 (0xb6b3b000)
        libattr.so.1 => /lib/libattr.so.1 (0xb6b36000)
        libtag.so.1 => /usr/lib/libtag.so.1 (0xb6aee000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb6ada000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb69f6000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb69eb000)
        libcdda_interface.so.0 => /usr/lib/libcdda_interface.so.0 (0xb69de000)
        libcdda_paranoia.so.0 => /usr/lib/libcdda_paranoia.so.0 (0xb69d5000)
        libm.so.6 => /lib/libm.so.6 (0xb69ae000)
        libc.so.6 => /lib/libc.so.6 (0xb686c000)
        libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0xb5ef9000)
        libnvidia-tls.so.1 => /usr/lib/tls/libnvidia-tls.so.1 (0xb5ef7000)
        /lib/ld-linux.so.2 (0xb7f74000)
 
Old 09-05-2008, 09:27 PM   #3
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Original Poster
Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Thanks for helping. Based upon your response, I downloaded the sources for version 0.37, modified the build script accordingly, and the package built.

Version 0.37 seems to work okay. More importantly, the program seems to preserve the id3 tags, which was a big reason I wanted to try the app. I have tried sox, lame, ffmpeg and none of them preserve the tags.

The packager at slacky.eu must have installed automake 1.10 and is not using a stock 12.1 installation. Perhaps the original sources were built with 1.10 too. I'm not enough of a guru to know.
 
Old 09-14-2008, 11:12 PM   #4
krassyo
LQ Newbie
 
Registered: Sep 2003
Posts: 20
Blog Entries: 1

Rep: Reputation: 0
Well, you've downloaded soundkoverter, but forgot to read the installation part here.
This will probably work for you without installing newer automake:
Code:
WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs
./configure
make
make install

Last edited by krassyo; 09-14-2008 at 11:15 PM.
 
Old 09-22-2008, 05:34 PM   #5
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Original Poster
Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Quote:
WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs
This indeed turned the trick to compile version 0.38. Thank you.

This directive is missing from the build script. I never saw the original author's message because I figured the person who constructed the build script tested more thoroughly. The build script contains no contact information.

As I previously shared, compiling version 0.37 compiled with no problems.
 
Old 09-23-2008, 04:22 AM   #6
krassyo
LQ Newbie
 
Registered: Sep 2003
Posts: 20
Blog Entries: 1

Rep: Reputation: 0
Well, I included this line in LinuxAbout repository (link in my sig.) SlackBuild script Hope this will help other slackware users who wish to build latest version.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiling a module separately without compiling entire kernel kushalkoolwal Linux - Kernel 8 08-06-2008 01:45 AM
soundkonverter loses track numbers converting from wma to ogg mbvpixies78 Linux - Software 0 06-09-2008 12:04 AM
Various Compiling Errors (GCC compiling Openal, GUIlib, xmms-wma) gregorya Linux - Software 2 08-27-2004 05:03 AM
Compiling in ACPI support on Compaq 2135CA (system crashes while compiling) Dag Linux - Laptop and Netbook 20 07-30-2004 07:56 PM
Kernel compiling and module compiling tarballed Linux - General 1 12-22-2002 05:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration