Hi Olivier,

How did you get over the "rapt" dependency issue?

> dikim@dikim-virtual-machine:/tmp/oscar_build$ sudo dpkg -i *.deb(Reading 
> database ... 204198 files and directories currently installed.)
> Preparing to replace opkgc 1.0.2-1 (using opkgc_1.0.2-1_all.deb) ...
> Unpacking replacement opkgc ...
> Selecting previously unselected package oscar-packager.
> Unpacking oscar-packager (from oscar-packager_1.1.0-1_all.deb) ...
> Preparing to replace packman 3.2.0-1 (using packman_3.2.0-1_all.deb) ...
> Unpacking replacement packman ...
> Setting up opkgc (1.0.2-1) ...
> dpkg: dependency problems prevent configuration of oscar-packager:
>  oscar-packager depends on rapt; however:
>   Package rapt is not installed.
> dpkg: error processing oscar-packager (--install):
>  dependency problems - leaving unconfigured
> Setting up packman (3.2.0-1) ...
> Processing triggers for man-db ...
> Processing triggers for python-central ...
> Errors were encountered while processing:
>  oscar-packager
> dikim@dikim-virtual-machine:/tmp/oscar_build$ sudo apt-get install rapt
> Reading package lists... Done
> Building dependency tree       
> Reading state information... Done
> Package rapt is not available, but is referred to by another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> 
> E: Package 'rapt' has no installation candidate
> dikim@dikim-virtual-machine:/tmp/oscar_build$ ls
> opkgc_1.0.2-1_all.deb  oscar-packager_1.1.0-1_all.deb  packman_3.2.0-1_all.deb
> dikim@dikim-virtual-machine:/tmp/oscar_build$

It seems that it is not available on ubuntu 12.04.

Regards,

--
- DongInn

On Jun 12, 2013, at 12:28 PM, LAHAYE Olivier <olivier.lah...@cea.fr> wrote:

> 
> You need to install debian package build tools:
> 
> apt-get install dpkg-dev
> 
> Then you should have the dpkg-buildpackage command available.
> 
> Olivier.
> 
> --
>   Olivier LAHAYE
>   CEA DRT/LIST/DCSI/DIR
> 
> ________________________________________
> De : DongInn Kim [di...@cs.indiana.edu]
> Date d'envoi : mercredi 12 juin 2013 18:17
> À : LAHAYE Olivier
> Cc: Devel OSCAR
> Objet : Re: Packaging build process on the debian-base system
> 
>> 1: build oscar base:
>> svn co https://svn.oscar.openclustergroup.org/svn/oscar/trunk oscar
>> cd oscar
>> make deb
> ..
> ./packages/nfs/config.xml
> ./packages/nfs/configurator.html
> ./packages/nfs/doc/
> ./packages/nfs/doc/README
> ./CREDITS
> ./tmp/
> /bin/sh: 6: dpkg-buildpackage: not found
> make: *** [basedebs] Error 127
> dikim@dikim-virtual-machine:~/oscar/trunk$
> 
> I got this error.
> 
> Any idea of this?
> 
> 
> Regards,
> 
> --
> - DongInn
> 
> On Jun 12, 2013, at 12:13 PM, LAHAYE Olivier <olivier.lah...@cea.fr> wrote:
> 
>> 
>> 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