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

Bug 178554

Summary: klaptop_acpi_helper application does not seem to have the same size or checksum as when it was compiled
Product: Gentoo Linux Reporter: Aniruddha <mailingdotlist>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Aniruddha 2007-05-14 19:53:23 UTC
When I try to start 'Setup helper application' under the tab ACPI config in KDE Control Center -> Power Control -> Laptop Battery I get this following error message:

The /usr/kde/3.5/bin/klaptop_acpi_helper application does not seem to have the same size or checksum as when it was compiled we do NOT recommend you proceed with making it setuid-root without further investigation

Reproducible: Always

Steps to Reproduce:
Comment 1 Aniruddha 2007-05-16 17:05:09 UTC
I just tried klaptopdeamon 3.5.6. But I get exactly the same message :(. What does it mean? Is it safe to continue?
Comment 2 Wulf Krueger (RETIRED) gentoo-dev 2007-05-18 19:21:41 UTC
Thanks for testing and confirming that the problem was caused by stripping the 
binaries. Fixed in CVS.
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2007-05-20 22:24:59 UTC
If stripping would be the problem, "split-debug" would have also have had to be restricted as well - both in klaptopdaemon and kdeutils. The real problem is the braindead check, though.
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2007-05-20 22:25:49 UTC
New ebuild revisions do not perform the check anymore.
Comment 5 Aniruddha 2007-05-21 10:12:40 UTC
Thanks for solving this!