This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITA] cmake 3.12.0


Am 26.07.2018 um 08:00 schrieb Marco Atzeri:

In general is better to have a separate package for any dependency;
it make much simpler to maintain all.

I am trying to build and pack libuv.
If I find no problem I will ITP it.


Tony,
do you need a static lib ?
I saw some distri are packaging it.

Building the shared lib I see several errors,
and the log is not very clear on the root causes.


not ok 25 - dlerror
# exit code 134
# Output from process `dlerror`:
# Assertion failed in
/tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-dlerror.c on
line 45: strstr(msg, path) != NULL

not ok 45 - fs_copyfile
# exit code 134
# Output from process `fs_copyfile`:
# Assertion failed in
/tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-fs-copyfile.c
on line 124: r == 0

not ok 84 - fs_scandir_file
# exit code 134
# Output from process `fs_scandir_file`:
# Assertion failed in
/tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-fs.c on line
2477: r == UV_ENOTDIR

not ok 102 - getaddrinfo_fail
# exit code 134
# Output from process `getaddrinfo_fail`:
# Assertion failed in
/tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-getaddrinfo.c
on line 43: status < 0

not ok 103 - getaddrinfo_fail_sync
# exit code 134
# Output from process `getaddrinfo_fail_sync`:
# Assertion failed in
/tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-getaddrinfo.c
on line 117: 0 > uv_getaddrinfo(uv_default_loop(), &req, NULL,
"xyzzy.xyzzy.xyzzy.", NULL, NULL)

not ok 148 - pipe_connect_to_file
# exit code 134
# Output from process `pipe_connect_to_file`:
# Assertion failed in
/tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-pipe-connect-error.c
on line 53: status == UV_ENOTSOCK || status == UV_ECONNREFUSED

not ok 169 - poll_oob
# exit code 134
# Output from process `poll_oob`:
# Assertion failed in
/tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-poll-oob.c on
line 99: n == 4

not ok 203 - spawn_reads_child_path
# exit code 134
# Output from process `spawn_reads_child_path`:
# Assertion failed in
/tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-spawn.c on
line 1679: r == 0

not ok 234 - tcp_close_accept
# exit code 134
# Output from process `tcp_close_accept`:
# Assertion failed in
/tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-tcp-close-accept.c
on line 60: status != 0

not ok 260 - tcp_unexpected_read
# exit code 134
# Output from process `tcp_unexpected_read`:
# Assertion failed in
/tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-tcp-unexpected-read.c
on line 80: 0 == uv_accept(handle, (uv_stream_t*) &peer_handle)

not ok 261 - tcp_write_after_connect
# exit code 134
# Output from process `tcp_write_after_connect`:
# Assertion failed in
/tmp/prova/libuv-1.22.0-1.i686/src/libuv-1.22.0/test/test-tcp-write-after-connect.c
on line 41: status == UV_ECONNREFUSED

full package on
http://matzeri.altervista.org/

to download (and remove the index.html's) :
wget -r -np -nH --cut-dirs=0 \
http://matzeri.altervista.org/x86/libuv/index.html
wget -r -np -nH --cut-dirs=0 \
http://matzeri.altervista.org/x86_64/libuv/index.html
find x86 x86_64 -name index.html -o -name md5.sum | xargs rm

Regards
Marco






---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]