Re: [Fink-beginners] Open MPI build failure

2017-06-19 Thread Marc Boxerman
Alexander,

Very odd:  I set the maximum number of simultaneous build jobs to 1 and openmpi 
compiled.

Thanks,

Marc

> On Jun 19, 2017, at 9:18 AM, Alexander Hansen  
> wrote:
> 
> 
>> On Jun 18, 2017, at 18:16, Marc Boxerman  wrote:
>> 
>> I get several “all recursive” errors when building Openmpi.  Any suggestions 
>> as to resolve this?
>> 
>> w/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/ompi/mca/io/romio/romio/adio/include
>>  
>> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent
>>  
>> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent/include
>>  -I/sw/include
>> include 
>> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/ompi/mca/io/romio/romio/include
>>  
>> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/ompi/mca/io/romio/romio/mpi-io
>>  
>> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/ompi/mca/io/romio/romio/adio/include
>>  
>> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent
>>  
>> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent/include
>>  -I/sw/include
>> io/romio/romio/adio/include 
>> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent
>>  
>> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent/include
>>  -I/sw/include
>> 10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent/include 
>> -I/sw/include
>> make[4]: *** [Makefile:3396: adio/common/ad_read_str.lo] Error 1
>> make[4]: Leaving directory 
>> '/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/ompi/mca/io/romio/romio'
>> make[3]: *** [all-recursive] Error 1
>> make[2]: *** [all-recursive] Error 1
>> make[1]: *** [all-recursive] Error 1
>> make: *** [all-recursive] Error 1
>> ### execution of /tmp/fink.gonL8 failed, exit code 2
>> ### execution of /tmp/fink.7SUiT failed, exit code 2
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-openmpi-1.10.6-2
>> (Reading database ... 276044 files and directories currently installed.)
>> Removing fink-buildlock-openmpi-1.10.6-2 ...
>> Failed: phase compiling: openmpi-1.10.6-2 failed
>> 
>> 
>> Thanks,
>> 
>> Marc
>> 
> 
> “all-recursive” is just a Makefile tag, i.e. from running “make 
> all-recursive”.  You get several of them because every sub level reports that 
> it failed.  There is literally no information from that, other than that you 
> had a build failure somewhere. ;-)
> 
> Try building with a single job (e.g. by setting that via “fink configure”) so 
> that you aren’t looking simultaneously at the outputs from several build 
> threads.  Hopefully, that will make the actual error message easier to see.
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> 


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

[Fink-beginners] Failed: phase compiling: expat1-2.2.1-1 failed

2017-06-19 Thread John Wiggins
I am running latest, i.e.  Sierra 10.12.5 with
Package manager version: 0.41.1
Distribution version: selfupdate-rsync Tue Jun 20 00:16:34 2017, 10.12, 
x86_64
Trees: local/main stable/main stable/crypto unstable/main 
unstable/crypto local/injected
Xcode.app: 8.3.3
Xcode command-line tools: 8.3.2.0.1.1492020469
and noticed that there does not appear to be an command line tools update from 
Xcode 8.3.2 to 8.3.3, so unsure if this could be the issue.

The compile error is as follows:
/usr/bin/make
/bin/sh ./libtool  --mode=compile gcc -I./lib -I. -g -O2 -fshort-wchar -Wall 
-Wmissing-prototypes -Wstrict-prototypes -fexceptions -fno-strict-aliasing  -MD 
-I/sw/include -DHAVE_EXPAT_CONFIG_H -o lib/xmlparse.lo -c lib/xmlparse.c
libtool: compile:  gcc -I./lib -I. -g -O2 -fshort-wchar -Wall 
-Wmissing-prototypes -Wstrict-prototypes -fexceptions -fno-strict-aliasing -MD 
-I/sw/include -DHAVE_EXPAT_CONFIG_H -c lib/xmlparse.c  -fno-common -DPIC -o 
lib/.libs/xmlparse.o
In file included from lib/xmlparse.c:702:
/usr/include/sys/random.h:37:22: error: expected ')'
int getentropy(void* buffer, size_t size);
 ^
lib/xmlparse.c:626:23: note: expanded from macro 'buffer'
#define buffer (parser->m_buffer)
  ^
