Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15441] hplip fails to compile with net-snmp version 5.5

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15441] hplip fails to compile with net-snmp version 5.5
  • Date: 4 Nov 2009 10:51:52 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15441





--- Comment #9 from Bor Kraljič <pyrobor AT ver.si> 2009-11-04 04:51:50 ---
well i found the problem...
I looked at the ./configure and saw
...
checking net-snmp/net-snmp-config.h usability... yes
checking net-snmp/net-snmp-config.h presence... yes
checking for net-snmp/net-snmp-config.h... yes
...

Then I did:

11:45:23 bik hplip-3.9.10 0 # locate net-snmp/net-snmp-config.h
/usr/include/net-snmp/net-snmp-config.h
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.3/include-fixed/net-snmp/net-snmp-config.h

and I thought to myself "maybe it reads the wront
'net-snmp/net-snmp-config.h'"
and I did:

11:47:50 bik hplip-3.9.10 0 # mv
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.3/include-fixed/net-snmp/net-snmp-config.h
/root/

and then hplip compiled without a problem. So the problem is found. Now how to
fix it without using "mv"?

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



Archive powered by MHonArc 2.6.24.

Top of Page