From bugzilla-daemon at bugs.sourcemage.org Thu Oct 3 19:11:44 2019
From: bugzilla-daemon at bugs.sourcemage.org (bugzilla-daemon at bugs.sourcemage.org)
Date: Thu, 03 Oct 2019 23:11:44 +0000
Subject: [SM-Grimoire-Bugs] [Bug 16133] New: ruby-2.6 doesn't extract
cleanly with pax
Message-ID:
https://bugs.sourcemage.org/show_bug.cgi?id=16133
Bug ID: 16133
Summary: ruby-2.6 doesn't extract cleanly with pax
Product: Codex
Version: test grimoire
Hardware: x86
URL: URL:
https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.5.ta
r.xz
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: disk
Assignee: sm-grimoire-bugs at lists.ibiblio.org
Reporter: ismael at iodev.co.uk
Classification: Unclassified
$ xzcat /var/spool/sorcery/ruby-2.6.5.tar.xz | pax -r
pax: End of archive volume 1 reached
ATTENTION! pax archive volume change required.
Ready for archive volume: 2
Input archive name or "." to quit pax.
Archive name >
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From bugzilla-daemon at bugs.sourcemage.org Thu Oct 3 19:12:56 2019
From: bugzilla-daemon at bugs.sourcemage.org (bugzilla-daemon at bugs.sourcemage.org)
Date: Thu, 03 Oct 2019 23:12:56 +0000
Subject: [SM-Grimoire-Bugs] [Bug 16133] ruby-2.6 doesn't extract cleanly
with pax
In-Reply-To:
References:
Message-ID:
https://bugs.sourcemage.org/show_bug.cgi?id=16133
Ismael Luceno changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|disk |devel
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From bugzilla-daemon at bugs.sourcemage.org Thu Oct 17 19:09:14 2019
From: bugzilla-daemon at bugs.sourcemage.org (bugzilla-daemon at bugs.sourcemage.org)
Date: Thu, 17 Oct 2019 23:09:14 +0000
Subject: [SM-Grimoire-Bugs] [Bug 16134] New: dhcpcd 8.1.1 fails to build
against musl libc
Message-ID:
https://bugs.sourcemage.org/show_bug.cgi?id=16134
Bug ID: 16134
Summary: dhcpcd 8.1.1 fails to build against musl libc
Product: Codex
Version: test grimoire
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: net
Assignee: sm-grimoire-bugs at lists.ibiblio.org
Reporter: ismael at iodev.co.uk
Classification: Unclassified
Log:
for x in src hooks; do cd $x; /usr/bin/make all || exit $?; cd ..; done
make[1]: Entering directory '/usr/src/dhcpcd-8.1.1/src'
cc -march=native -mtune=native -m64 -pipe -DPIC -fPIC -ffast-math
-funroll-loops -Os -std=gnu99 -DHAVE_CONFIG_H -DNDEBUG
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-DINET -DARP -DARPING -DIPV4LL -DINET6 -DD
HCP6 -DAUTH -DPLUGIN_DEV -I.. -I../src -I./crypt -c if-options.c -o
if-options.o
cc -march=native -mtune=native -m64 -pipe -DPIC -fPIC -ffast-math
-funroll-loops -Os -std=gnu99 -DHAVE_CONFIG_H -DNDEBUG
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-DINET -DARP -DARPING -DIPV4LL -DINET6 -DD
HCP6 -DAUTH -DPLUGIN_DEV -I.. -I../src -I./crypt -c if-linux.c -o if-linux.o
In file included from if-linux.c:49:
/usr/include/netinet/if_ether.h:111:8: error: redefinition of 'struct ethhdr'
111 | struct ethhdr {
| ^~~~~~
In file included from /usr/include/linux/if_tun.h:21,
from if-linux.c:40:
/usr/include/linux/if_ether.h:161:8: note: originally defined here
161 | struct ethhdr {
| ^~~~~~
make[1]: *** [Makefile:55: if-linux.o] Error 1
make[1]: Leaving directory '/usr/src/dhcpcd-8.1.1/src'
make: *** [Makefile:24: all] Error 2
! Problem Detected !
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: