Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [ISSUE] [CLOSED] [FTBFS] stack for glibc
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-6100@inbox.vuxu.org>
@ 2020-09-29 12:43 ` ericonr
  0 siblings, 0 replies; only message in thread
From: ericonr @ 2020-09-29 12:43 UTC (permalink / raw)
  To: ml

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

Closed issue by pullmoll on void-packages repository

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

Description:
For glibc stack fails to build due to what looks like a missing `#include <sys/sysmacros.h>` somewhere:
```
[ 44 of 125] Compiling Stack.Constants  ( src/Stack/Constants.hs, dist/build/Stack/Constants.o )
<command line>: can't load .so/.DLL for: /builddir/stack-1.7.1/.cabal-sandbox/lib/i386-linux-ghc-8.4.4/libHSunix-compat-0.5.0.1-7wHKrmu7kXH9utvYTrCCyN-ghc8.4.4.so (/builddir/stack-1.7.1/.cabal-sandbox/lib/i386-linux-ghc-8.4.4/libHSunix-compat-0.5.0.1-7wHKrmu7kXH9utvYTrCCyN-ghc8.4.4.so: undefined symbol: major)
=> ERROR: stack-1.7.1_1: do_build: 'cabal build ${makejobs}' exited with 1
```
It seems that a missing definition for the macro `major` leads to `gcc` or `g++` assuming an external function `int major(...)`, which of course does not exist.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-29 12:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-6100@inbox.vuxu.org>
2020-09-29 12:43 ` [ISSUE] [CLOSED] [FTBFS] stack for glibc ericonr

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