Processed: Re: Bug#995393: fakeroot: FTBFS on ppc64el

2021-12-30 Thread Debian Bug Tracking System
Processing control commands: > reopen 995393 Bug #995393 {Done: Christoph Biedl } [src:fakeroot] fakeroot: FTBFS on ppc64el 'reopen' may be inappropriate when a bug has been closed with a version; all fixed versions will be cleared, and you may need to re-add them. Bug reopened No longer marked a

Bug#995393: fakeroot: FTBFS on ppc64el

2021-12-30 Thread Christoph Biedl
Control: reopen 995393 Control: tags 995393 patch Christoph Biedl wrote... > As a workaround I propose a tactical __attribute__ to locally disable > optimization as this issue has been blocking eatmydata for way too long, > and performance loss should be neglectable. So as always with a band-aid

Bug#995393: fakeroot: FTBFS on ppc64el

2021-12-22 Thread Christoph Biedl
Control: tags 995393 patch Frédéric Bonnard wrote... > #ifdef HAVE_OPENAT > +#if defined(__powerpc__) && defined(__powerpc64__) && __BYTE_ORDER__ == > __ORDER_LITTLE_ENDIAN__ > +static int openat(int dir_fd, const char *pathname, int flags, ...) > +#else > int openat(int dir_fd, const char *pa

Processed: Re: Bug#995393: fakeroot: FTBFS on ppc64el

2021-12-22 Thread Debian Bug Tracking System
Processing control commands: > tags 995393 patch Bug #995393 [src:fakeroot] fakeroot: FTBFS on ppc64el Added tag(s) patch. -- 995393: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995393 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Bug#995393: fakeroot: FTBFS on ppc64el

2021-11-07 Thread Clint Adams
On Thu, Sep 30, 2021 at 04:46:47PM +0200, Frédéric Bonnard wrote: > Not sure what optimization breaks, I just tried changing openat() to > modify some aggressive optimization on that function and it helped. The optimization seems to break with -O1, but not with -O0 -fcombine-stack-adjustments -fco