Hi, all.

I'm trying to create local private OBS build server to build the project 
Tizen-IVI 3.0.
Although I'm doing everything according the official guide, I still have some 
errors and do nor know how to solve them.

According to the instructions 
http://en.opensuse.org/openSUSE:Build_Service_private_instance_boot_strapping  
I am trying to do Build_Service_private for building packages Tizen-IVI 3.0

1. I downloaded packages from 
http://download.tizen.org/snapshots/tizen/generic/generic-wayland-x86_64/latest/repos/generic/source/
 
and from 
http://download.tizen.org/snapshots/tizen/generic/generic-wayland-x86_64/latest/repos/generic/x86_64/packages/x86_64/

2. Created Project Tizen-test3:3.0. and added to it all the packages *.src.rpm

osc importsrcpkg pack.src.rpm 
cd pack
osc addremove 
osc ci -m "add pack"

3. Project Config was taken from 
https://build.tizen.org/project/meta?project=Tizen%3AIVI

4. Meta was seas follows:

<project name="Tizen-test3:3.0">
  <title>copy Tizen-ivi-3.0</title>
  
<description>http://download.tizen.org/snapshots/tizen/generic/generic-wayland-x86_64/latest/</description>
  <person userid="Admin" role="maintainer"/>
  <person userid="Admin" role="bugowner"/>
    <debuginfo>
    <enable/>
    <enable arch="x86_64"/>
  </debuginfo>
  <repository name="standard">
    <arch>x86_64</arch>
  </repository>
</project>

5. After that  executed on server.

rcobsscheduler shutdown

6. Renamed all files as to cut out version and revision numbers:

all packages from 
http://download.tizen.org/snapshots/tizen/generic/generic-wayland-x86_64/latest/repos/generic/x86_64/packages/x86_64/
 renamed  alsa-utils-1.0.22-2.7.i586.rpm -> alsa-utils.rpm


7. Created a folder /srv/obs/build/Tizen-test3:3.0/standard/x86_64/:full/ and 
put the renamed files

8. After that executed 

chown -R obsrun:obsrun /srv/obs/build/Tizen-test3\:3.0

rcobsscheduler start

/usr/lib/obs/server/bs_admin --rescan-repository Tizen-test3:3.0 standard x86_64

9. Downloaded  
http://download.tizen.org/snapshots/tizen/generic/generic-wayland-x86_64/latest/repos/generic/x86_64/packages/repodata/e59acab1dfb411159b2828e10efcf2016f0daad8b7e36b929d2c5c6ec082d85e-primary.xml.gz

10. removed /srv/obs/build/Tizen-test3:3.0/standard/x86_64/:full.solv

11. Unpacked primary.xml.gz â ïàïêó 
/srv/obs/build/Tizen-test3:3.0/standard/x86_64/:full and executed 

chown -R obsrun:obsrun /srv/obs/build/Tizen-test3\:3.0

obs_admin --rescan-repository  Tizen-test3:3.0 standard x86_64


12. After that I have the following errors:

Cycles for x86_64  

bzip2 , help2man , libtool , libzio , perl , perl-gettext , texinfo, gettext , 
glibc


Error package building

nothing provides autoconf, nothing provides
pkgconfig(glu), nothing provides automake > 1.4 needed by
libtool, nothing provides kernel-headers needed by libdrm-
devel, nothing provides setup needed by filesystem, nothing
provides linux-kernel-headers needed by glibc-devel,
nothing provides gio-branding = 2.36.4 needed by libgio,
nothing provides hwdata needed by systemd

Error when building glibc

nothing provides automake > 1.4 needed by libtool, nothing
provides setup needed by filesystem, nothing provides linux-
kernel-headers needed by glibc-devel


What did I go wrong? Advance grateful.

--
Best regards,
Nikolay N. Kaligin
Software Engineer 
Moscow design bureau COMPAS
www.naviland.su
_______________________________________________
General mailing list
[email protected]
https://lists.tizen.org/listinfo/general

Reply via email to