Re: [gentoo-user] [OT] program compiled with libcrypt on Raspberry PI (running Gentoo) hangs when run

2016-06-26 Thread Dan Johansson
On 26.06.2016 21:25, Dan Johansson wrote: > On 26.06.2016 18:19, meino.cra...@gmx.de wrote: >> Dan Johansson [16-06-26 18:12]: >>> The following code snippet compiles find but when run it just hangs forever: >>> >>> $ cat x.c >>> #include >>> #include >>> #include >>> >>> int main() { >>>

Re: [gentoo-user] [OT] program compiled with libcrypt on Raspberry PI (running Gentoo) hangs when run

2016-06-26 Thread Dan Johansson
On 26.06.2016 18:19, meino.cra...@gmx.de wrote: > Dan Johansson [16-06-26 18:12]: >> The following code snippet compiles find but when run it just hangs forever: >> >> $ cat x.c >> #include >> #include >> #include >> >> int main() { >> printf("Running test\n"); >> char *encrypte

Re: [gentoo-user] [OT] program compiled with libcrypt on Raspberry PI (running Gentoo) hangs when run

2016-06-26 Thread Nils Freydank
Hello! On Sunday, 26. Juni 2016, 18:05:26 CEST wrote Mr. Dan Johansson: > The following code snippet compiles find but when run it just hangs forever I compiled it (after simpel copy’n’paste) and run it at x86 and and Raspberry Pi first gen (B+). Hung nowhere. > > $ cat x.c > #include > #inc

Re: [gentoo-user] [OT] program compiled with libcrypt on Raspberry PI (running Gentoo) hangs when run

2016-06-26 Thread Meino . Cramer
Dan Johansson [16-06-26 18:12]: > The following code snippet compiles find but when run it just hangs forever: > > $ cat x.c > #include > #include > #include > > int main() { > printf("Running test\n"); > char *encrypted = crypt("blablabla","ab"); > if(!encrypted || st

[gentoo-user] [OT] program compiled with libcrypt on Raspberry PI (running Gentoo) hangs when run

2016-06-26 Thread Dan Johansson
The following code snippet compiles find but when run it just hangs forever: $ cat x.c #include #include #include int main() { printf("Running test\n"); char *encrypted = crypt("blablabla","ab"); if(!encrypted || strcmp(encrypted,"ab.h7fshjf89f")) { prin