Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20586 - libsmi-0.4.1.ebuild (New package)
Summary: libsmi-0.4.1.ebuild (New package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-07 12:30 UTC by Maurizio Boriani
Modified: 2004-07-20 19:39 UTC (History)
2 users (show)

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


Attachments
ebuild script (libsmi-0.4.1.ebuild,623 bytes, text/plain)
2003-05-07 12:33 UTC, Maurizio Boriani
Details
ebuild for libsmi 0.4.2 (libsmi-0.4.2.ebuild,591 bytes, text/plain)
2004-06-05 14:34 UTC, Barry Myles
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maurizio Boriani 2003-05-07 12:30:54 UTC
libsmi - A Library to Access SMI MIB Information

 The core of the libsmi distribution is a library that allows management
applications to access SMI MIB module definitions. On top of this library, there
are tools to check, analyze dump, convert, and compare MIB definitions. Finally,
the distribution contains a steadily maintained and revised archive of all IETF
and IANA maintained standard MIB and PIB modules.
Comment 1 Maurizio Boriani 2003-05-07 12:33:53 UTC
Created attachment 11641 [details]
ebuild script
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-05-09 15:17:45 UTC
sensors thingy
Comment 3 Brandon Low (RETIRED) gentoo-dev 2004-01-26 07:23:27 UTC
I've gotten an e-mail request for this ebuild, but I do not have time to fix, test, etc.  Please assign it to an active dev who can handle it if you cannot.
Comment 4 Barry Myles 2004-06-05 14:34:18 UTC
Created attachment 32746 [details]
ebuild for libsmi 0.4.2

libsmi has marched onto its next release since this ebuild was made. I've
updated the ebuild for libsmi-0.4.2 and tidied a few things up too. I hope this
can make it to portage in ~x86. I'm not sure what category this ebuild fits
into. 'app-misc' perhaps?
Comment 5 Karim Daghay 2004-07-09 03:00:06 UTC
There seems to be a sandbox violation when the 'pibs' are being installed.
Comment 6 Karim Daghay 2004-07-09 03:04:50 UTC
Surpressing the sandbox, using <FEATURES="-sandbox" emerge -v libsmi-0.4.2.ebuild> helps, but this is of course a temporary workaround :-(
Comment 7 Karim Daghay 2004-07-09 03:15:42 UTC
This is the access violation log:

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-root_-_libsmi-0.4.2-28631.log"

mkdir:     /usr/share/pibs
mkdir:     /usr/share/pibs/ietf
mkdir:     /usr/share/pibs
mkdir:     /usr/share/pibs/tubs
mkdir:     /usr/share/pibs
mkdir:     /usr/share/pibs/site
--------------------------------------------------------------------------------
lapkda tmp # cat /tmp/sandbox-root_-_libsmi-0.4.2-
sandbox-root_-_libsmi-0.4.2-11921.log  sandbox-root_-_libsmi-0.4.2-28631.log
sandbox-root_-_libsmi-0.4.2-23064.log  sandbox-root_-_libsmi-0.4.2-32661.log
lapkda tmp # cat /tmp/sandbox-root_-_libsmi-0.4.2-28631.log
mkdir:     /usr/share/pibs
mkdir:     /usr/share/pibs/ietf
mkdir:     /usr/share/pibs
mkdir:     /usr/share/pibs/tubs
mkdir:     /usr/share/pibs
mkdir:     /usr/share/pibs/site
Comment 8 Barry Myles 2004-07-09 13:19:08 UTC
Well spotted about the sandbox violation. I've turned my sandbox back on. The violation is caused by the 'mkinstalldirs' shell script in the root of the package. I've not quite worked out how to fix it yet, though.
Comment 9 Tim Yamin (RETIRED) gentoo-dev 2004-07-12 08:31:16 UTC
1) You should really be using einstall, not "make install"...
2) Add "pibdir=${D}/usr/share/pibs" to that line and it should install successfully.
Comment 10 Tim Yamin (RETIRED) gentoo-dev 2004-07-20 03:51:45 UTC
With the change in comment #9 this ebuild should be good to go, but I'm not sure how I would go about testing this [ It was reassigned to me as a lm-sensors library for some reason ] - I'm reassigning this bug to the Gentoo Bug Wranglers who can hopefully find somebody who could test this library and confirm it works as it should.

Thanks!
Comment 11 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-07-20 19:39:41 UTC
in cvs as net-libs/libsmi

because i needed it for some work stuff ;-).