Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140207 - dev-libs/libnl-1.0_pre5 version bump
Summary: dev-libs/libnl-1.0_pre5 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Marcelo Goes (RETIRED)
URL: http://people.suug.ch/~tgr/libnl/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-13 02:38 UTC by Rob M.
Modified: 2007-08-25 21:43 UTC (History)
3 users (show)

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


Attachments
libnl ebuild (libnl-1.0_pre5.ebuild,668 bytes, text/plain)
2006-07-13 02:39 UTC, Rob M.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rob M. 2006-07-13 02:38:10 UTC
ebuild for libnl-1.0_pre5.

previous version was stable or unstable on x86, hppa, ppc, amd64 - I only have a x86, so it's only marked unstable x86.

this ebuild will be useful for the NetworkManager application ebuild I am working on, since it requires libnl-1.0 or greater.

somewhat modified over the libnl-0.5 ebuild because of the _pre5 marking.

comments, suggestions, TODO's appreciated.
Comment 1 Rob M. 2006-07-13 02:39:36 UTC
Created attachment 91630 [details]
libnl ebuild
Comment 2 Marcelo Goes (RETIRED) gentoo-dev 2006-07-15 13:12:46 UTC
Thanks, I just added 1.0_pre5 to cvs. I removed your src_compile() since it was redundant (it is what Portage assumes by default). It is in package.mask for testing, since I had problems compiling bmon against it.

amd64, hppa, ppc: feel free to keyword it if it works for you.
Comment 3 Tobias Scherbaum (RETIRED) gentoo-dev 2006-07-16 00:39:30 UTC
Added ~ppc
Comment 4 Luis Medinas (RETIRED) gentoo-dev 2006-08-28 21:17:46 UTC
no luck on amd64. Please add us to cc when this issue is fixed or you need more help.
Thanks

In file included from /usr/include/asm/types.h:8,
                 from /usr/include/linux/types.h:17,
                 from ../include/netlink/netlink.h:21,
                 from ../include/netlink/route/link.h:15,
                 from ../include/netlink-types.h:16,
                 from ../include/netlink-local.h:52,
                 from addr.c:28:
/usr/include/asm-x86_64/types.h:32: error: conflicting types for 
Comment 5 Luis Medinas (RETIRED) gentoo-dev 2006-08-28 21:17:46 UTC
no luck on amd64. Please add us to cc when this issue is fixed or you need more help.
Thanks

In file included from /usr/include/asm/types.h:8,
                 from /usr/include/linux/types.h:17,
                 from ../include/netlink/netlink.h:21,
                 from ../include/netlink/route/link.h:15,
                 from ../include/netlink-types.h:16,
                 from ../include/netlink-local.h:52,
                 from addr.c:28:
/usr/include/asm-x86_64/types.h:32: error: conflicting types for __u64
../include/netlink-local.h:37: error: previous declaration of __u64 was here
In file included from /usr/include/asm/types.h:8,
                 from /usr/include/linux/types.h:17,
                 from ../include/netlink/netlink.h:21,
                 from ../include/netlink/route/link.h:15,
                 from ../include/netlink-types.h:16,
                 from ../include/netlink-local.h:52,
                 from attr.c:12:
/usr/include/asm-x86_64/types.h:32: error: conflicting types for __u64
../include/netlink-local.h:37: error: previous declaration of __u64 was here
make[2]: *** [addr.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [attr.o] Error 1
make[1]: *** [all] Error 2
Entering include
/bin/sh: line 1: cd: include: No such file or directory
Entering doc
/bin/sh: line 1: cd: doc: No such file or directory
Entering src
/bin/sh: line 1: cd: src: No such file or directory
make: *** [all] Error 1
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2006-08-29 03:23:24 UTC
It builds fine on HPPA, but current net-analyzer/bmon-2.1.0-r2 doesn't compile against this version. Marked ~hppa in the understanding that bmon will be fixed before dev-libs/libnl-1* comes out of p.mask.
Comment 7 Ondrej Ivanič 2006-09-11 08:42:11 UTC
libnl-1.0_pre6 builds fine on amd64
Comment 8 Luis Medinas (RETIRED) gentoo-dev 2007-03-24 22:29:30 UTC
Marcelo Sorry to unmask without ping you first but we really need NM on ~arch right now. And now libnl compiles on amd64.

Thanks