On Sun, Dec 5, 2010 at 11:47 AM, Gary Pajer <[email protected]> wrote:
>
>
> On Sun, Dec 5, 2010 at 10:27 AM, Alexander Hansen <
> [email protected]> wrote:
>
>> On Sun, Dec 5, 2010 at 9:44 AM, Gary Pajer <[email protected]> wrote:
>> >
>> >
>> > On Sun, Dec 5, 2010 at 8:11 AM, Alexander Hansen
>> > <[email protected]> wrote:
>> >>
>> >> 2010/12/4 Gary Pajer <[email protected]>:
>> >> > Hello everyone,
>> >> > Here is a post I made to the KDE forum. (there are updates below.)
>> >> > But first I'd like to know if anyone else has this problem. Google
>> >> > doesn't
>> >> > find anyone else, so it may be something unique to my system.
>> >> > ----------------------------------------------------
>> >> > Hi all. I've just installed amarok on my MacBook OS X 10.6.5 via
>> fink.
>> >> > It
>> >> > starts fine, plays music from e.g. radio, but it won't scan my
>> >> > collection.
>> >> > I've run amarok with the debug flag. Here's part of the log that
>> appears
>> >> > on
>> >> > startup. Note the word "crash" that appears therein.
>> >> >
>> >> > http://snipt.org/pgSl/
>> >> >
>> >> > and here's what the log says after I click "rescan collection"
>> >> >
>> >> > http://snipt.org/pgSh/
>> >> >
>> >> > Here's the entire log: http://snipt.org/pgSo/
>> >> >
>> >> > no scanning is done.
>> >> >
>> >> > I'm using the embedded MySQL server. I could try an external
>> database,
>> >> > but
>> >> > if there's a simpler fix I'd prefer it.
>> >> > ---------------------------------------------------------------
>> >> > Since I posted, I've run across a few things related to fink:
>> >> > 1.) evidently mysql 5.1 is needed to use the embedded db that amarok
>> >> > uses.
>> >> > Shouldn't that be a dependency for fink's amarok? (fink has mysql
>> >> > 5.0)
>> >>
>> >> We haven't heard from the folks who maintain our mysql package in a
>> >> while. That's a group of university students, so they may have
>> >> graduated.
>> >>
>> >> > 2.) I tried to build amarok 2.3.2 from source; it reported that
>> taglib
>> >> > does
>> >> > not have asf and mp4 support. Any particular reason? There's some
>> >> > history
>> >> > on this issue, but my understanding is that fink's version of taglib
>> >> > (1.6.3)
>> >> > should have asf and mp4 support by default.
>> >>
>> >> Incorrect, according to my reading of its CompileScript
>> >>
>> >> ...
>> >> cmake $KDE4_CMAKE_ARGS -DWITH_ASF:BOOL=TRUE -DWITH_MP4:BOOL=TRUE ..
>> >> ...
>> >
>> >
>> > Doesn't this mean that fink's taglib was built with asf and mp4 support?
>> I
>> > guess that's what I meant to say.
>> >
>> >>
>>
>> Yeah, "incorrect" referred to the configure output.
>>
>> >> The outputs from configure checks are notoriously unreliable. If there
>> >> is _any_ failure in the little C programs they use, which could be in
>> >> linking an unrelated library, there is only one output to display.
>> >
>> > Good to know, but if i comment out those lines so that the build
>> continues,
>> > it stops with "Taglib-Extras not found",
>>
>> Do you have the appropriate taglib-extras package installed?
>> (presumably the taglib-extras1 corresponding to the amarok2 flavor
>> you're building: -mac or -x11)
>>
>
> yes I do.
>
>
>
>>
>> and if I comment that out, "qmake
>> > is not found" ...
>>
>> qmake is installed in a nonstandard (out of the PATH) location in qt4:
>>
>> $ dlocate qmake | grep bin
>> qt3: /sw32/lib/qt3/bin/qmake
>> qt3: /sw32/bin/qmake
>> qt4-mac: /sw32/lib/qt4-mac/bin/qmake
>> qt4-x11: /sw32/lib/qt4-x11/bin/qmake
>>
>
> OK, maybe that will help. I stopped at this point because I thought I was
> headed down a road of infinite regressions.
> I'll find qmake on my system, and add that directory to the path.
>
The problem with qmake was that /sw/bin/qmake was pointing to the kde3
version of qmake. I fixed that:
sudo ln -s /sw/lib/qt4-x11/bin /sw/bin/qmake
and was able to move on.
Next: it gets to the point where it can report:
-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
-----------------------------------------------------------------------------
* liblastfm (0.3 or higher) <
http://cdn.last.fm/src/liblastfm-0.3.0.tar.bz2>
Enable Last.Fm service, including scrobbling, song submissions, and
suggested song dynamic playlists
* libofa (0.9.x or higher) <http://code.google.com/p/musicip-libofa/>
Enable MusicDNS service
-----------------------------------------------------------------------------
-- The following REQUIRED packages could NOT be located on your system.
-- You must install these packages before continuing.
-----------------------------------------------------------------------------
* qtscript-qt <http://code.google.com/p/qtscriptgenerator/>
QtScript Qt Bindings
* qca2 <http://delta.affinix.com/qca/>
Qt Cryptographic Architecture
but liblastfm, and qca2 fink packages are installed.
for qtscript I find the following result from "fink list qscript". Are
these what it's looking for?
i qtscriptgenerator-x11 0.1.0-3 QtScript binding generator
i qtscriptgenerator-x11-r 0.1.0-3 Runtime QtScript plugins
"fink list ofa" comes up blank.
So now I'm working on installing libofa, and getting the build to find
lastfm, qtscript, and qca2
>
>
>>
>> > I really don't want to be putting myself and you (plural) through all
>> this.
>> > I understand that compiling for fink is not for the faint of heart, and
>> > amateurs like me can get tied up in knots. And I feel like I'm nagging.
>> > Sorry about that. I'd just like to have a working amarok on OS X. I'm
>> > coming from Linux, and most of my music is in ogg vorbis. (iTunes
>> support
>> > for ogg is not great.)
>> >
>> >
>> >>
>> >> > 3.) amarok 2.2.2 is old.
>> >>
>> >> That's a matter to take up with the amarok maintainer.
>> >
>> > I'll do that.
>> >
>> >>
>> >> > What I really want is a working amarok. If the above issues are
>> >> > standing
>> >> > in the way, how can I register a vote to have them fixed?
>> >>
>> >>
>> >>
>> >> > Thanks,
>> >> > Gary
>> >> >
>> >> >
>> >>
>>
>> Building KDE4 stuff does involve some extra hoops.
>>
>
>
> Understood.
>
>
>>
>> --
>> Alexander K. Hansen
>> akh AT finkproject DOT org
>> Fink User Liaison and Documenter
>>
>
>
------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners