On 21.02.11 18:46, Diemo Schwarz wrote:
 > Yep, happens to me all the time, on MacOS 10.5.8 with
 > fink Package manager version: 0.29.19
 >
 > I'll look out for which package it happens with the next time...

And here it happened again, with openssl (= openssl-0.9.8r).  This is the log 
around when perl ran wild and forked off all available processes:

ar  r ../../libcrypto.a ts_err.o ts_req_utils.o ts_req_print.o ts_rsp_utils.o 
ts_rsp_print.o ts_rsp_sign.o ts_rsp_verify.o ts_verify_ctx.o ts_lib.o ts_conf.o 
ts_asn1.o
ranlib: file: ../../libcrypto.a(ebcdic.o) has no symbols
ranlib: file: ../../libcrypto.a(rand_win.o) has no symbols
ranlib: file: ../../libcrypto.a(rand_os2.o) has no symbols
ranlib: file: ../../libcrypto.a(rand_nw.o) has no symbols
ranlib: file: ../../libcrypto.a(e_rc5.o) has no symbols
ranlib: file: ../../libcrypto.a(m_md2.o) has no symbols
ranlib: file: ../../libcrypto.a(v3_asid.o) has no symbols
ranlib: file: ../../libcrypto.a(v3_addr.o) has no symbols
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
/usr/bin/ranlib: file: ../../libcrypto.a(ebcdic.o) has no symbols
/usr/bin/ranlib: file: ../../libcrypto.a(rand_win.o) has no symbols
/usr/bin/ranlib: file: ../../libcrypto.a(rand_os2.o) has no symbols
/usr/bin/ranlib: file: ../../libcrypto.a(rand_nw.o) has no symbols
/usr/bin/ranlib: file: ../../libcrypto.a(e_rc5.o) has no symbols
/usr/bin/ranlib: file: ../../libcrypto.a(m_md2.o) has no symbols
/usr/bin/ranlib: file: ../../libcrypto.a(v3_asid.o) has no symbols
/usr/bin/ranlib: file: ../../libcrypto.a(v3_addr.o) has no symbols
if [ -n "libcrypto.1.0.0.dylib libssl.1.0.0.dylib" ]; then \
                (cd ..; make libcrypto.1.0.0.dylib); \
        fi


^Cchild died with signal 2, without coredump
make[4]: *** [link_a.darwin] Error 1
make[3]: *** [do_darwin-shared] Interrupt
make[2]: *** [libcrypto.1.0.0.dylib] Interrupt
make[1]: *** [shared] Interrupt
make: *** [build_crypto] Interrupt
### execution of /var/tmp/tmp.1.099F8Y failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-openssl100-dev-1.0.0d-1
(Reading database ... 182628 files and directories currently installed.)
Removing fink-buildlock-openssl100-dev-1.0.0d-1 ...
Failed: phase compiling: openssl100-dev-1.0.0d-1 failed


I kept the whole compile log, if that is useful.

Cheers...
                                                                ...Diemo


On 21.02.11 18:46, Diemo Schwarz wrote:
> Yep, happens to me all the time, on 10.5.8 with
> fink Package manager version: 0.29.19
>
> It happens after compilation, when updating the package database, and killing
> the proc seems to leave the changes intact, so I can move forward, but have to
> be vigilant.
>
> I'll look out for which package it happens with the next time...
> ...Diemo
>
>> Re: [Fink-users] phase compiling: openssl100-dev-1.0.0c-1 failed
>> From: Alexander Hansen <alexanderk.hansen@gm...> - 2011-01-11 14:53
>>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On 1/11/11 5:49 AM, Bruno Martin wrote:
>>> Hello,
>>>
>>> I've tried to install openssl100-dev-1.0.0c-1 via fink on a MacPro 32
>>> bits running 10.6.6 and gcc-4.2.1.
>>> Fink starts compiling upto cryptlib and then keeps forking and forking
>>> even after increasing
>>> the maxprocperuid and the maxproc kernel values. A top shows a long
>>> long line of perl
>>> processes running until no more processes can be created.
>>> It also happened with other packages.
>>
>> Which ones?
>>
>> Nobody else has reported this problem, so it doesn't seem like it's a
>> problem in the fink engine, and so if the issue isn't local to your
>> system we would need to know the individual packages which are failing.
>>
>>> I also precise that I was connected through ssh to decrease the number
>>> of running processes.
>>>
>>>
>>> Any hint ?
>>>
>>> Regards,
>>>
>>> Bruno
>>>
>>
>> No clue, because you didn't provide verbatim output. It's nearly
>> impossible to diagnose problems from just a short verbal description.
>>
>> For example: "compiling up to cryptlib". Does that mean you get
>> runaway processes after:
>>
>> cc -I. -I.. -I../include -fPIC -fno-common -DOPENSSL_PIC -DZLIB_SHARED
>> - -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -arch
>> i386 -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_BN_ASM_PART_WORDS
>> - -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM
>> - -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DWHIRLPOOL_ASM
>> - -I/sw32/include -c -o cryptlib.o cryptlib.c
>>
>> or
>>
>> ar r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o
>> cpt_err.o ebcdic.o uid.o o_time.o o_str.o o_dir.o x86cpuid.o
>>
>> ? In any case, I don't reproduce your issue on 10.6/i386.
>>
>> However, I can think of one thing to try right now, and that is to
>> reduce your maximum build jobs via "fink configure"--this assumes that
>> you are running a current version of the fink package manager.
>>
>> - --
>> Alexander Hansen, Ph.D.
>
>


-- 
Diemo Schwarz, PhD -- http://diemo.concatenative.net
Real-Time Music Interaction Team -- http://imtr.ircam.fr
IRCAM - Centre Pompidou -- 1, place Igor-Stravinsky, 75004 Paris, France
Phone +33-1-4478-4879 -- Fax +33-1-4478-1540

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to