[Fink-users] Incorrect fribidi link path?

2013-09-09 Thread Alfredo Pironti
Hi,

I have the same problem with mplayer failing to find the fribidi library.

Running fink -l rebuild fribidi gives similar output: warning that
c2man is missing, and that some files have timestamp in the future.

Which touch returns /usr/bin/touch

(and fink list c2man returns an empty list, so I don't know how to add
c2man to my system, although I don't think that's going to fix the
issue).

Cheers,
Alfredo

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] Incorrect fribidi link path?

2013-09-09 Thread Renaud Detry
Hi Alex,

> Making all in doc
> make[2]: Warning: File `fribidi-bidi.h' has modification time 1.8e+19 s in 
> the future
> Running c2man
> ../missing: line 52: c2man: command not found
> WARNING: `c2man' is needed, and is missing on your system.
> You might have modified some files without having the
> proper tools for further handling them.  Check the `README' file,
> it often tells you about the needed prerequisites for installing
> this package.  You may also peek at any GNU archive site, in case
> some other package would contain this missing `c2man' program.
> make[2]: warning:  Clock skew detected.  Your build may be incomplete.
> 
> It appears that the following item from the patch script isn't working, 
> although it shows up in your build log:
> 
>   # don't regenerate manpage (patch doesn't change its results
>   # and fink doesn't have the c2man tool)
>   touch -t 19700101 lib/fribidi-bidi.h
> 
> What do you get from "which touch" ?

/usr/bin/touch

I'm running fink in its own account where it can only see system tools and fink 
tools (no access to my local install).

> I'm not sure whether this would affect the .la file, though.  While we figure 
> out what's going on here, you can work around the problem by editing your 
> libfribidi.la and fixing the libdir entry.

Yep. I also had to

sudo install_name_tool -id /fink/lib/libfribidi.dylib /fink/lib/libfribidi.dylib

Now I'm running into the MPlayer/openjpeg issue discussed here:

http://article.gmane.org/gmane.os.apple.fink.general/36780/match=mplayer

I'm not too familiar with Fink internals and how to modify the patch/build 
scripts. Any chance this will be fixed in the openjpeg package?

Regarding the fribidi issue, things are good for me. But I'm happy to continue 
helping if you want to get to the bottom of this.

Thanks a lot for the time you put in Fink, still the best package repo out 
there!
Renaud.


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] Incorrect fribidi link path?

2013-09-09 Thread Martin Costabel
On 6/09/13 18:49, Alexander Hansen wrote:
> On 9/6/13 8:22 AM, Renaud Detry wrote:
[]
> I found the following in your log, but not in mine.  The two different
> warnings get repeated a few times in different places.
>
> Making all in doc
> make[2]: Warning: File `fribidi-bidi.h' has modification time 1.8e+19 s
> in the future
> Running c2man
> ../missing: line 52: c2man: command not found
> WARNING: `c2man' is needed, and is missing on your system.
>You might have modified some files without having the
>proper tools for further handling them.  Check the `README' file,
>it often tells you about the needed prerequisites for installing
>this package.  You may also peek at any GNU archive site, in case
>some other package would contain this missing `c2man' program.
> make[2]: warning:  Clock skew detected.  Your build may be incomplete.
>
> It appears that the following item from the patch script isn't working,
> although it shows up in your build log:
>
>   # don't regenerate manpage (patch doesn't change its results
>   # and fink doesn't have the c2man tool)
>   touch -t 19700101 lib/fribidi-bidi.h

I get the same warning about modification time 2^64 seconds in the 
future and missing c2man. This looks to me like a bug in make that 
considers all dates before 01:00 on 1970-01-01 as a date in the future, 
modulo 2^64 s. Note that this is one hour after the epoch.

Since it happens both with Apple's make and Fink's make (the difference 
is that Fink's make spells out 18446744072330831872 s instead of 1.8e+19 
s), it might be a bug in the operating system, 10.8.4 in my case. 
Perhaps some botched "fix" for the Y2K38 problem.

The problem disappears if the "touch" command in the patch script is 
replaced by

touch -t 197001010100 lib/fribidi-bidi.h

