hi dongInn,

Do you mean bootrapping the oscar-packager from scratch?

I did the following on fedora17 and ubuntu-12.10

1: build oscar base:
svn co https://svn.oscar.openclustergroup.org/svn/oscar/trunk oscar
cd oscar
make deb
apt-get install ../*.deb

2: build opkgc, packman and oscar-packager
svn co https://svn.oscar.openclustergroup.org/svn/oscar/pkgsrc
cd pkgsrc/opkgc/trunk
dpkg-buildpackage -b -uc -us
mv ../*.deb /tmp

cd ../../packman/trunk
dpkg-buildpackage -b -uc -us
mv ../*.deb /tmp

cd ../../oscar-packager/trunk
dpkg-buildpackage -b -uc -us
mv ../*.deb /tmp

apt-get install /tmp/*.deb

3: configure oscar repository
oscar-config --setup-distro ubuntu-1204-x86_64

4: use oscar-packager as usual......
oscar-packager --debug --verbose --all unstable.

Those steps are from memory and is the way I would go when starting from a 
blank system with no existing repository.
Of course, you'll rebuild all the above package with oscar-packager to make sur 
that no optional deps were forgotten.

Regards,

Olivier.
--
   Olivier LAHAYE
   CEA DRT/LIST/DCSI/DIR

________________________________________
De : DongInn Kim [di...@cs.indiana.edu]
Date d'envoi : mercredi 12 juin 2013 17:38
À : LAHAYE Olivier
Cc: Devel OSCAR
Objet : Packaging build process on the debian-base system

Hi Olivier,

Can you please help to bring me back to the right track to build the OSCAR 
packages on the deb-based system?

I am working on Ubuntu12.04-server X86_64.

Regards,

--
- DongInn


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Oscar-devel mailing list
Oscar-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to