[asterisk-gui] Re: bkruse: branch asterisknow r660 - in /branches/asterisknow: ./ tools/Makefile

Stefan van der Eijk stefan at eijk.nu
Sun Apr 15 03:49:17 MST 2007


This breaks packaging by end-users:

/usr/bin/install -c -m 755 zapscan.bin
/home/stefan/asterisknow/BUILDROOT/asterisknow-0-buildroot/usr/sbin
/usr/bin/install -c -m 755 zapscan.bin /sbin
/usr/bin/install: cannot create regular file `/sbin/zapscan.bin':
Permission denied
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/stefan/asterisknow/BUILD/asterisknow/tools'
make: *** [tools-install] Error 2
error: Bad exit status from
/home/stefan/asterisknow/BUILDROOT/rpm-tmp.70333 (%install)


RPM build errors:
    Bad exit status from
/home/stefan/asterisknow/BUILDROOT/rpm-tmp.70333 (%install)
error: failed!


I thought that only things required to boot the system without /usr
mounted should be placed in /sbin/. Otherwise it should go into
/usr/sbin/. Please reconsider the change.

regards,

Stefan van der Eijk

On 4/14/07, asterisk-gui-commits at lists.digium.com
<asterisk-gui-commits at lists.digium.com> wrote:
> Author: bkruse
> Date: Sat Apr 14 14:57:54 2007
> New Revision: 660
>
> URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=660
> Log:
> Merged revisions 659 via svnmerge from
> https://origsvn.digium.com/svn/asterisk-gui/trunk
>
> ........
> r659 | bkruse | 2007-04-14 14:56:03 -0500 (Sat, 14 Apr 2007) | 1 line
>
> temporary fix for putting zapscan in the correct directory, according to the GUI
> ........
>
>
> Modified:
>     branches/asterisknow/   (props changed)
>     branches/asterisknow/tools/Makefile
>
> Propchange: branches/asterisknow/
> ------------------------------------------------------------------------------
> --- svnmerge-integrated (original)
> +++ svnmerge-integrated Sat Apr 14 14:57:54 2007
> @@ -1,1 +1,1 @@
> -/trunk:1-449,489-540,542-557,559,561-577,580-586,588-648
> +/trunk:1-449,489-540,542-557,559,561-577,580-586,588-648,659
>
> Modified: branches/asterisknow/tools/Makefile
> URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/tools/Makefile?view=diff&rev=660&r1=659&r2=660
> ==============================================================================
> --- branches/asterisknow/tools/Makefile (original)
> +++ branches/asterisknow/tools/Makefile Sat Apr 14 14:57:54 2007
> @@ -25,7 +25,9 @@
>  ifeq ($(PBX_ZAPTEL),1)
>         mkdir -p $(ASTSBINDIR)
>         $(INSTALL) -m 755 zapscan.bin $(ASTSBINDIR)
> +       $(INSTALL) -m 755 zapscan.bin /sbin
>         $(INSTALL) -m 755 zapscan $(ASTSBINDIR)
> +       $(INSTALL) -m 755 zapscan /sbin
>  endif
>
>  clean:
>
> _______________________________________________
> asterisk-gui-commits mailing list
> asterisk-gui-commits at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-gui-commits
>


More information about the asterisk-gui mailing list