Menu

#295 Allow disable rpm for none rpm based systems

closed-fixed
None
5
2007-09-11
2007-01-24
No

Hello,

Please consider adding --disable-rpm in configure so that the rpm will not be built.

This will be great for none rpm based systems which build your library.

Thanks!

Discussion

  • Marcus Meissner

    Marcus Meissner - 2007-01-24

    Logged In: YES
    user_id=48092
    Originator: NO

    There will be no rpm build during build currently.

    Only the .spec file will be generated, nothing more.

    please specify your problem ....

     
  • Marcus Meissner

    Marcus Meissner - 2007-01-24
    • status: open --> pending-works-for-me
     
  • Alon Bar-Lev

    Alon Bar-Lev - 2007-01-24
    • status: pending-works-for-me --> open-works-for-me
     
  • Alon Bar-Lev

    Alon Bar-Lev - 2007-01-24

    Logged In: YES
    user_id=1157530
    Originator: YES

    packaging/rpm/Makefile.am:
    @RPMBUILD@ --define "_topdir $$(pwd)" -ba SPECS/@PACKAGE@-@VERSION@.spec

    Or I may be wrong...

     
  • Marcus Meissner

    Marcus Meissner - 2007-01-24
    • status: open-works-for-me --> closed-works-for-me
     
  • Marcus Meissner

    Marcus Meissner - 2007-01-24

    Logged In: YES
    user_id=48092
    Originator: NO

    it will not be called by doing "make" or "make install".

    a user would need to go explicitly in this directory and type "make rpm".

    -> Its not doing it by default, so nothing to disable. ;)

     
  • Alon Bar-Lev

    Alon Bar-Lev - 2007-01-24

    Logged In: YES
    user_id=1157530
    Originator: YES

    Thanks!

     
  • Alon Bar-Lev

    Alon Bar-Lev - 2007-01-29
    • summary: Allow disable rpm generation for none rpm based systems --> Allow disable rpm for none rpm based systems
    • status: closed-works-for-me --> open
     
  • Alon Bar-Lev

    Alon Bar-Lev - 2007-01-29

    Logged In: YES
    user_id=1157530
    Originator: YES

    Reopen... Since I found the cause :)
    If I use --with-rpmbuild=/bin/true it solves one issue.
    But...
    You have the following in m4m/gp-packaging.m4:
    AM_CONDITIONAL([RPM_LIBUSB_DEVEL], [rpm -q libusb-devel > /dev/null 2>&1])

    It tries to execute rpm which causes some issues with sandbox.
    Please consider adding --disable-rpm or --with-rpm=

    Thanks!

     
  • Marcus Meissner

    Marcus Meissner - 2007-02-02

    Logged In: YES
    user_id=48092
    Originator: NO

    -> buildsystem maintainer

     
  • Marcus Meissner

    Marcus Meissner - 2007-02-02
    • assigned_to: nobody --> hun
     
  • Hans Ulrich Niedermann

    Logged In: YES
    user_id=59853
    Originator: NO

    Fixed the AM_CONDITIONAL([RPM_LIBUSB_DEVEL], [...]) in trunk.

     
  • Hans Ulrich Niedermann

    • status: open --> closed-fixed
     

Log in to post a comment.