Page MenuHome GnuPG

check failure -- FAIL: pipeconnect
Closed, ResolvedPublic

Description

Tru64 5.1b
make[3]: Entering directory `/usr/local/src/kits/libassuan-2.1.3/tests'
PASS: version
FAIL: pipeconnect
lt-fdpassing[296171]: chan_4 -> OK Pleased to meet you, process 296134
lt-fdpassing[296171]: chan_4 <- # descriptor 4 is in flight

errno = 141

compile lines:
source='pipeconnect.c' object='pipeconnect.o' libtool=no \
cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED
-D_POSIX_C_SOURCE=199309L -DMUST_COPY_VA_BYVAL -D_POSIX_PII_SOCKET -pthread -c
pipeconnect.c
/bin/bash ../libtool --tag=CC --mode=link cc -I/usr/local/include
-D_XOPEN_SOURCE_EXTENDED -D_POSIX_C_SOURCE=199309L -DMUST_COPY_VA_BYVAL
-D_POSIX_PII_SOCKET -pthread -o pipeconnect pipeconnect.o ../src/libassuan.la

-L/usr/local/lib -lgpg-error -lrt -lpthreads

libtool: link: cc -I/usr/local/include -D_XOPEN_SOURCE_EXTENDED
-D_POSIX_C_SOURCE=199309L -DMUST_COPY_VA_BYVAL -D_POSIX_PII_SOCKET -pthread -o
.libs/pipeconnect pipeconnect.o ../src/.libs/libassuan.so -L/usr/local/lib
/usr/local/lib/libgpg-error.so -lrt -lpthreads -pthread

Details

Version
2.1.3

Event Timeline

gwmoore added projects: libassuan, Bug Report.
gwmoore added a subscriber: gwmoore.

What is the dscription of errno=141 ?

Can you please lookup the description or the symbol for the ERRNO value 141 ?
find /usr/include -name errno.h | xargs grep 141
might reveal it.

werner claimed this task.