Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30412 - ethereal 0.9.15 without snmp doesn't compile
Summary: ethereal 0.9.15 without snmp doesn't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-10-05 11:30 UTC by Claer
Modified: 2003-10-06 15:45 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Claer 2003-10-05 11:30:39 UTC
Hello,

There is a syntax error in the las ethereal ebuild. (0.9.15) when the user try
to compile with the following command :

USE="-snmp" emerge ethereal

if there is no ucd snmp on the system, it will fail with the following error :

configure: error: UCD SNMP header files found, but sprint_realloc_objid not
found in SNMP library.

!!! ERROR: net-analyzer/ethereal-0.9.15 failed.
!!! Function econf, Line 324, Exitcode 1
!!! econf failed

I checked ethereal ebuild, the flag --without-ucdsnmp is passed to the configure
script. The configure.in file indicates clearly that the option is not named
ucdsnmp but 'ucd-snmp'. So I changed the line :

use snmp || myconf="${myconf} --without-ucdsnmp"

to read 

use snmp || myconf="${myconf} --without-ucd-snmp"

And now the ebuild compiled perfectly :)

Regards,

Claer

Reproducible: Always
Steps to Reproduce:
1. USE="-snmp" emerge ethereal

Actual Results:  
configure: error: UCD SNMP header files found, but sprint_realloc_objid not
found in SNMP library.

Expected Results:  
that it compiles
Comment 1 Joel Hill (RETIRED) gentoo-dev 2003-10-06 15:45:39 UTC
thanyou for the report, fix is commited