Hi,

I am trying to build one package ie powermanagement.

[ 1044s] ----- building power-manager.spec (user abuild)
[ 1044s] -----------------------------------------------------------------
[ 1044s] -----------------------------------------------------------------
[ 1044s] + exec rpmbuild --define '_srcdefattr (-,root,root)' --nosignature --target=armv7l -ba /home/abuild/rpmbuild/SOURCES/power-manager.spec
[ 1044s] Building target platforms: armv7l
[ 1044s] Building for target armv7l
[ 1044s] Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.clm87g
[ 1045s] + umask 022
[ 1045s] + cd /home/abuild/rpmbuild/BUILD
[ 1045s] + LANG=C
[ 1045s] + export LANG
[ 1045s] + unset DISPLAY
[ 1045s] + cd /home/abuild/rpmbuild/BUILD
[ 1045s] + rm -rf power-manager-1.3.21
[ 1045s] + /bin/gzip -dc /home/abuild/rpmbuild/SOURCES/power-manager-1.3.21.tar.gz
[ 1045s] + /bin/tar -xf -
[ 1045s] + STATUS=0
[ 1045s] + '[' 0 -ne 0 ']'
[ 1045s] + cd power-manager-1.3.21
[ 1045s] + /bin/chmod -Rf a+rX,u+w,g-w,o-w .
[ 1045s] + cmake . -DCMAKE_INSTALL_PREFIX=/usr
[ 1046s] -- The C compiler identification is GNU
[ 1046s] -- Check for working C compiler: /usr/bin/gcc
[ 1047s] -- Check for working C compiler: /usr/bin/gcc -- works
[ 1047s] -- Detecting C compiler ABI info
[ 1047s] -- Detecting C compiler ABI info - done
[ 1048s] Build type: Release
[ 1048s] -- checking for modules 'vconf;glib-2.0;sysman;aul;dlog;heynoti;devman_plugin;sensor'
[ 1048s] --   found vconf, version 0.2.28
[ 1048s] --   found glib-2.0, version 2.32.3
[ 1048s] --   found sysman, version 0.2.0
[ 1048s] --   found aul, version 0.1.0
[ 1049s] --   found dlog, version 1.0
[ 1049s] --   found heynoti, version 0.0.2
[ 1049s] --   found devman_plugin, version 0.1
debug: my_system: sudo depanneur_sudo echo -n
debug: my_system: sudo depanneur_sudo echo -n
debug: my_system: sudo depanneur_sudo echo -n
debug: my_system: sudo depanneur_sudo echo -n
.............
I tried with the --clean-repos option,below its giving the following message*"debug: my_system: sudo depanneur_sudo echo -n".
**Iam using following command for building.
manoharb@manoharb-OptiPlex-390:~/Tizen/framework/system/power-manager$ sudo gbs build --skip-conf-repos -A armv7l -R http://download.tizen.org/releases/daily/2.0alpha/common/latest/repos/tizen-base/armv7l/packages/ -R http://download.tizen.org/releases/daily/2.0alpha/common/latest/repos/tizen-main/armv7l/packages/ -D /var/tmp/root-gbs/tizen2.0.conf --clean-repos --debug

*Please provide me the solution.

 Thank you!
Best Regards,
Manohar
On Wednesday 20 March 2013 04:32 PM, VanCutsem, Geoffroy wrote:

I've just tried the same command-line on my system (Ubuntu 12.10, gbs 0.14) and it worked fine for me. Can you try to also use the '--clean-repos' option to see if that makes any difference? Are you trying to just build that one package alone or is this part of a multi-package build?

Thanks,

Geoffroy

*From:*manohar naidu b [mailto:[email protected]]
*Sent:* Wednesday, March 20, 2013 5:23 AM
*To:* VanCutsem, Geoffroy
*Cc:* [email protected]
*Subject:* Re: [Tizen General] Unable to build Tizen Power Management pkg

Hi,

Thanks for your response!

