mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Raphael Cohn <raphael.cohn@stormmq.com>
To: musl@lists.openwall.com
Subject: Re: Trying to compile libselinux against musl
Date: Wed, 20 Nov 2013 10:33:16 +0000	[thread overview]
Message-ID: <CACCP0GrhM76ukuZe3oOC4yLD+iRurVmQQGgv-WVVpwziUpw83w@mail.gmail.com> (raw)
In-Reply-To: <20131119191550.GC1685@port70.net>

[-- Attachment #1: Type: text/plain, Size: 1530 bytes --]

Thank you - using pthread_atfork seems to solve things. I've added in the
macro by modifying the definition in glibc (Seems a bit pointless).

Raphael Cohn
Chief Architect, stormmq
Co-Chair, OASIS MQTT Standard
Secretary, OASIS AMQP Standard
raphael.cohn@stormmq.com
+44 7590 675 756

UK Office:
Hamblethorpe Farm, Crag Lane, Bradley BD20 9DB, North Yorkshire, United
Kingdom
Telephone: +44 845 3712 567

Registered office:
16 Anchor Street, Chelmsford, Essex, CM2 0JY, United Kingdom
StormMQ Limited is Registered in England and Wales under Company Number
07175657
StormMQ.com


On 19 November 2013 19:15, Szabolcs Nagy <nsz@port70.net> wrote:

> * Raphael Cohn <raphael.cohn@stormmq.com> [2013-11-19 16:20:27 +0000]:
> > src/booleans.c wants to use the macro _D_ALLOC_NAMLEN - which seems to
> be a
> > glibc-ism in dirent.h. It may be possible to hack in their macro
> definition
>
> should be fixed upstream
>
> > to overcome this;
> > src/proccattr.c tries to use __register_atfork, which is in the LSB but I
> > suspect is a glibc-ism.
> >
> > I'm stuck on the latter - I'm not deep into this stuff. Does anyone have
> > any ideas how to patch / hack / bypass this to get things compiled? Are
> > there any other workarounds (apart from not using libselinux or musl)?
>
> i think you can just use pthread_atfork instead
>
> #define __register_atfork(prepare,parent,child,dso)
> pthread_atfork(prepare,parent,child)
>
> the dso arg is just there in case dlclose() is used
> which is broken on glibc anyway and noop on musl
>

[-- Attachment #2: Type: text/html, Size: 2255 bytes --]

      reply	other threads:[~2013-11-20 10:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-19 16:20 Raphael Cohn
2013-11-19 19:15 ` Szabolcs Nagy
2013-11-20 10:33   ` Raphael Cohn [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACCP0GrhM76ukuZe3oOC4yLD+iRurVmQQGgv-WVVpwziUpw83w@mail.gmail.com \
    --to=raphael.cohn@stormmq.com \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).