Bug#843245: distorm3: please make the build reproducible

2016-11-05 Thread Reiner Herrmann
Source: distorm3 Version: 3.3.4-1 Severity: wishlist Tags: patch upstream User: reproducible-builds@lists.alioth.debian.org Usertags: fileordering X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org Hi! While working on the "reproducible builds" effort [1], we have noticed that distorm3 cou

Re: dietlibc; build path issue on ARM despite -fdebug-prefix-map

2016-11-05 Thread Christian Seiler
Thanks for your quick response! On 11/05/2016 12:09 PM, Ximin Luo wrote: > If you set a -fdebug-prefix-map=. option and it still doesn't apply > it to those FILE entries, I would guess that is probably a GCC bug. Ok, good that you think we're in agreement. :) > You should either file it upstream

Bug#843235: vdr-plugin-spider: please make the build reproducible

2016-11-05 Thread Reiner Herrmann
Source: vdr-plugin-spider Version: 0.2.2-21 Severity: wishlist Tags: patch upstream User: reproducible-builds@lists.alioth.debian.org Usertags: fileordering X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org Hi! While working on the "reproducible builds" effort [1], we have noticed that vd

Re: dietlibc; build path issue on ARM despite -fdebug-prefix-map

2016-11-05 Thread Ximin Luo
Christian Seiler: > [..] > > It appears as though gcc hard-codes the path for the startup file > on armhf, while it doesn't do so on x86. A simple way to try this > out, even without dietlibc: > > cat > hello.c < #include > > int main() > { > puts("Hello World!"); > return 0; > } > EOF