Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] ppp: silently breaks on musl
@ 2020-03-17  7:30 lemmi
  2020-03-18  9:59 ` sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: lemmi @ 2020-03-17  7:30 UTC (permalink / raw)
  To: ml

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

New issue by lemmi on void-packages repository

https://github.com/void-linux/void-packages/issues/20150

Description:
`ppp` silently breaks on musl:

https://gist.github.com/lemmi/56bf7a72a13e6a232bbd98ffaf200f2f#file-gistfile1-txt-L63-L98

quick fix: 
`sed -i "/^#define HAVE_SYS_CDEFS_H 1/d" pppd/plugins/rp-pppoe/config.h`
With this cdefs.h won't be included and it compiles fine.
I have no idea, why this doesn't interrupt the build process.

What's the proper solution here?


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ppp: silently breaks on musl
  2020-03-17  7:30 [ISSUE] ppp: silently breaks on musl lemmi
@ 2020-03-18  9:59 ` sgn
  2020-03-18 10:00 ` sgn
  2020-03-18 10:02 ` [ISSUE] [CLOSED] " xtraeme
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2020-03-18  9:59 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/20150#issuecomment-600528830

Comment:
Our project provides `sys/cdefs.h` for musl by `musl-legacy-compat`.

Proper solution is patching it and report to upstream. Meanwhile,
```
makedepend+="musl-legacy-compt"
```

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ppp: silently breaks on musl
  2020-03-17  7:30 [ISSUE] ppp: silently breaks on musl lemmi
  2020-03-18  9:59 ` sgn
@ 2020-03-18 10:00 ` sgn
  2020-03-18 10:02 ` [ISSUE] [CLOSED] " xtraeme
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2020-03-18 10:00 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/20150#issuecomment-600528830

Comment:
Our project provides `sys/cdefs.h` for musl by `musl-legacy-compat`.

Proper solution is patching it and report to upstream. Meanwhile,
```
makedepend+="musl-legacy-compat"
```

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ISSUE] [CLOSED] ppp: silently breaks on musl
  2020-03-17  7:30 [ISSUE] ppp: silently breaks on musl lemmi
  2020-03-18  9:59 ` sgn
  2020-03-18 10:00 ` sgn
@ 2020-03-18 10:02 ` xtraeme
  2 siblings, 0 replies; 4+ messages in thread
From: xtraeme @ 2020-03-18 10:02 UTC (permalink / raw)
  To: ml

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

Closed issue by lemmi on void-packages repository

https://github.com/void-linux/void-packages/issues/20150

Description:
`ppp` silently breaks on musl:

https://gist.github.com/lemmi/56bf7a72a13e6a232bbd98ffaf200f2f#file-gistfile1-txt-L63-L98

quick fix: 
`sed -i "/^#define HAVE_SYS_CDEFS_H 1/d" pppd/plugins/rp-pppoe/config.h`
With this cdefs.h won't be included and it compiles fine.
I have no idea, why this doesn't interrupt the build process.

What's the proper solution here?


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-18 10:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-17  7:30 [ISSUE] ppp: silently breaks on musl lemmi
2020-03-18  9:59 ` sgn
2020-03-18 10:00 ` sgn
2020-03-18 10:02 ` [ISSUE] [CLOSED] " xtraeme

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).