Re: [Fink-users] Failed: phase compiling: libavcodec53-shlibs-0.8.12-2 failed

2013-01-27 Thread David Fang
Ok, thus updated.  Thanks.

Fang

>> I have no way of testing this on either 10.4 or powerpc.  Only
>> suggestion I was able to find online was to remove libtool14 if it is
>> installed.  If that doesn't work, I have no idea of what else to try.
>
> Thanks for the answer, but it did not help.
> However I knew that I have been hit by this snag
> and I finally found the answer at
>
> http://sourceforge.net/mailarchive/forum.php?thread_name=Pine.LNX.4.64.1206211728250.5542%40hal-00.csl.cornell.edu&forum_name=fink-users
>
> The following bloc
>
># Prefer compilation with gcc-4.2 if available
>if [ -x /usr/bin/gcc-4.2 ]; then
>  ../configure %c --cc=gcc-4.2
>else
>  ../configure %c
>fi
>
> should be deleted from the info file for ppc-darwin8.
> As sais in the thread, if I move gcc-4.2 away,
> the update proceeds to the end.
>
> Dominique
>
> --
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnnow-d2d
> ___
> Fink-users mailing list
> Fink-users@lists.sourceforge.net
> List archive:
> http://news.gmane.org/gmane.os.macosx.fink.user
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-users
>

-- 
David Fang
http://www.csl.cornell.edu/~fang/


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: libavcodec53-shlibs-0.8.12-2 failed

2013-01-27 Thread Dominique Dhumieres
> I have no way of testing this on either 10.4 or powerpc.  Only
> suggestion I was able to find online was to remove libtool14 if it is
> installed.  If that doesn't work, I have no idea of what else to try.

Thanks for the answer, but it did not help.
However I knew that I have been hit by this snag
and I finally found the answer at

http://sourceforge.net/mailarchive/forum.php?thread_name=Pine.LNX.4.64.1206211728250.5542%40hal-00.csl.cornell.edu&forum_name=fink-users

The following bloc

# Prefer compilation with gcc-4.2 if available
if [ -x /usr/bin/gcc-4.2 ]; then
  ../configure %c --cc=gcc-4.2
else
  ../configure %c
fi

should be deleted from the info file for ppc-darwin8.
As sais in the thread, if I move gcc-4.2 away,
the update proceeds to the end.

Dominique

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Build kdelibs4-x11-4.4.1-4 failed

2013-01-27 Thread Hanspeter Niederstrasser
On 1/27/2013 7:21 AM, Bletzinger, Michael Erwin wrote:
> Hello Everyone,
>
> I'm having repeated problems building the kdelibs4-x11 package with errors 
> occurring at a different place in every run.  From the archives it seems that 
> there is a random thread conflict issue that affects this build.  What I 
> would like to know is if there is anyway for fink to build this package 
> without starting from the beginning every time.  By doing this perhaps I can 
> avoid the thread conflict during the retries.
>
> Thanks
> Michael
>
> [ 51%] Generating org.kde.kded.xml
> cd /sw/src/fink.build/kdelibs4-x11-4.4.1-4/kdelibs-4.4.1/build/kded && 
> /sw/lib/qt4-x11/bin/qdbuscpp2xml 
> /sw/src/fink.build/kdelibs4-x11-4.4.1-4/kdelibs-4.4.1/kded/kdedadaptor.h -o 
> /sw/src/fink.build/kdelibs4-x11-4.4.1-4/kdelibs-4.4.1/build/kded/org.kde.kded.xml
> qdbuscpp2xml: exit code 0 from moc. Aborting
> QProcess: Destroyed while process is still running.
> make[2]: *** [kded/org.kde.kded.xml] Error 1
> make[1]: *** [kded/CMakeFiles/kdeinit_kded4.dir/all] Error 2

What version of qt4-base-x11 do you have installed?  This is technically 
a qt4 bug that kdelibs4 is tickling and was fixed in qt4-base-x11-4.7.3-3.

Hanspeter


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Can't resolve dependency "x11-xlocale-fix" for package "vim-7.3.709-1"

2013-01-27 Thread Dominique Dhumieres
> Fixed

I have now updated vim successfully. Thanks,

Dominique

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: PatchFile "/sw/fink/dists/stable/main/finkinfo/10.4-EOL/sci/gnuplot.patch" checksum does not match!

2013-01-27 Thread Dominique Dhumieres
> Fixed

Confirmed, Thanks,

Dominique

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Build kdelibs4-x11-4.4.1-4 failed

2013-01-27 Thread Bletzinger, Michael Erwin
Hello Everyone,

I'm having repeated problems building the kdelibs4-x11 package with errors 
occurring at a different place in every run.  From the archives it seems that 
there is a random thread conflict issue that affects this build.  What I would 
like to know is if there is anyway for fink to build this package without 
starting from the beginning every time.  By doing this perhaps I can avoid the 
thread conflict during the retries.

Thanks
Michael

[ 51%] Generating org.kde.kded.xml
cd /sw/src/fink.build/kdelibs4-x11-4.4.1-4/kdelibs-4.4.1/build/kded && 
/sw/lib/qt4-x11/bin/qdbuscpp2xml 
/sw/src/fink.build/kdelibs4-x11-4.4.1-4/kdelibs-4.4.1/kded/kdedadaptor.h -o 
/sw/src/fink.build/kdelibs4-x11-4.4.1-4/kdelibs-4.4.1/build/kded/org.kde.kded.xml
qdbuscpp2xml: exit code 0 from moc. Aborting
QProcess: Destroyed while process is still running.
make[2]: *** [kded/org.kde.kded.xml] Error 1
make[1]: *** [kded/CMakeFiles/kdeinit_kded4.dir/all] Error 2
make: *** [all] Error 2
### execution of /tmp/fink.DVcN5 failed, exit code 2
### execution of /tmp/fink.P8P_v failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-kdelibs4-x11-4.4.1-4
(Reading database ... 185656 files and directories currently installed.)
Removing fink-buildlock-kdelibs4-x11-4.4.1-4 ...
Reading buildlock packages...
   All buildlocks accounted for.
/sw/bin/dpkg-lockwait -i /sw/fink/debs/openexr-dev_1.4.0-1023_darwin-i386.deb
Selecting previously deselected package openexr-dev.
(Reading database ... 185655 files and directories currently installed.)
Unpacking openexr-dev (from .../openexr-dev_1.4.0-1023_darwin-i386.deb) ...
Setting up openexr-dev (1.4.0-1023) ...
Clearing dependency_libs of .la files being installed

Failed: phase compiling: kdelibs4-x11-4.4.1-4 failed

Before reporting any errors, please run "fink selfupdate" and try again.

If you continue to have issues, please check to see if the FAQ on Fink's
website solves the problem.  If not, ask on one (not both, please) of
these mailing lists:

   The Fink Users List 
mailto:fink-users@lists.sourceforge.net>>
   The Fink Beginners List 
mailto:fink-beginn...@lists.sourceforge.net>>,

with a carbon copy to the maintainer:

   Benjamin Reed 
mailto:kdeli...@fink.racoonfink.com>>

Note that this is preferable to emailing just the maintainer directly,
since most fink package maintainers do not have access to all possible
hardware and software configurations.

Please try to include the complete error message in your report.  This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.

Also include the following system information:
Package manager version: 0.34.4
Distribution version: selfupdate-rsync Fri Jan 25 11:48:29 2013, 10.6, i386
Trees: local/main stable/main unstable/main
Xcode.app: 3.2.6
Xcode command-line tools: 3.2.6
Max. Fink build jobs:  1
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users