or any date later than that (and earlier than 201202 in order not to 
lose the effect of the touch command).

-- 
Martin





--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] Incorrect fribidi link path?

2013-09-09 Thread Martin Costabel
On 9/09/13 12:51, Martin Costabel wrote:

> or any date later than that (and earlier than 201202 in order not to

Opps, that should have been "20121202", meaning Dec 2 2012, when the 
other files in the fribidi sources were timestamped.

-- 
Martin


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] Incorrect fribidi link path?

2013-09-09 Thread Hanspeter Niederstrasser
On 9/9/2013 5:52 AM, Renaud Detry wrote:
> Hi Alex,
>
>> Making all in doc
>> make[2]: Warning: File `fribidi-bidi.h' has modification time 1.8e+19 s in 
>> the future
>> Running c2man
>> ../missing: line 52: c2man: command not found
>> WARNING: `c2man' is needed, and is missing on your system.
>>  You might have modified some files without having the
>>  proper tools for further handling them.  Check the `README' file,
>>  it often tells you about the needed prerequisites for installing
>>  this package.  You may also peek at any GNU archive site, in case
>>  some other package would contain this missing `c2man' program.
>> make[2]: warning:  Clock skew detected.  Your build may be incomplete.
>>
>> It appears that the following item from the patch script isn't working, 
>> although it shows up in your build log:
>>
>>  # don't regenerate manpage (patch doesn't change its results
>>  # and fink doesn't have the c2man tool)
>>  touch -t 19700101 lib/fribidi-bidi.h
>>
>> What do you get from "which touch" ?
>
> /usr/bin/touch
>
> I'm running fink in its own account where it can only see system tools and 
> fink tools (no access to my local install).
>
>> I'm not sure whether this would affect the .la file, though.  While we 
>> figure out what's going on here, you can work around the problem by editing 
>> your libfribidi.la and fixing the libdir entry.
>
> Yep. I also had to
>
> sudo install_name_tool -id /fink/lib/libfribidi.dylib 
> /fink/lib/libfribidi.dylib
>
> Now I'm running into the MPlayer/openjpeg issue discussed here:
>
> http://article.gmane.org/gmane.os.apple.fink.general/36780/match=mplayer

Thanks for the reminder.  This openjpeg/mplayer error has been fixed in 
mplayer revision -3.

Hanspeter


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] mplayer run failure (openjpeg?)

2013-09-09 Thread Hanspeter Niederstrasser
On 4/27/2013 9:07 PM, Stefan Bruda wrote:
> Hello,
>
> Thank you first of all for the quick response.
>
> At 20:17 -0400 on 2013-4-27 Hanspeter Niederstrasser wrote:
>   >
>   > On 4/27/2013 7:48 PM, Stefan Bruda wrote:
>   > > Hi,
>   > >
>   > > Recently mplayer ceased to run properly (Mac OS 10.8.3, Xcode tools
>   > > 4.6.0.0.1.1365, Fink 0.34.7, Fink tree synced a couple of minutes
>   > > ago).  Instead of the usual functionality running it results in the
>   > > following:
>   > >
>   > >  < godel:~ > mplayer
>   > >  /* This file was automatically generated by t1_generate_luts.c */
>   > >
>   > >  static char lut_ctxno_zc[1024] = {
>   > >0, 1, 1, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 
> 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
>   > >5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 
> 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
>   > >
>   > >  ... and so on ...
>   > >
>   > > Googling for this results in the following hit:
>   > > .  The culprit
>   > > thus appears to be openjpeg, though I am not sure.
>   >
>   > Adding the following to openjpeg1's .info (and running autoreconf) fixes
>   > things:
>   >
>   > perl -ni -e 'print unless /t1_generate_luts.c \\/'
>   > libopenjpeg/Makefile.am libopenjpeg/jpwl/Makefile.am
>   >
>   > Stefan, if you want to test, copy
>   > /sw/fink/dists/stable/main/finkinfo/libopenjpeg1-shlibs.info to
>   > /sw/fink/dists/local/main/finkinfo and add the above perl line to the
>   > PatchScript.  Then add
>   >
>   > autoreconf -vfi as the first line to the CompileScript.  Rebuild
>   > openjpeg1-shlibs followed by mplayer.
>
> I can confirm that this fixes mplayer (though libopenjpeg1-shlibs.info
> was actually in %p/fink/dists/stable/main/finkinfo/graphics).

To make this official, this fix was just put into CVS with mplayer-1.1.1-3.

Hanspeter


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] Problem with maxima 5.31.0-1 on 10.6.