/usr/include/sys/random.h:37:22: note: to match this '('
lib/xmlparse.c:626:16: note: expanded from macro 'buffer'
#define buffer (parser->m_buffer)
   ^
lib/xmlparse.c:721:9: warning: implicit declaration of function 'getrandom' is 
invalid in C99 [-Wimplicit-function-declaration]
getrandom(currentTarget, bytesToWrite, getrandomFlags);
^
1 warning and 1 error generated.
make: *** [lib/xmlparse.lo] Error 1
### execution of /usr/bin/make failed, exit code 2
### execution of /tmp/fink.jzdU2 failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-expat1-2.2.1-1
(Reading database ... 54878 files and directories currently installed.)
Removing fink-buildlock-expat1-2.2.1-1 ...
Failed: phase compiling: expat1-2.2.1-1 failed

Since my full build file is small, I include it as attachment.

Thanks,
jw



update-all.19Jun17_2nd
Description: Binary data


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Re: [Fink-beginners] cannot install / update after last selfupdate.

2017-06-19 Thread Thomas Scharkowski

 Original-Nachricht 
> thomas$ sudo fink update-all
> Scanning package description files..
> Information about 10197 packages read in 2 seconds.
> The following 2 packages will be installed or updated:
> libsamplerate0-dev libsamplerate0-shlibs
> curl --connect-timeout 30 -f -L -A 'fink/0.41.1' -O 
http://distfiles.master.finkmirrors.net/distfiles/libsamplerate-0.1.9.tar.gz
>  % Total% Received % Xferd  Average Speed   TimeTime Time 
Current
> Dload  Upload   Total   SpentLeft 
Speed
> 100 4235k  100 4235k0 0   878k  0  0:00:04  0:00:04 
--:--:-- 1027k

> Setting runtime build-lock...
> dpkg-deb -b 
/sw/src/fink.build/root-fink-buildlock-libsamplerate0-0.1.9-1 
/sw/src/fink.build
> dpkg-deb: baue Paket »fink-buildlock-libsamplerate0-0.1.9-1« in 
»/sw/src/fink.build/fink-buildlock-libsamplerate0-0.1.9-1_2017.06.19-13.22.42_darwin-x86_64.deb«.
> /sw/bin/dpkg-deb: konnte Tempdatei nicht erstellen (control): No such 
file or directory

> ### execution of dpkg-deb failed, exit code 2
> Failed: can't create package fink-buildlock-libsamplerate0-0.1.9-1
>
> This also occurs when Itry to install a random new package.
>
> Help, please!
>
> Thomas

We haven’t done anything to change the internals of how the buildlock system works, either.  That’s what’s failing here, because the control file isn’t being created.  


You’re sure that you literally have changed _nothing_?  You didn’t install any 
third-party software at all?  The only reasons I can think of for this to have 
worked at one point and then to fail would be:
1) Changing the behavior of a system utility, e.g. by having a third-party 
executable of the same name but with different behavior.
2) No disk space.
3) Incorrect permissions in the fink.build directory that somehow don’t allow 
the control file to be created.

$ ls -ld /sw/src/fink.build/
drwxr-xr-x  20 root  wheel  680 Jun 19 07:00 /sw/src/fink.build/



for $ ls -ld /sw/src/fink.build/ I get:

thomas$ ls -ld /sw/src/fink.build/
drwxr-xr-x  9 root  wheel  306 20 Jun 06:59 /sw/src/fink.build/

so the permission are correct?
What else can I do?

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Re: [Fink-beginners] mplayer does not work

2017-06-19 Thread Hanspeter Niederstrasser

On 6/17/17 6:20 PM, Heinz Nabielek wrote:

On 17 Jun 2017, at 03:44, Hanspeter Niederstrasser  
wrote:


On 6/16/17 2:25 PM, Heinz Nabielek wrote:

mplayer is installed, but DOES NOT WORK...

mplayer "xyz.mov"  &
[1] 1597
MPlayer 1.3.0 (Fink Project)-4.2.1 (C) 2000-2016 MPlayer Team
224 audio & 451 video codecs
Can't init Apple Remote.

What shall I do now?


Do you have an actual error message in the terminal? Also, you can't run 
mplayer in the background at startup.


See below.
Heinz

mplayer ".mov"


MPlayer 1.3.0 (Fink Project)-4.2.1 (C) 2000-2016 MPlayer Team
224 audio & 451 video codecs
Can't init Apple Remote.

