| Summary: | app-misc/screen-4.3.1-r1 on HPPA: undefined variable? | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ulrich Teichert <krypton> |
| Component: | Current packages | Assignee: | Sven Wegener <swegener> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | shell-tools |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
I now know why this has not come up before, I had "debug" in USE flags. I am pretty much convinced that this is arch independend - you only have to build screen with the USE flag debug set to trip over it. Nothing serious, though. Sorry about the "reverse duplicate", but the other bug provided a better description and complete build log. *** This bug has been marked as a duplicate of bug 585682 *** |
An emerge build on a HP-C8000 app-misc/screen 4.3.1-r1 failed with an undefined variable in line 5696 of the file process.c: debug1("ShowWindowsX: string [%s]", string); Reproducible: Always Steps to Reproduce: 1. emerge app-misc/screen 2. 3. Simple fix: changed the line to: debug1("ShowWindowsX: string [%s]", str); I have no idea why debugging has been enabled during the build, but that's another story...