Hi,

I have tried to create one local build setup in Ubuntu 10.04 LTS by two
ways, One the local build without OBS(
http://wiki.meego.com/Local_Build_Without_OBS_Needed ) and second Build
using OBS (
http://en.opensuse.org/openSUSE:Build_Service_private_installation).

Steps for build without OBS.
============================
STEP 1:

Install the build packages from the link
http://repo.meego.com/MeeGo/tools/repos/ubuntu/10.04/

STEP 2:

check rpm package signature. for example
($wget
http://repo.meego.com/MeeGo/builds/trunk/1.1.80.14.20110111.8/core/repos/ia32/packages/repodata/repomd.xml.key
 $ sudo rpm --import repomd.xml.key)

STEP 3:

build a gstream binary package for MeeGo.

sudo build --repository
http://repo.meego.com/MeeGo/builds/trunk/1.1.80.14.20110111.8/core/repos/ia32/packages--arch
i586 gstreamer-0.10.31-1.11.i586.rpm

But it is giving below error:

logging output to /var/tmp/build-root/.build.log...
Memory limit set to 5217672KB
Using BUILD_ROOT=/var/tmp/build-root
Using BUILD_ARCH=i586:i486:i386

don't know how to build gstreamer-0.10.31-1.11.i586.rpm

Then I have tried to build a cpio binary package for MeeGo. (Have giving
example in the above link)
sudo build --repository
http://repo.meego.com/MeeGo/builds/trunk/1.1.80.8.20101130.1/core/repos/ia32/packages/--arch
i686 cpio-2.11-2.6.src.rpm

It is giving the below error:

logging output to /var/tmp/build-root/.build.log...
Memory limit set to 5217672KB
Using BUILD_ROOT=/var/tmp/build-root
Using BUILD_ARCH=i686:i586:i486:i386


ubuntu started "build cpio-2.11-2.6.src.rpm" at Wed Jan 12 15:41:33 UTC
2011.


cpio-2.11-2.6.src.rpm is empty. This should not happen...

==========================================================================================

Steps for build without OBS.
============================

STEP 1:
Installing the obs-server software (Deploy USB image)
$ wget
http://download.opensuse.org/repositories/openSUSE:/Tools/images/obs-server.x86_64-2.1.3-Build2.27-raw
$ bunzip2 -c obs-server.x86_64-2.1.3-Build2.27-raw > /dev/sdc1

STEP 2:
Create Running the server for a production enviroment.

$ pvcreate /dev/sdc1
$ vgcreate "OBS" /dev/sdc1
$ lvcreate -L 50G -n "server" /dev/OBS
$ vgscan
$ mkfs /dev/OBS/server

STEP 3:
Configuring the obs-server appliance

$ insserv sshd

For this command, it is givigng the below error:
insserv: sshd: No such file or directory

Could you please let me know whether I am missing some steps or there is
some other way to create build setup.

Thanks & Regards,
Madhusudan Karan
_______________________________________________
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev

Reply via email to