Playing 2016-10-09 16.59.10.mov.
libavformat version 57.25.100 (internal)
libavformat file format detected.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x10a85bad0]moov atom not found
LAVF_header: av_open_input_stream() failed
ISO: File Type Major Brand: Original QuickTime
MOV: missing header (moov/cmov) chunk! Maybe broken file...
libavformat file format detected.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x10a85bad0]moov atom not found
LAVF_header: av_open_input_stream() failed
RAWDV file format detected.
VIDEO:  [DVSD]  720x480  24bpp  29.970 fps0.0 kbps ( 0.0 kbyte/s)


It looks like your MOV file is broken or somehow malformed.

Download a test movie from here and try playing it: 
https://support.apple.com/en-us/HT201549


The first 2 worked for me w/out any problems in mplayer-1.3.0

Hanspeter

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] Mplayer and Apple Remote

2017-06-19 Thread Hanspeter Niederstrasser

On 6/19/17 9:42 AM, Heinz Nabielek wrote:

I am using Macs and other Apple products regularly and fully since 1983, but please tell 
me what exactly is "APPLE REMOTE"?

sorry for my ignorance
heinz


The Apple Remote is just that: a remote control by Apple to control 
playback on your computer or AppleTV. Mplayer has supported it since 2007.


https://en.wikipedia.org/wiki/Apple_Remote

Hanspeter

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] Mplayer and Apple Remote

2017-06-19 Thread Heinz Nabielek
I am using Macs and other Apple products regularly and fully since 1983, but 
please tell me what exactly is "APPLE REMOTE"?

sorry for my ignorance
heinz


> On 19 Jun 2017, at 14:05, Hanspeter Niederstrasser  
> wrote:
> 
> On 6/18/17 8:38 PM, Marc Boxerman wrote:
>> On a lark, I rebuilt mplayer to see if it checks for Apple Remote.  Sure 
>> enough, it does.  Curiously, fink finds Apple Remote present:
>> Checking for POSIX select() ... yes
>> Checking for audio select() ... no
>> Checking for gettimeofday() ... yes
>> Checking for clock_gettime() ... no
>> Checking for glob() ... yes
>> Checking for setenv() ... yes
>> Checking for setmode() ... no
>> Checking for sys/sysinfo.h ... no
>> Checking for Mac OS X Finder Support ... yes
>> Checking for Mac OS X Bundle file locations ... yes
>> Checking for Apple Remote ... yes
>> Checking for pkg-config ... yes
> 
> The runtime failure is not due to the Apple Remote init subroutine. I get 
> both Apple Remote detection at buildtime (because I'm on OS X), and failure 
> to init it at runtime (because I have no Apple Remote).
> 
> I have played (on 2014 iMac w/ 10.11.6) an ancient MOV (circa 1996), a brand 
> new commercial m4v file, and random wmv, mpeg and MOV from in between and 
> they all run fine.
> 
> *
> $ mplayer Neutrophil\ Chase.mov
> MPlayer 1.3.0 (Fink Project)-4.2.1 (C) 2000-2016 MPlayer Team
> 224 audio & 451 video codecs
> Can't init Apple Remote.
> 
> Playing Neutrophil Chase.mov.
> libavformat version 57.25.100 (internal)
> libavformat file format detected.
> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x108c1a910]Protocol name not provided, cannot 
> determine if input is local or a network protocol, buffers and access 
> patterns cannot be configured optimally without knowing the protocol
> [lavf] stream 0: video (mpeg4), -vid 0
> VIDEO:  [MP4V]  320x240  24bpp  15.000 fps  880.5 kbps (107.5 kbyte/s)
> ==
> Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
> libavcodec version 57.24.102 (internal)
> Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
> ==
> Clip info:
> creation_time: 2003-10-21 12:13:41
> Load subtitles in ./
> Audio: no sound
> Starting playback...
> Could not find matching colorspace - retrying with -vf scale...
> Opening video filter: [scale]
> Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
> [swscaler @ 0x108c53250]bicubic scaler, from yuv420p to yuyv422 using MMXEXT
> VO: [corevideo] 320x240 => 320x240 Packed YUY2
> [ASPECT] Warning: No suitable new res found!
> Fallingback to pbuffer. FBO status is 36054
> 
> Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
> VO: [corevideo] 320x240 => 320x240 Packed YUY2
> 
> Exiting... (End of file)
> $
> **
> 
> The runtime failure is from something else. Are you trying to run this from 
> Apple's Terminal, an Xterm, something else...?
> 
> Hanspeter
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Fink-beginners mailing list
> Fink-beginners@lists.sourceforge.net
> List archive:
> https://sourceforge.net/p/fink/mailman/fink-users/
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-beginners


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] mplayer does not work

