Hi Folks, A dental surger delayed me again, but I have finally put together a RPM5 download tarball that can be used on OpenIndiana to get working RPM5 binaries which can subsequently used to install the same packages. You need to do the following steps as root:
1> pfexec su - 2> cd / 3> wget http://www.belenix.org/binfiles/base.tar.bz2 4> bunzip2 -c base.tar.bz2 | tar xpf - The tarball contains RPM5, Zlib, Xz-utils, BerkeleyDB5 and libgcc binaries. Once this is done you can download packages listed at: http://www.belenix.org/binfiles/rpms/pkgs.html The packages will have to be manually downloaded and installed along with dependencies. There is no working Yum/Smart package manager yet, but that should happen shortly. This RPM5 download has a working rpmbuild and can now be used to prepare a IPS(yuck) -> RPM5 conversion tool. This RPM5 build uses XZ library to compress the payload using lzma. I also wanted to use the XAR archive format instead of the default CPIO but Xar needs some porting/testing on OpenSolaris and I am still working on that. The platform-specific RPM macros can be found in: /usr/lib/rpm/x86_64-solaris2.11/macros Regards, Moinak. -- ================================ http://www.belenix.org/ http://moinakg.wordpress.com/ _______________________________________________ belenix-discuss mailing list http://mail.opensolaris.org/mailman/listinfo/belenix-discuss http://groups.google.com/group/belenix-discuss
