Search found 6 matches

by _tk_
2014-08-21T14:48:49-07:00
Forum: Bugs
Topic: configure script dies
Replies: 1
Views: 1781

configure script dies

On NetBSD with /bin/sh, the configure script of ImageMagick-6.8.9-7 does not finish running. It stops with: ./configure: 28988: Syntax error: Bad substitution I've identified this line to be the culprit: LIBS=${LIBS/-ldjvulibre/} If I remove it, the configure script finishes successfully. I guess yo...
by _tk_
2014-08-21T14:46:11-07:00
Forum: Bugs
Topic: Unportable test(1) construct
Replies: 1
Views: 1692

Unportable test(1) construct

The configure script uses in two places "==" as a comparison operator for test(1). This is only supported by bash, not even by GNU coreutils. The standard comparison operator is "=". This patch, against 6.8.9-7, fixes this: --- configure.ac.orig 2014-08-13 11:58:49.000000000 +000...
by _tk_
2014-06-19T00:28:48-07:00
Forum: Developers
Topic: Crash related to semaphores
Replies: 13
Views: 16616

Re: Crash related to semaphores

I've got a report from a third party that ImageMagick (display) was leaking fds. Disabling openmp support resolved this problem as well, so we've disabled openmp support in pkgsrc for ImageMagick.
by _tk_
2014-04-28T23:44:46-07:00
Forum: Developers
Topic: Crash related to semaphores
Replies: 13
Views: 16616

Re: Crash related to semaphores

I think there's two separate problems. The one rhialto sees, which I can't reproduce either, and the thread destruction issue, that only I can see, it seems. As for the thread destruction: NetBSD's threading library is more picky that others, but AFAIK standards conformant. I don't know enough about...
by _tk_
2014-04-28T04:40:29-07:00
Forum: Developers
Topic: Crash related to semaphores
Replies: 13
Views: 16616

Re: Crash related to semaphores

Epub files are zip files, so you can just download
http://waterman.mine.nu/~wood/epub/be_26.epub
and unpack it with unzip.
by _tk_
2014-04-27T04:55:49-07:00
Forum: Developers
Topic: Crash related to semaphores
Replies: 13
Views: 16616

Re: Crash related to semaphores

Hi! I'm the other guy. These are the first frames of the backtrace with the patch from trac applied: (gdb) bt #0 0x00007f7ff740656d in sem_wait (sem=0x7f7fd95b2200) at /archive/foreign/src/lib/libpthread/sem.c:260 #1 0x00007f7fd0e034e9 in omp_set_lock (lock=0x7f7fd95b2200) at /archive/foreign/src/ex...