2017-06-19 Thread Heinz Nabielek
On 17 Jun 2017, at 03:44, Hanspeter Niederstrasser  
wrote:
> 
> On 6/16/17 2:25 PM, Heinz Nabielek wrote:
>> mplayer is installed, but DOES NOT WORK...
>>> mplayer "xyz.mov"  &
>>> [1] 1597
>>> MPlayer 1.3.0 (Fink Project)-4.2.1 (C) 2000-2016 MPlayer Team
>>> 224 audio & 451 video codecs
>>> Can't init Apple Remote.
>> What shall I do now?
> 
> Do you have an actual error message in the terminal? Also, you can't run 
> mplayer in the background at startup.

See below.
Heinz

mplayer ".mov"


MPlayer 1.3.0 (Fink Project)-4.2.1 (C) 2000-2016 MPlayer Team
224 audio & 451 video codecs
Can't init Apple Remote.

Playing 2016-10-09 16.59.10.mov.
libavformat version 57.25.100 (internal)
libavformat file format detected.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x10a85bad0]moov atom not found
LAVF_header: av_open_input_stream() failed
ISO: File Type Major Brand: Original QuickTime
MOV: missing header (moov/cmov) chunk! Maybe broken file...
libavformat file format detected.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x10a85bad0]moov atom not found
LAVF_header: av_open_input_stream() failed
RAWDV file format detected.
VIDEO:  [DVSD]  720x480  24bpp  29.970 fps0.0 kbps ( 0.0 kbyte/s)
==
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
libavcodec version 57.24.102 (internal)
Selected video codec: [ffdv] vfm: ffmpeg (FFmpeg DV)
==

and hundreds of more lines and a short appearance of a speckled colour movie

This is on a iMac
  Model Identifier: iMac14,3
  Processor Name:   Intel Core i7
  Processor Speed:  3.1 GHz
  Number of Processors: 1
  Total Number of Cores:4
  L2 Cache (per Core):  256 KB
  L3 Cache: 8 MB
  Memory:   8 GB
  Boot ROM Version: IM143.0118.B43
  SMC Version (system): 2.17f7


uname -a
Darwin Heinzs-iMac.local 16.6.0 Darwin Kernel Version 16.6.0: Fri Apr 14 
16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64 x86_64


fink --help
Fink 0.41.1
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] Open MPI build failure

2017-06-19 Thread Alexander Hansen

> On Jun 18, 2017, at 18:16, Marc Boxerman  wrote:
> 
> I get several “all recursive” errors when building Openmpi.  Any suggestions 
> as to resolve this?
> 
> w/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/ompi/mca/io/romio/romio/adio/include
>  
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent
>  
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent/include
>  -I/sw/include
> include 
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/ompi/mca/io/romio/romio/include
>  
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/ompi/mca/io/romio/romio/mpi-io
>  
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/ompi/mca/io/romio/romio/adio/include
>  
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent
>  
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent/include
>  -I/sw/include
> io/romio/romio/adio/include 
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent
>  
> -I/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent/include
>  -I/sw/include
> 10.6-2/openmpi-1.10.6/opal/mca/event/libevent2021/libevent/include 
> -I/sw/include
> make[4]: *** [Makefile:3396: adio/common/ad_read_str.lo] Error 1
> make[4]: Leaving directory 
> '/sw/src/fink.build/openmpi-1.10.6-2/openmpi-1.10.6/ompi/mca/io/romio/romio'
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive] Error 1
> ### execution of /tmp/fink.gonL8 failed, exit code 2
> ### execution of /tmp/fink.7SUiT failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-openmpi-1.10.6-2
> (Reading database ... 276044 files and directories currently installed.)
> Removing fink-buildlock-openmpi-1.10.6-2 ...
> Failed: phase compiling: openmpi-1.10.6-2 failed
> 
> 
> Thanks,
> 
> Marc
> 

