Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78071 - Better fix for kde-base/kdeutils 3.4.0_beta1 compile error.
Summary: Better fix for kde-base/kdeutils 3.4.0_beta1 compile error.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-15 03:12 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2005-01-15 06:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
kdeutils-snmpfix.patch (kdeutils-snmpfix.patch,923 bytes, patch)
2005-01-15 03:13 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-01-15 03:12:53 UTC
The attached patch should be used instead of mangling ./configure cache values to make it compile as it should.
I also committed it in kde's CVS, and it's the same approach already used by snmp_p.h header file.

HTH,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-01-15 03:13:25 UTC
Created attachment 48531 [details, diff]
kdeutils-snmpfix.patch
Comment 2 Gregorio Guidi (RETIRED) gentoo-dev 2005-01-15 05:56:55 UTC
Applied, thanks. I was just sending a bugreport about it at bugs.kde.org...

By the way: do you know if ksim compiles with snmp implementations other than
net-analyzer/net-snmp?
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-01-15 06:12:17 UTC
I'm not sure as I only took a first look to ksim to fix the compilation error (I had similar troubles with net-snmp before), but it uses directly the net-snmp headers, so I don't think it will compile the snmp support without it.

Also, I don't know other free C/C++ implementations of snmp, unfortunately. It's quite ugly to hack around autoconf conflicts it throwns up.