-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 4/15/11 9:05 AM, Christopher Lee wrote: > Feedback: not good > > Hi > > I have been trying to get taskjuggler working for Mac OSX and I have followed > the route using fink. fink and fonkcommander is installed and the unstable > check box is ticked (and unstable build trees are in sw/etc/fink.conf) > > As it is a new installation kde is being built but it fails when trying to > compile gstreamer. The error message is similar to that in various mailing > lists (error message attached to the bottom of email). These problems seemed > to be solved by compiling the unstable branch of fink. After looking at the > fink website I found that I should perform fink index -f from the website to > persuade fink to compile the unstable version. > > After doing this I have managed compile the package gstreamer-0.10 but when I > try and build taskjuggler (and thus kde) it is still trying to use gstreamer. > I assume the gstreamer-0.10 is the unstable version of gstreamer (?)
Nope. gstreamer and gstreamer-0.10 are separate packages, due to having different (presumably incompatible) library versions. Enabling the unstable tree didn't change anything because gstreamer's version-revision are the same in stable and unstable: http://pdb.finkproject.org/pdb/package.php/gstreamer as are those of gstreamer-0.10: http://pdb.finkproject.org/pdb/package.php/gstreamer-0.10 Your information from the mailing lists may predate the updates in the stable tree. > > When I give feedback finkcommander says that the version of gstreamer is old > but the version number agrees with the package info on the website and "fink > update gstreamer" results in the same failure. > > I think my problem is to persuade fink to use package gstreamer-0.10 but > unfortunately it insists to use gstreamer and is stuck at this point. Not really. The problem is that building gstreamer is broken, due to changes in the operation of the gtk-doc version in unstable, and the maintainer needs to fix it. > > Any help would be gratefully appreciated > > Regards > > Chris > > > -- > Package manager version: 0.29.21 > Distribution version: selfupdate-rsync Sat Apr 9 11:19:21 2011, 10.6, i386 > Mac OS X version: 10.6.7 > Xcode version: 3.2.6 > gcc version: 4.2.1 (Apple Inc. build 5666) (dot 3) > make version: 3.81 > Feedback Courtesy of FinkCommander > > > *** Rebuilding template files *** > if test x"." != x. ; then \ > cp ./gstreamer-sections.txt . ; \ > touch gstreamer-decl.txt ; \ > fi > gtkdoc-mktmpl --module=gstreamer | tee tmpl-build.log > ./gstreamer-unused.txt:1: warning: 1 unused declarations.They should be added > to gstreamer-sections.txt in the appropriate place. > GST_CAT_LEVEL_LOG_valist > make[3]: *** [tmpl-build.stamp] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > ### execution of /var/tmp/tmp.1.kIGJqE failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-gstreamer-0.8.12-1029 > (Reading database ... 158695 files and directories currently installed.) > Removing fink-buildlock-gstreamer-0.8.12-1029 ... > Failed: phase compiling: gstreamer-0.8.12-1029 failed > > > As a workaround, use fink install gtk-doc-1.13-6 to downgrade gtk-doc to the stable tree version (Fink Commander doesn't support this option) and gstreamer should build for you (it worked here). - -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk2oSCEACgkQB8UpO3rKjQ/KgACeNUAFMNLx8djHgnkTphiyzyzr hboAoKI/jKoOFtoueo9yyGzXpMpFNk5i =PHBv -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