“all-recursive” is just a Makefile tag, i.e. from running “make all-recursive”. 
 You get several of them because every sub level reports that it failed.  There 
is literally no information from that, other than that you had a build failure 
somewhere. ;-)

Try building with a single job (e.g. by setting that via “fink configure”) so 
that you aren’t looking simultaneously at the outputs from several build 
threads.  Hopefully, that will make the actual error message easier to see.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Re: [Fink-beginners] cannot install / update after last selfupdate.

2017-06-19 Thread Alexander Hansen

> On Jun 19, 2017, at 04:26, Thomas Scharkowski  
> wrote:
> 
> Without having changed anything else,after a selfupdate I get the following:
> 
> thomas$ sudo fink update-all
> Scanning package description files..
> Information about 10197 packages read in 2 seconds.
> The following 2 packages will be installed or updated:
> libsamplerate0-dev libsamplerate0-shlibs
> curl --connect-timeout 30 -f -L -A 'fink/0.41.1' -O 
> http://distfiles.master.finkmirrors.net/distfiles/libsamplerate-0.1.9.tar.gz
>  % Total% Received % Xferd  Average Speed   TimeTime Time Current
> Dload  Upload   Total   SpentLeft Speed
> 100 4235k  100 4235k0 0   878k  0  0:00:04  0:00:04 --:--:-- 1027k
> Setting runtime build-lock...
> dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-libsamplerate0-0.1.9-1 
> /sw/src/fink.build
> dpkg-deb: baue Paket »fink-buildlock-libsamplerate0-0.1.9-1« in 
> »/sw/src/fink.build/fink-buildlock-libsamplerate0-0.1.9-1_2017.06.19-13.22.42_darwin-x86_64.deb«.
> /sw/bin/dpkg-deb: konnte Tempdatei nicht erstellen (control): No such file or 
> directory
> ### execution of dpkg-deb failed, exit code 2
> Failed: can't create package fink-buildlock-libsamplerate0-0.1.9-1
> 
> This also occurs when Itry to install a random new package.
> 
> Help, please!
> 
> Thomas

We haven’t done anything to change the internals of how the buildlock system 
works, either.  That’s what’s failing here, because the control file isn’t 
being created.  

You’re sure that you literally have changed _nothing_?  You didn’t install any 
third-party software at all?  The only reasons I can think of for this to have 
worked at one point and then to fail would be:
1) Changing the behavior of a system utility, e.g. by having a third-party 
executable of the same name but with different behavior.
2) No disk space.
3) Incorrect permissions in the fink.build directory that somehow don’t allow 
the control file to be created.

$ ls -ld /sw/src/fink.build/
drwxr-xr-x  20 root  wheel  680 Jun 19 07:00 /sw/src/fink.build/


-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Re: [Fink-beginners] Mplayer and Apple Remote

2017-06-19 Thread Hanspeter Niederstrasser

On 6/18/17 8:38 PM, Marc Boxerman wrote:

On a lark, I rebuilt mplayer to see if it checks for Apple Remote.  Sure 
enough, it does.  Curiously, fink finds Apple Remote present:

Checking for POSIX select() ... yes
Checking for audio select() ... no
Checking for gettimeofday() ... yes
Checking for clock_gettime() ... no
Checking for glob() ... yes
Checking for setenv() ... yes
Checking for setmode() ... no
Checking for sys/sysinfo.h ... no
Checking for Mac OS X Finder Support ... yes
Checking for Mac OS X Bundle file locations ... yes
Checking for Apple Remote ... yes
Checking for pkg-config ... yes


The runtime failure is not due to the Apple Remote init subroutine. I 
get both Apple Remote detection at buildtime (because I'm on OS X), and 
failure to init it at runtime (because I have no Apple Remote).


I have played (on 2014 iMac w/ 10.11.6) an ancient MOV (circa 1996), a 
brand new commercial m4v file, and random wmv, mpeg and MOV from in 
between and they all run fine.


*
$ mplayer Neutrophil\ Chase.mov
MPlayer 1.3.0 (Fink Project)-4.2.1 (C) 2000-2016 MPlayer Team
224 audio & 451 video codecs
Can't init Apple Remote.

Playing Neutrophil Chase.mov.
libavformat version 57.25.100 (internal)
libavformat file format detected.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x108c1a910]Protocol name not provided, 
cannot determine if input is local or a network protocol, buffers and 
access patterns cannot be configured optimally without knowing the protocol

