<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>20093</bug_id>
          
          <creation_ts>2009-05-18 23:43:27 +0400</creation_ts>
          <short_desc>pack-custom не работает</short_desc>
          <delta_ts>2009-05-20 15:08:06 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>mkimage</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Nick S. Grechukh">gns</reporter>
          <assigned_to name="Alexey Gladkov">legion</assigned_to>
          <cc>glebfm</cc>
    
    <cc>legion</cc>
    
    <cc>mike</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>91443</commentid>
    <comment_count>0</comment_count>
    <who name="Nick S. Grechukh">gns</who>
    <bug_when>2009-05-18 23:43:27 +0400</bug_when>
    <thetext>MKI_PACK_RESULTS = $(CURDIR)/doit.sh:ve-backup.img

получаем:

+ message /home/builder/mkimage-risc/ve/ve-backup/doit.sh: executable file.
+ printf %s\n mki-pack-custom: /home/builder/mkimage-risc/ve/ve-backup/doit.sh: executable file.
mki-pack-custom: /home/builder/mkimage-risc/ve/ve-backup/doit.sh: executable file.
+ install -m755 -- /home/builder/mkimage-risc/ve/ve-backup/doit.sh /home/builder/mkimage-risc/ve/ve-backup/.work/chroot/.host/script.sh
+ cat
+ rc=0
+ mki-run /.host/packimage.sh
/.host/entry: line 10: /.host/packimage.sh: Permission denied
+ rc=1
+ rm -f -- /home/builder/mkimage-risc/ve/ve-backup/.work/chroot/.host/packimage.sh /home/builder/mkimage-risc/ve/ve-backup/.work/chroot/.host/script.sh
+ [ 1 -eq 0 ]
+ exit 1
make: *** [pack-image] Error 1

Это как бы говорит нам, что 

--- mki-pack-custom.orig        2009-05-18 23:42:13 +0400
+++ mki-pack-custom     2009-05-18 23:42:27 +0400
@@ -30,6 +30,7 @@
        export WORKDIR OUTNAME SUBDIR
        /.host/script.sh
        EOF
+       chmod +x &quot;$chroot/.host/packimage.sh&quot;
 else
        fatal &quot;$type: unknown pack type.&quot;
 fi</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91559</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Gladkov">legion</who>
    <bug_when>2009-05-20 15:08:06 +0400</bug_when>
    <thetext>Исправлено в git:

http://git.altlinux.org/people/legion/packages/mkimage.git?p=mkimage.git;a=commitdiff;h=b63722458e38910c57275a38ef62c753e5d01ab4</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>