Iam facing same issue after cleaning the (~/GBS-ROOT/local/cache).

error: *** Error Summary ***
=== the following packages failed to build due to missing build dependencies ===
power-manager:
  have choice for libgdbm.so.3 needed by perl: libgdbm gdbm


gbs:error: Traceback (most recent call last):
  File "/usr/bin/gbs", line 507, in <module>
    sys.exit(main(sys.argv))
  File "/usr/bin/gbs", line 501, in main
    return module.main(args)
File "/usr/lib/python2.7/dist-packages/gitbuildsys/cmd_build.py", line 306, in main
    raise GbsError('rpmbuild fails')
GbsError: <gbs>rpmbuild fails

..

*Iam using following command for building.

sudo gbs build --skip-conf-repos -A armv7l -R http://download.tizen.org/releases/daily/2.0alpha/common/latest/repos/tizen-base/armv7l/packages/ -R http://download.tizen.org/releases/daily/2.0alpha/common/latest/repos/tizen-main/armv7l/packages/ -D /var/tmp/manoharb-gbs/tizen2.0.conf --clean --debu**g*Please provide me the solution.

Thank you!
Best Regards,
Manohar

On Monday 18 March 2013 07:05 PM, VanCutsem, Geoffroy wrote:

    It looks to me like there may be some cached repo picked up
    somewhere. The repo you're using to build the package only
    contains gdbm and not libgdbm. Can you try to clean all your GBS
    caches to see if that helps (~/GBS-ROOT/local/cache).

    Geoffroy

    *From:*[email protected]
    <mailto:[email protected]>
    [mailto:[email protected]] *On Behalf Of *manohar
    naidu b
    *Sent:* Friday, March 15, 2013 11:39 AM
    *To:* [email protected] <mailto:[email protected]>
    *Subject:* [Tizen General] Unable to build Tizen Power Management pkg

    Dear All,

    Iam facing below issue while building power package.

    info: package dependency:
    error: *** Error Summary ***
    === the following packages failed to build due to missing build
    dependencies ===
    power-manager:
      have choice for libgdbm.so.3 needed by perl: libgdbm gdbm


    gbs:error: Traceback (most recent call last):
      File "/usr/bin/gbs", line 507, in <module>
        sys.exit(main(sys.argv))
      File "/usr/bin/gbs", line 501, in main
        return module.main(args)
      File
    "/usr/lib/python2.7/dist-packages/gitbuildsys/cmd_build.py", line
    306, in main
        raise GbsError('rpmbuild fails')
    GbsError: <gbs>rpmbuild fails

    *Iam using following command for building.

    sudo gbs build --skip-conf-repos -A armv7l -R
    
http://download.tizen.org/releases/daily/2.0alpha/common/latest/repos/tizen-base/armv7l/packages/
    -R
    
http://download.tizen.org/releases/daily/2.0alpha/common/latest/repos/tizen-main/armv7l/packages/
    -D /var/tmp/manoharb-gbs/tizen2.0.conf --clean --debu**g*

    Can anybody please help to resolve this.


--
    Best Regards

    Manohar

    +91-8790215215

    Smart Play Technologies

    Hyderabad

    Intel Corporation NV/SA
    Kings Square, Veldkant 31
    2550 Kontich
    RPM (Bruxelles) 0415.497.718.
    Citibank, Brussels, account 570/1031255/09

    This e-mail and any attachments may contain confidential material
    for the sole use of the intended recipient(s). Any review or
    distribution by others is strictly prohibited. If you are not the
    intended recipient, please contact the sender and delete all copies.



Intel Corporation NV/SA
Kings Square, Veldkant 31
2550 Kontich
RPM (Bruxelles) 0415.497.718.
Citibank, Brussels, account 570/1031255/09

This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.


--
Best Regards
Manohar
+91-8790215215
Smart Play Technologies
Hyderabad

_______________________________________________
General mailing list
[email protected]
https://lists.tizen.org/listinfo/general

Reply via email to