Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258136 - net-misc/lldpd-0.3 [new ebuild]
Summary: net-misc/lldpd-0.3 [new ebuild]
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://trac.luffy.cx/lldpd
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2009-02-08 14:59 UTC by Alex Moore
Modified: 2012-02-16 08:56 UTC (History)
5 users (show)

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


Attachments
initial ebuild (lldpd-0.3.ebuild,837 bytes, text/plain)
2009-02-08 15:10 UTC, Alex Moore
Details
files/lldpd.initd: init script (lldpd.initd,387 bytes, text/plain)
2009-02-08 15:11 UTC, Alex Moore
Details
net-misc/lldpd-0.4.0 (lldpd-0.4.0.ebuild,1.15 KB, text/plain)
2009-07-22 20:22 UTC, Peter Große
Details
patch for net-analyzer/net-snmp (net-snmp-fix-agent-headers.patch,419 bytes, patch)
2009-07-22 20:27 UTC, Peter Große
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Moore 2009-02-08 14:59:07 UTC
There are a few open source implementations of LLDP. Others include openlldp and ladvd. As far as I'm aware this is the only one that can integrate with net-snmp to allow network mapping programs to remotely query the machine's cache of lldp data in the same way most switches do.

Reproducible: Always
Comment 1 Alex Moore 2009-02-08 15:10:02 UTC
Created attachment 181317 [details]
initial ebuild

Note: At present this won't compile with the snmp USE flag enabled. This is because the current net-snmp ebuild (5.4.2.1) omits a few header files from its installation that are required for lldpd's snmp subagent to build successfully. Copying some files from the net-snmp source across as follows:

cp agent/mibgroup/struct.h /usr/local/include/net-snmp/agent
cp agent/mibgroup/util_funcs.h /usr/local/include/net-snmp
cp agent/mibgroup/mibincl.h /usr/local/include/net-snmp/library
cp agent/mibgroup/header_complex.h /usr/local/include/net-snmp/agent

I guess this bit should be a bug for net-snmp...
Comment 2 Alex Moore 2009-02-08 15:11:19 UTC
Created attachment 181318 [details]
files/lldpd.initd: init script
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-04-29 15:36:08 UTC
(this is an automated message based on filtering criteria that matched this bug)
'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached 
to this bug.
This bug is assigned to maintainer-wanted which means that it is not in the 
main tree.
Heuristics show that no Gentoo developer has commented on your ebuild.

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. 
We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 4 Peter Große 2009-07-22 20:22:02 UTC
Created attachment 198830 [details]
net-misc/lldpd-0.4.0

new version attached.
Comment 5 Peter Große 2009-07-22 20:27:06 UTC
Created attachment 198832 [details, diff]
patch for net-analyzer/net-snmp

(In reply to comment #1)
> Note: At present this won't compile with the snmp USE flag enabled. This is
> because the current net-snmp ebuild (5.4.2.1) omits a few header files from its
> installation that are required for lldpd's snmp subagent to build successfully.

I wrote a patch for net-analyzer/net-snmp to resolve this. Add 
   epatch "${FILESDIR}/${PN}-fix-agent-headers.patch"
to function src_unpack in the net-snmp ebuild.
Comment 6 Ulrich Müller gentoo-dev 2012-02-16 08:56:25 UTC
net-misc/lldpd-0.5.6 has been committed to the Portage tree a few days ago.