[lavf] stream 0: video (mpeg4), -vid 0
VIDEO:  [MP4V]  320x240  24bpp  15.000 fps  880.5 kbps (107.5 kbyte/s)
==
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
libavcodec version 57.24.102 (internal)
Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
==
Clip info:
 creation_time: 2003-10-21 12:13:41
Load subtitles in ./
Audio: no sound
Starting playback...
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
[swscaler @ 0x108c53250]bicubic scaler, from yuv420p to yuyv422 using MMXEXT
VO: [corevideo] 320x240 => 320x240 Packed YUY2
[ASPECT] Warning: No suitable new res found!
Fallingback to pbuffer. FBO status is 36054

Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [corevideo] 320x240 => 320x240 Packed YUY2

Exiting... (End of file)
$
**

The runtime failure is from something else. Are you trying to run this 
from Apple's Terminal, an Xterm, something else...?


Hanspeter

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] cannot install / update after last selfupdate.

2017-06-19 Thread Thomas Scharkowski

I forgot: Mac OS Sierra 10.12.5

 Original-Nachricht 

Without having changed anything else,after a selfupdate I get the following:

thomas$ sudo fink update-all
Scanning package description files..
Information about 10197 packages read in 2 seconds.
The following 2 packages will be installed or updated:
   libsamplerate0-dev libsamplerate0-shlibs
curl --connect-timeout 30 -f -L -A 'fink/0.41.1' -O
http://distfiles.master.finkmirrors.net/distfiles/libsamplerate-0.1.9.tar.gz
% Total% Received % Xferd  Average Speed   TimeTime Time
Current
   Dload  Upload   Total   SpentLeft
Speed
100 4235k  100 4235k0 0   878k  0  0:00:04  0:00:04 --:--:--
1027k
Setting runtime build-lock...
dpkg-deb -b
/sw/src/fink.build/root-fink-buildlock-libsamplerate0-0.1.9-1
/sw/src/fink.build
dpkg-deb: baue Paket »fink-buildlock-libsamplerate0-0.1.9-1« in
»/sw/src/fink.build/fink-buildlock-libsamplerate0-0.1.9-1_2017.06.19-13.22.42_darwin-x86_64.deb«.
/sw/bin/dpkg-deb: konnte Tempdatei nicht erstellen (control): No such
file or directory
### execution of dpkg-deb failed, exit code 2
Failed: can't create package fink-buildlock-libsamplerate0-0.1.9-1

This also occurs when Itry to install a random new package.

Help, please!

Thomas

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

[Fink-beginners] cannot install / update after last selfupdate.

2017-06-19 Thread Thomas Scharkowski

Without having changed anything else,after a selfupdate I get the following:

thomas$ sudo fink update-all
Scanning package description files..
Information about 10197 packages read in 2 seconds.
The following 2 packages will be installed or updated:
 libsamplerate0-dev libsamplerate0-shlibs
curl --connect-timeout 30 -f -L -A 'fink/0.41.1' -O 
http://distfiles.master.finkmirrors.net/distfiles/libsamplerate-0.1.9.tar.gz
  % Total% Received % Xferd  Average Speed   TimeTime Time 
Current
 Dload  Upload   Total   SpentLeft 
Speed
100 4235k  100 4235k0 0   878k  0  0:00:04  0:00:04 --:--:-- 
1027k

Setting runtime build-lock...
dpkg-deb -b 
/sw/src/fink.build/root-fink-buildlock-libsamplerate0-0.1.9-1 
/sw/src/fink.build
dpkg-deb: baue Paket »fink-buildlock-libsamplerate0-0.1.9-1« in 
»/sw/src/fink.build/fink-buildlock-libsamplerate0-0.1.9-1_2017.06.19-13.22.42_darwin-x86_64.deb«.
/sw/bin/dpkg-deb: konnte Tempdatei nicht erstellen (control): No such 
file or directory

### execution of dpkg-deb failed, exit code 2
Failed: can't create package fink-buildlock-libsamplerate0-0.1.9-1

This also occurs when Itry to install a random new package.

Help, please!

Thomas

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners