Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 569902

Summary: app-misc/screen-4.3.1-r1 on HPPA: undefined variable?
Product: Gentoo Linux Reporter: Ulrich Teichert <krypton>
Component: Current packagesAssignee: 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: ---

Description Ulrich Teichert 2015-12-27 13:22:09 UTC
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...
Comment 1 Ulrich Teichert 2015-12-27 13:34:49 UTC
I now know why this has not come up before, I had "debug" in USE flags.
Comment 2 Ulrich Teichert 2015-12-28 14:20:35 UTC
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.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2016-06-26 10:38:11 UTC
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 ***