2013-09-09 Thread Alexander Hansen
On 9/8/13 9:47 PM, Sean Lake wrote:
> Hello all,
>
> I don't know what exactly is going wrong, but something appears to be wrong 
> with the maxima.info file.
>
> Thanks,
> Sean
>
>
>
> fink --version
> Package manager version: 0.35.1
> Distribution version: selfupdate-rsync Sun Sep  8 21:43:45 2013, 10.6, x86_64
> Trees: local/main stable/main unstable/main unstable/crypto
>
> Some of the build output:
>
> Setting up maxima (5.31.0-1) ...
> Now that maxima has been updated, you can remove
> any obsolete sbcl-maxima packages by running:
>
> fink remove sbcl-1047-maxima sbcl-1049-maxima sbcl-1050-maxima 
> sbcl-1051-maxima sbcl-1054-maxima sbcl-1055-maxima sbcl-1056-maxima 
> sbcl-1057-maxima sbcl-1058-maxima sbcl-111-maxima sbcl-112-maxima 
> sbcl-113-maxima sbcl-114-maxima sbcl-115-maxima sbcl-117-maxima 
> sbcl-118-maxima
>
>
> No `START-INFO-DIR-ENTRY' and no `This file documents'.
> install-info(/sw/share/info/maxima.info): unable to determine description for 
> `dir' entry - giving up
> /sw/bin/dpkg: error processing maxima (--install):
>   subprocess post-installation script returned error exit status 1
> dpkg: dependency problems prevent configuration of xmaxima:
>   xmaxima depends on maxima (>= 5.31.0); however:
>Package maxima is not configured yet.

Drat!

I saw that the package successfully _built_ with texinfo-5 installed, 
but I neglected to check the full install operation.  It looks like the 
upstream fix wasn't quite compatible with install-info.

I just checked maxima-5.31.1-2 in, and that restores the patch that I 
had been using to force the use of the system's makeinfo.  Keep an eye 
out for that.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] Incorrect fribidi link path?

2013-09-09 Thread Alexander Hansen
On 9/9/13 1:04 AM, Alfredo Pironti wrote:
> Hi,
>
> I have the same problem with mplayer failing to find the fribidi library.
>
> Running fink -l rebuild fribidi gives similar output: warning that
> c2man is missing, and that some files have timestamp in the future.
>
> Which touch returns /usr/bin/touch
>
> (and fink list c2man returns an empty list, so I don't know how to add
> c2man to my system, although I don't think that's going to fix the
> issue).
>
> Cheers,
> Alfredo
>

As noted in the other thread, fribidi was specifically patched in part 
to deal with the lack c2man in Fink.  You shouldn't need it.

See if the following works for you:  edit 
/sw/fink/dists/stable/main/finkinfo/libs/fribidi.info and change the 
197001010100 in the PatchScript block to 20121202 .

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] The checksum of the file netcdf-1.0.1.tar.gz ... is incorrect. ...

2013-09-09 Thread Dominique Dhumieres
Alex,

Updating to netcdf-1.0.1 fails at download with

...
The checksum of the file is incorrect. The most likely cause for this is a
corrupted or incomplete download
Expected: baf557065bb28203e39537f7c600bcd9
Actual: MD5(18506d23276dabb544c7d11dcd9f9d16)
SHA1(ba8fc62ef2e04bd34104f8bd8b6e4eb9176bdb07)
Downloading the file "netcdf-1.0.1.tar.gz" failed.
...

TIA

Dominique

PS Reminder; on x86_64, OSX 10.6:

[macbook] dominiq/Downloads% sudo acoc fink update bundle-octave305-atlas
Can't resolve dependency "imagemagick7-dev" for package
"image-oct305-1.0.8-23" (no matching packages/versions found)
Exiting with failure.
[macbook] dominiq/Downloads% sudo acoc fink update bundle-octave324-atlas
Can't resolve dependency "openmpi-ext-oct324" for package
"bundle-octave324-atlas-20130908-1" (no matching packages/versions found)
Exiting with failure.
[macbook] dominiq/Downloads% sudo acoc fink update bundle-octave343-atlas
Can't resolve dependency "openmpi-ext-oct343" for package
"bundle-octave343-atlas-20130908-1" (no matching packages/versions found)
Exiting with failure.

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] Incorrect fribidi link path?

2013-09-09 Thread Alexander Hansen
On 9/9/13 3:51 AM, Martin Costabel wrote:
> On 6/09/13 18:49, Alexander Hansen wrote:
>> On 9/6/13 8:22 AM, Renaud Detry wrote:
> []
>> I found the following in your log, but not in mine.  The two different
>> warnings get repeated a few times in different places.
>>
>> Making all in doc
>> make[2]: Warning: File `fribidi-bidi.h' has modification time 1.8e+19 s
>> in the future
>> Running c2man
>> ../missing: line 52: c2man: command not found
>> WARNING: `c2man' is needed, and is missing on your system.
>>You might have modified some files without having the
>>proper tools for further handling them.  Check the `README'
>> file,
>>it often tells you about the needed prerequisites for
>> installing
>>this package.  You may also peek at any GNU archive site,
>> in case
>>some other package would contain this missing `c2man' program.
>> make[2]: warning:  Clock skew detected.  Your build may be incomplete.
>>
>> It appears that the following item from the patch script isn't working,
>> although it shows up in your build log:
>>
>> # don't regenerate manpage (patch doesn't change its results
>> # and fink doesn't have the c2man tool)
>> touch -t 19700101 lib/fribidi-bidi.h
>
> I get the same warning about modification time 2^64 seconds in the
> future and missing c2man. This looks to me like a bug in make that
> considers all dates before 01:00 on 1970-01-01 as a date in the future,
> modulo 2^64 s. Note that this is one hour after the epoch.
>
> Since it happens both with Apple's make and Fink's make (the difference
> is that Fink's make spells out 18446744072330831872 s instead of 1.8e+19
> s), it might be a bug in the operating system, 10.8.4 in my case.
> Perhaps some botched "fix" for the Y2K38 problem.
>
> The problem disappears if the "touch" command in the patch script is
> replaced by
>
>   touch -t 197001010100 lib/fribidi-bidi.h
>
> or any date later than that (and earlier than 201202 in order not to
> lose the effect of the touch command).
>

I'm also on 10.8.4, but I don't see this issue.  Could it be 
filesystem-specific (case-insensitive here)?

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] Incorrect fribidi link path?

2013-09-09 Thread Alfredo Pironti
Is this Y2K38 problem related to mplayer not finding the library? In
my system, I do have fribidi-shlib installed, with libraries in
/sw/lib, but mplayer seems to look for them in
/sw/src/fink.build/root-fribidi-0.19.5-1/sw/lib/libfribidi.0.dylib

It looks to me like mplayer is looking for the library in a somewhat
temporary location, rather than the standard one?

Alfredo

On Mon, Sep 9, 2013 at 4:24 PM, Alexander Hansen
 wrote:
> On 9/9/13 3:51 AM, Martin Costabel wrote:
>> On 6/09/13 18:49, Alexander Hansen wrote:
>>> On 9/6/13 8:22 AM, Renaud Detry wrote:
>> []
>>> I found the following in your log, but not in mine.  The two different
>>> warnings get repeated a few times in different places.
>>>
>>> Making all in doc
>>> make[2]: Warning: File `fribidi-bidi.h' has modification time 1.8e+19 s
>>> in the future
>>> Running c2man
>>> ../missing: line 52: c2man: command not found
>>> WARNING: `c2man' is needed, and is missing on your system.
>>>You might have modified some files without having the
>>>proper tools for further handling them.  Check the `README'
>>> file,
>>>it often tells you about the needed prerequisites for
>>> installing
>>>this package.  You may also peek at any GNU archive site,
>>> in case
>>>some other package would contain this missing `c2man' program.
>>> make[2]: warning:  Clock skew detected.  Your build may be incomplete.
>>>
>>> It appears that the following item from the patch script isn't working,
>>> although it shows up in your build log:
>>>
>>> # don't regenerate manpage (patch doesn't change its results
>>> # and fink doesn't have the c2man tool)
>>> touch -t 19700101 lib/fribidi-bidi.h
>>
>> I get the same warning about modification time 2^64 seconds in the
>> future and missing c2man. This looks to me like a bug in make that
>> considers all dates before 01:00 on 1970-01-01 as a date in the future,
>> modulo 2^64 s. Note that this is one hour after the epoch.
>>
>> Since it happens both with Apple's make and Fink's make (the difference
>> is that Fink's make spells out 18446744072330831872 s instead of 1.8e+19
>> s), it might be a bug in the operating system, 10.8.4 in my case.
>> Perhaps some botched "fix" for the Y2K38 problem.
>>
>> The problem disappears if the "touch" command in the patch script is
>> replaced by
>>
>>   touch -t 197001010100 lib/fribidi-bidi.h
>>
>> or any date later than that (and earlier than 201202 in order not to
>> lose the effect of the touch command).
>>
>
> I'm also on 10.8.4, but I don't see this issue.  Could it be
> filesystem-specific (case-insensitive here)?
>
> --
> Alexander Hansen, Ph.D.
> Fink User Liaison
> My package updates: http://finkakh.wordpress.com/
>
> --
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
> ___
> 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

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] Incorrect fribidi link path?

2013-09-09 Thread Alexander Hansen
On 9/9/13 7:29 AM, Alfredo Pironti wrote:
> Is this Y2K38 problem related to mplayer not finding the library? In
> my system, I do have fribidi-shlib installed, with libraries in
> /sw/lib, but mplayer seems to look for them in
> /sw/src/fink.build/root-fribidi-0.19.5-1/sw/lib/libfribidi.0.dylib
>
> It looks to me like mplayer is looking for the library in a somewhat
> temporary location, rather than the standard one?
>
> Alfredo
>

The fundamental problem is that fribidi is building incorrectly and the 
information which it is giving to mplayer and other packages about where 
to find its libraries is incorrect.  The time and date issue was the 
only significant difference that I saw between Renaud's build and my 
correct one.

Anyway try the fix that Martin suggested (and that I repeated), and use 
"fink rebuild fribidi" to generate a correctly (we hope) built fribidi.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] Incorrect fribidi link path?

2013-09-09 Thread Alfredo Pironti
On Mon, Sep 9, 2013 at 4:35 PM, Alexander Hansen
 wrote:
> On 9/9/13 7:29 AM, Alfredo Pironti wrote:
>>
>> Is this Y2K38 problem related to mplayer not finding the library? In
>> my system, I do have fribidi-shlib installed, with libraries in
>> /sw/lib, but mplayer seems to look for them in
>> /sw/src/fink.build/root-fribidi-0.19.5-1/sw/lib/libfribidi.0.dylib
>>
>> It looks to me like mplayer is looking for the library in a somewhat
>> temporary location, rather than the standard one?
>>
>> Alfredo
>>
>
> The fundamental problem is that fribidi is building incorrectly and the
> information which it is giving to mplayer and other packages about where to
> find its libraries is incorrect.  The time and date issue was the only
> significant difference that I saw between Renaud's build and my correct one.
>
> Anyway try the fix that Martin suggested (and that I repeated), and use
> "fink rebuild fribidi" to generate a correctly (we hope) built fribidi.

Sorry, I overlooked Martin's patch (and I don't know enough about the
fink building system). I guess Martin's patch requires modifying the
building script for fribidi (any hint on how to do that, so that I can
try the patch here?).

After all, I'm changing my mind: if modifying the touch command fixes
the installation, then maybe the Y2K38 problem is indeed the cause of
the side effects it generates (e.g. on mplayer).

Alfredo

>
> --
> Alexander Hansen, Ph.D.
> Fink User Liaison
> My package updates: http://finkakh.wordpress.com/

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] Incorrect fribidi link path?

2013-09-09 Thread Alexander Hansen
On 9/9/13 9:19 AM, Alfredo Pironti wrote:
> Thanks. I applied the patch, and ran
> fink rebuild fribidi
>
> It looks that the c2man warnings are gone, but still mplayer cannot
> resolve the right library.
>
> I also tried "fink reinstall fribidi"
> and the two commands (rebuild and reinstall) with fribidi-shlibs, to no avail.
>
> (I'm getting a bit confused at this point, but I'm willing to run some
> further test you may find useful).
>
> Alfredo
>

OK.  Since you did the reinstall, let's check your files.  What are the 
contents of /sw/lib/libfribidi.la ?
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] Incorrect fribidi link path?

2013-09-09 Thread Alfredo Pironti
Thanks. I applied the patch, and ran
fink rebuild fribidi

It looks that the c2man warnings are gone, but still mplayer cannot
resolve the right library.

I also tried "fink reinstall fribidi"
and the two commands (rebuild and reinstall) with fribidi-shlibs, to no avail.

(I'm getting a bit confused at this point, but I'm willing to run some
further test you may find useful).

Alfredo

On Mon, Sep 9, 2013 at 5:57 PM, Alexander Hansen
 wrote:
> On 9/9/13 7:40 AM, Alfredo Pironti wrote:
>>
>> On Mon, Sep 9, 2013 at 4:35 PM, Alexander Hansen
>>  wrote:
>>>
>>> On 9/9/13 7:29 AM, Alfredo Pironti wrote:


 Is this Y2K38 problem related to mplayer not finding the library? In
 my system, I do have fribidi-shlib installed, with libraries in
 /sw/lib, but mplayer seems to look for them in
 /sw/src/fink.build/root-fribidi-0.19.5-1/sw/lib/libfribidi.0.dylib

 It looks to me like mplayer is looking for the library in a somewhat
 temporary location, rather than the standard one?

 Alfredo

>>>
>>> The fundamental problem is that fribidi is building incorrectly and the
>>> information which it is giving to mplayer and other packages about where
>>> to
>>> find its libraries is incorrect.  The time and date issue was the only
>>> significant difference that I saw between Renaud's build and my correct
>>> one.
>>>
>>> Anyway try the fix that Martin suggested (and that I repeated), and use
>>> "fink rebuild fribidi" to generate a correctly (we hope) built fribidi.
>>
>>
>> Sorry, I overlooked Martin's patch (and I don't know enough about the
>> fink building system). I guess Martin's patch requires modifying the
>> building script for fribidi (any hint on how to do that, so that I can
>> try the patch here?).
>>
>> After all, I'm changing my mind: if modifying the touch command fixes
>> the installation, then maybe the Y2K38 problem is indeed the cause of
>> the side effects it generates (e.g. on mplayer).
>>
>> Alfredo
>>
>>>
>
> Sure.  You'll want to edit
> /sw/fink/dists/stable/main/finkinfo/libs/fribidi.info (assuming a default
> Fink setup) and change the line
>
> touch -t 19700101 lib/fribidi-bidi.h
>
> to
>
> touch -t 20121202 lib/fribidi-bidi.h
>
>
> and use "fink rebuild fribidi"
> --
> Alexander Hansen, Ph.D.
> Fink User Liaison
> My package updates: http://finkakh.wordpress.com/

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] Incorrect fribidi link path?

2013-09-09 Thread Alexander Hansen
On 9/9/13 7:40 AM, Alfredo Pironti wrote:
> On Mon, Sep 9, 2013 at 4:35 PM, Alexander Hansen
>  wrote:
>> On 9/9/13 7:29 AM, Alfredo Pironti wrote:
>>>
>>> Is this Y2K38 problem related to mplayer not finding the library? In
>>> my system, I do have fribidi-shlib installed, with libraries in
>>> /sw/lib, but mplayer seems to look for them in
>>> /sw/src/fink.build/root-fribidi-0.19.5-1/sw/lib/libfribidi.0.dylib
>>>
>>> It looks to me like mplayer is looking for the library in a somewhat
>>> temporary location, rather than the standard one?
>>>
>>> Alfredo
>>>
>>
>> The fundamental problem is that fribidi is building incorrectly and the
>> information which it is giving to mplayer and other packages about where to
>> find its libraries is incorrect.  The time and date issue was the only
>> significant difference that I saw between Renaud's build and my correct one.
>>
>> Anyway try the fix that Martin suggested (and that I repeated), and use
>> "fink rebuild fribidi" to generate a correctly (we hope) built fribidi.
>
> Sorry, I overlooked Martin's patch (and I don't know enough about the
> fink building system). I guess Martin's patch requires modifying the
> building script for fribidi (any hint on how to do that, so that I can
> try the patch here?).
>
> After all, I'm changing my mind: if modifying the touch command fixes
> the installation, then maybe the Y2K38 problem is indeed the cause of
> the side effects it generates (e.g. on mplayer).
>
> Alfredo
>
>>

Sure.  You'll want to edit 
/sw/fink/dists/stable/main/finkinfo/libs/fribidi.info (assuming a 
default Fink setup) and change the line

touch -t 19700101 lib/fribidi-bidi.h

to

touch -t 20121202 lib/fribidi-bidi.h

and use "fink rebuild fribidi"
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] The checksum of the file netcdf-1.0.1.tar.gz ... is incorrect. ...

2013-09-09 Thread Alexander Hansen
On 9/9/13 6:50 AM, Dominique Dhumieres wrote:
> Alex,
>
> Updating to netcdf-1.0.1 fails at download with
>
> ...
> The checksum of the file is incorrect. The most likely cause for this is a
> corrupted or incomplete download
> Expected: baf557065bb28203e39537f7c600bcd9
> Actual: MD5(18506d23276dabb544c7d11dcd9f9d16)
>  SHA1(ba8fc62ef2e04bd34104f8bd8b6e4eb9176bdb07)
> Downloading the file "netcdf-1.0.1.tar.gz" failed.
> ...
>
> TIA
>
> Dominique
>
> PS Reminder; on x86_64, OSX 10.6:
>
> [macbook] dominiq/Downloads% sudo acoc fink update bundle-octave305-atlas
> Can't resolve dependency "imagemagick7-dev" for package
> "image-oct305-1.0.8-23" (no matching packages/versions found)
> Exiting with failure.
> [macbook] dominiq/Downloads% sudo acoc fink update bundle-octave324-atlas
> Can't resolve dependency "openmpi-ext-oct324" for package
> "bundle-octave324-atlas-20130908-1" (no matching packages/versions found)
> Exiting with failure.
> [macbook] dominiq/Downloads% sudo acoc fink update bundle-octave343-atlas
> Can't resolve dependency "openmpi-ext-oct343" for package
> "bundle-octave343-atlas-20130908-1" (no matching packages/versions found)
> Exiting with failure.
>

Thanks.  I completely forgot about the latter 3 problems; hopefully the 
changes I just made should address those.

netcdf-oct should be OK now, too--I initially tested it using a tarball 
hosted by the developer and forgot to validate the MD5 from the official 
release tarball.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] The checksum of the file netcdf-1.0.1.tar.gz ... is incorrect. ...

2013-09-09 Thread Dominique Dhumieres
> Thanks.  I completely forgot about the latter 3 problems; hopefully the
> changes I just made should address those.

Alex,

Thanks for the fixes. I am left with

Can't resolve dependency "liboctave343-gcc48-dev" for package
"netcdf-oct343-1.0.1-1" (no matching packages/versions found)
Exiting with failure.


TIA

Dominique

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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] The checksum of the file netcdf-1.0.1.tar.gz ... is incorrect. ...

2013-09-09 Thread Alexander Hansen
On 9/9/13 1:08 PM, Dominique Dhumieres wrote:
>> Thanks.  I completely forgot about the latter 3 problems; hopefully the
>> changes I just made should address those.
>
> Alex,
>
> Thanks for the fixes. I am left with
>
> Can't resolve dependency "liboctave343-gcc48-dev" for package
> "netcdf-oct343-1.0.1-1" (no matching packages/versions found)
> Exiting with failure.
>
>
> TIA
>
> Dominique
>

Now it's fixed, thanks.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
___
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