Daniel Hams

Results 7 issues of Daniel Hams

Discovered by building + running tests on IRIX where by default there is no "getline" implementation - patchutils will notice and use the one from src/util.c. Issue: Looks like the...

It would nice that we can launch rpmbuild so that debug flags and no strip happens. e.g. ``` rpmbuild --define 'sgugdebug 1' -ba something.spec --nocheck ``` This should 1) Tweak...

enhancement
WIP Committed

Find what owns these and see if we need to stop them stepping outside of our prefix: ``` [sgugshell dan@leafy sgug-rse.git]$ rpm -qla |grep -v "/usr/sgug" (contains no files) /run/dbus...

e.g. fc13 /usr/share/info sgugrse /usr/sgug/info Seems we are missing a /usr/sgug/share/info directory for this stuff to live in. Requires a big-old-rebuild everything release to fix it.

Seen with docbook5-style-xsl, rpm - any scripts that use `/usr/bin/env TOOL` get rewritten to `/usr/bin/TOOL`. It would be nice to rewrite these to `/usr/sgug/bin/TOOL` - and would fix a regression...

As per title, xterm works well enough but the scrollbars aren't showing what they should. There is a `%bcond_without trace` that might help - it turns on the xterm package...

bug

A place to add notes and reproduce cases for our toolchain bug related to multi-GOT. This python script (https://esp.iki.fi/generate3.py) was mentioned as generating things that exhibit the behaviour, I've personally...