GNU bug report logs -
#74600
[PATCH scratch/igc] fix mps library check
Previous Next
Reported by: Yikai Zhao <yikai <at> z1k.dev>
Date: Fri, 29 Nov 2024 07:57:02 UTC
Severity: normal
Tags: patch
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 24 Dec 2024 02:55:32 +0000
with message-id <CADwFkm=DD=wDO0Nk=MYBwrrB1Yqy_9xf2Tnc8FmFvMu22PkcVQ <at> mail.gmail.com>
and subject line Re: bug#74600: [PATCH scratch/igc] fix mps library check
has caused the debbugs.gnu.org bug report #74600,
regarding [PATCH scratch/igc] fix mps library check
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
74600: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74600
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
--with-mps detection failed when building with --without-x:
config.log:
configure:28292: checking for mps_arena_create in -lmps
configure:28317: gcc -o conftest -g3 -O2 conftest.c -lmps -lsqlite3 >&5
/usr/local/bin/ld: /usr/local/lib/libmps.a(mps.o): in function
`PThreadextModuleInit':
/work/mps-release-1.118.0/code/pthrdext.c:139:(.text+0x499b):
undefined reference to `sem_init'
/usr/local/bin/ld: /usr/local/lib/libmps.a(mps.o): in function `LockInit':
/work/mps-release-1.118.0/code/lockix.c:88:(.text+0x404c3): undefined
reference to `pthread_mutexattr_init'
/usr/local/bin/ld:
/work/mps-release-1.118.0/code/lockix.c:90:(.text+0x404d8): undefined
reference to `pthread_mutexattr_settype'
/usr/local/bin/ld:
/work/mps-release-1.118.0/code/lockix.c:94:(.text+0x404fc): undefined
reference to `pthread_mutexattr_destroy'
/usr/local/bin/ld:
/work/mps-release-1.118.0/code/lockix.c:94:(.text+0x405bd): undefined
reference to `pthread_mutexattr_destroy'
...
[0001-Fix-mps-library-check.patch (text/x-patch, attachment)]
[Message part 5 (message/rfc822, inline)]
Gerd Möllmann <gerd.moellmann <at> gmail.com> writes:
> Yikai Zhao <yikai <at> z1k.dev> writes:
>
>> --with-mps detection failed when building with --without-x:
>
> Thanks! I've pushed your patch, since I can see other commits from you
> in master. It works fine for me on macOS, too, BTW.
I'm therefore closing this bug report.
This bug report was last modified 208 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.