Hi,

        Your kernel tree is dirty, which means that a '_' character is
 inserted into the version number. That  causes all kinds of problems.
  Yours: 3.15.0-rc4-x32+-10.00.Custom
  Mine:  3.15.0-rc4-10.00.Custom

        That -x32+ causes problems. Eithe get rid of the script that
 appends the + for a dirty tree, or create a branch and commit ht
 changes to it.

        Here are the first few lines of my build from a non-dirty tree:
--8<---------------cut here---------------start------------->8---
====== making target debian/stamp/conf/minimal_debian [new prereqs: ]======
This is kernel package version 13.003.
test -d debian             || mkdir debian
test ! -e stamp-building || rm -f stamp-building
install -p -m 755 /usr/share/kernel-package/rules debian/rules
for file in ChangeLog  Control  Control.bin86 config templates.in rules; do     
                                 \
            cp -f  /usr/share/kernel-package/$file ./debian/;                   
            \
        done
cp: cannot stat ‘/usr/share/kernel-package/ChangeLog’: No such file or directory
for dir  in Config docs examples ruleset scripts pkg po;  do                    
                  \
          cp -af /usr/share/kernel-package/$dir  ./debian/;                     
            \
        done
test -f debian/control || sed         -e 's/=V/3.15.0-rc4/g'  \
                -e 's/=D/3.15.0-rc4-10.00.Custom/g'         -e 's/=A/amd64/g'  \
        -e 's/=SA//g'  \
        -e 's/=I//g'                                \
        -e 's/=CV/3.15/g'                           \
        -e 's/=M/Unknown Kernel Package Maintainer 
<[email protected]>/g'                         \
        -e 's/=ST/linux/g'      -e 's/=B/x86_64/g'    \
                  /usr/share/kernel-package/Control > debian/control
test -f debian/changelog ||  sed -e 's/=V/3.15.0-rc4/g'       \
            -e 's/=D/3.15.0-rc4-10.00.Custom/g'        -e 's/=A/amd64/g'       \
            -e 's/=ST/linux/g'     -e 's/=B/x86_64/g'         \
            -e 's/=M/Unknown Kernel Package Maintainer 
<[email protected]>/g'                            \
             /usr/share/kernel-package/changelog > debian/changelog
chmod 0644 debian/control debian/changelog
test -d ./debian/stamp || mkdir debian/stamp 
make -f debian/rules debian/stamp/conf/kernel-conf
--8<---------------cut here---------------end--------------->8---

        Here is your log:
--8<---------------cut here---------------start------------->8---
====== making target debian/stamp/conf/minimal_debian [new prereqs: ]======
This is kernel package version 13.003.
test -d debian             || mkdir debian
test ! -e stamp-building || rm -f stamp-building
install -p -m 755 /usr/share/kernel-package/rules debian/rules
for file in ChangeLog  Control  Control.bin86 config templates.in rules; do     
                                 \
            cp -f  /usr/share/kernel-package/$file ./debian/;                   
            \
        done
cp: cannot stat /usr/share/kernel-package/ChangeLog: No such file or directory
for dir  in Config docs examples ruleset scripts pkg po;  do                    
                  \
          cp -af /usr/share/kernel-package/$dir  ./debian/;                     
            \
        done
test -f debian/control || sed         -e 's/=V/3.15.0-rc4/g'  \
                -e 's/=D/3.15.0-rc4-x32+-10.00.Custom/g'         -e 
's/=A/amd64/g'  \
-e 's/=SA//g'  \
-e 's/=I//g'    \
-e 's/=CV/3.15/g'    \
-e 's/=M/Unknown Kernel Package Maintainer 
<[email protected]>/g'    \
-e 's/=ST/linux/g'      -e 's/=B/x86_64/g'    \
                  /usr/share/kernel-package/Control > debian/control
test -f debian/changelog ||  sed -e 's/=V/3.15.0-rc4/g'       \
            -e 's/=D/3.15.0-rc4-x32+-10.00.Custom/g'        -e 's/=A/amd64/g'   
    \
            -e 's/=ST/linux/g'     -e 's/=B/x86_64/g'         \
            -e 's/=M/Unknown Kernel Package Maintainer 
<[email protected]>/g'                            \
             /usr/share/kernel-package/changelog > debian/changelog
chmod 0644 debian/control debian/changelog
test -d ./debian/stamp || mkdir debian/stamp 
make -f debian/rules debian/stamp/conf/kernel-conf
make[1]: Entering directory '/home/kilobyte/linux'
--8<---------------cut here---------------end--------------->8---
        
-- 
Have you seen the latest Japanese camera?  Apparently it is so fast it
can photograph an American with his mouth shut!
Manoj Srivastava <[email protected]> <http://www.golden-gryphon.com/>  
4096R/C5779A1C E37E 5EC5 2A01 DA25 AD20  05B6 CF48 9438 C577 9A1C

Attachment: signature.asc
Description: PGP signature

Reply via email to