Hi all,

it appears that the libmnl.lrp package is missing in all 6.0.1 tarballs 
as well as the iso-images. Booting from one of the iso-images, I get

LINUXRC: Installing - root: /dev/sr0 (lots of other packages)
libmnl: libmnl(nf!)

Trying to build the package myself, I noticed that libmnl-1.0.4 creates
/usr/lib/libmnl.so.0.2.0
and no longer
/usr/lib/libmnl.so.0.1.0 (as 1.0.3 did), which caused buildpacket.pl to 
fail with an error.

After updating the "Contents" section in repo/libmnl/buildtool.cfg, I 
was able to build the package (but I haven't tested it yet).

In short, replace "0.1.0" with "0.2.0":

   <Contents>
     <File>
       Filename = usr/lib/libmnl.so.0.2.0
       Source   = usr/lib/libmnl.so.0.2.0
       Type     = binary
     </File>
     <File>
       Filename = usr/lib/libmnl.so
       Target   = usr/lib/libmnl.so.0.2.0
       Type     = link
     </File>
     <File>
       Filename = usr/lib/libmnl.so.0
       Target   = usr/lib/libmnl.so.0.2.0
       Type     = link
     </File>
   </Contents>


Martin

P.S. Is it correct that none of the packages for 6.0.1 are in the 
packages repository so far? Or am I just looking in the wrong spot?





------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to