Bug#1028455: gcc-11: Drop PLT revert patch on s390x

2023-01-11 Thread Dimitri John Ledkov
tri. >From 4d49de6f1a7b0a088fee262ab1e572cb0bb5684e Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Wed, 11 Jan 2023 10:11:58 + Subject: [PATCH] Revert " * debian/patches/gcc-ibmz-plt-revert.diff: Revert PLT changes from the gcc-11" This reverts commit 2cc19790c7b125aa0

Bug#914688: Default defines discrepancy

2018-11-26 Thread Dimitri John Ledkov
xnox@diamond:~$ g++ -std=c++14 -dM -E -x c++ - < /dev/null | grep linux #define __linux__ 1 #define __gnu_linux__ 1 xnox@diamond:~$ g++ -std=gnu++14 -dM -E -x c++ - < /dev/null | grep linux #define __linux 1 #define __linux__ 1 #define __gnu_linux__ 1 #define linux 1 The same is not observed on o

Re: libstdc++6: Breaks: libboost-date-time1.55.0, but isn't that package fixed now?

2015-08-16 Thread Dimitri John Ledkov
On 8 August 2015 at 01:01, jnqnfe wrote: > Further searching has indeed suggested that boost 1.55 is still broken > and will remain so (e.g. the bug #793222 discussion), and thus I can > see that 1.57/1.58 is needed as you say. In fact 1.58 is available and > it's actually just a couple of libreof