slackware-current/source/a/FTBFSlog
Patrick J Volkerding 16c4108efd Sun Jan 17 23:48:59 UTC 2021
a/kernel-generic-5.10.8-x86_64-1.txz:  Upgraded.
a/kernel-huge-5.10.8-x86_64-1.txz:  Upgraded.
a/kernel-modules-5.10.8-x86_64-1.txz:  Upgraded.
a/mkinitrd-1.4.11-x86_64-17.txz:  Rebuilt.
  Upgraded to busybox-1.32.1.
ap/sc-im-20200904_bdd936a-x86_64-1.txz:  Upgraded.
d/kernel-headers-5.10.8-x86-1.txz:  Upgraded.
d/python-setuptools-51.3.1-x86_64-1.txz:  Upgraded.
k/kernel-source-5.10.8-noarch-1.txz:  Upgraded.
l/libical-3.0.9-x86_64-1.txz:  Upgraded.
l/pulseaudio-14.2-x86_64-1.txz:  Upgraded.
n/ModemManager-1.14.10-x86_64-1.txz:  Upgraded.
n/iptables-1.8.7-x86_64-1.txz:  Upgraded.
n/libnftnl-1.1.9-x86_64-1.txz:  Upgraded.
xfce/garcon-4.16.1-x86_64-1.txz:  Upgraded.
xfce/xfce4-whiskermenu-plugin-2.5.2-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2021-01-18 08:59:51 +01:00

36 lines
1.4 KiB
Text

Sun Jan 17 20:10:50 UTC 2021
mkinitrd: upgrade busybox to fix missing stime in newer glibc.
+--------------------------+
Sat Jan 16 18:30:47 UTC 2021
cpio: add -fcommon to CFLAGS.
floppy: add -fcommon to CFLAGS.
gpm: add -fcommon to CFLAGS.
jfsutils: add -fcommon to CFLAGS.
kbd: add -fcommon to CFLAGS.
sharutils: add -fcommon to CFLAGS.
tcsh: add -fcommon to CFLAGS.
Thanks to nobodino.
+--------------------------+
Sat May 4 17:55:48 UTC 2019
efivar: patched to fix GCC9 warnings resulting in build failure.
Thanks to nobodino and ponce.
+--------------------------+
Wed Nov 21 18:48:32 UTC 2018
upower: preemptive fix for FTBFS with new glib.
+--------------------------+
Tue Jun 26 09:45:32 UTC 2018
grub: fix FTBFS with gcc8 by patching to fix this warning:
alignment 1 of struct efi_variable is less than 8 [-Werror=packed-not-aligned]
+--------------------------+
Tue Mar 13 18:42:23 UTC 2018
btrfs-progs: patched to build with latest e2fsprogs. Thanks to nobodino.
+--------------------------+
Tue Feb 13 00:25:47 UTC 2018
Fix all packages that fail to build from source:
xfsprogs: patch to fix name collision with copy_file_range and glibc-2.27
+--------------------------+
Sat Feb 3 21:16:09 UTC 2018
Fix all packages that fail to build from source:
efibootmgr: add -fgnu89-inline to CFLAGS
gpm: fix missing includes and fix gcc7 issues
sysklogd: union wait was removed from glibc, use int instead as recommended