Checkbox Packager Error while trying to upload to charlotte branch

Bug #741020 reported by Sean Feole
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Checkbox Editor
Invalid
Undecided
Unassigned

Bug Description

This started just recently. After Pushing my Checkbox Editor changes to branch. I launch packager

#quickly packager

After selecting the distro and naming scheme I want to use for the updated packages . The build fails with the following

dpkg-buildpackage -rfakeroot -d -us -uc -S
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions
dpkg-buildpackage: source package checkbox-oem-charlotte
dpkg-buildpackage: source version 0.1-0maverick6~rev18
dpkg-buildpackage: source changed by Sean J Feole <email address hidden>
 dpkg-source --before-build checkbox-oem-charlotte-0.1-0maverick6~rev18
 fakeroot debian/rules clean
test -x debian/rules
dh_testroot
dh_clean
cd . && python setup.py clean -a
running clean
'build/lib.linux-x86_64-2.6' does not exist -- can't clean it
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.6' does not exist -- can't clean it
rm -rf debian/python-module-stampdir
find . -name '*.pyc' -exec rm '{}' ';'
find . -prune -name '*.egg-info' -exec rm -rf '{}' ';'
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/home/sfeole/checkbox-oem-charlotte/pkg/checkbox-oem-charlotte-0.1-0maverick6~rev18'
make[1]: Nothing to be done for `reverse-config'.
make[1]: Leaving directory `/home/sfeole/checkbox-oem-charlotte/pkg/checkbox-oem-charlotte-0.1-0maverick6~rev18'
if [ "reverse-patches" = "reverse-patches" ]; then rm -f debian/stamp-patched; fi
patches:
if [ "reverse-patches" != "reverse-patches" ]; then touch debian/stamp-patched; fi
if [ "reverse-patches" != "reverse-patches" ] ; then \
  /usr/bin/make -f debian/rules update-config ; \
 fi
for dir in debian/patches ; do \
     rm -f $dir/*.log ; \
 done
find . -name \*.mo -exec rm {} \;
rm -f debian/checkbox-oem-charlotte-cli.postrm
rm -f debian/checkbox-oem-charlotte-gtk.postrm
 dpkg-source -b checkbox-oem-charlotte-0.1-0maverick6~rev18
dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
dpkg-source: warning: source directory 'checkbox-oem-charlotte-0.1-0maverick6~rev18' is not <sourcepackage>-<upstreamversion> 'checkbox-oem-charlotte-0.1'
dpkg-source: info: using source format `1.0'
dpkg-source: info: building checkbox-oem-charlotte in checkbox-oem-charlotte_0.1-0maverick6~rev18.tar.gz
dpkg-source: info: building checkbox-oem-charlotte in checkbox-oem-charlotte_0.1-0maverick6~rev18.dsc
 dpkg-genchanges -S >../checkbox-oem-charlotte_0.1-0maverick6~rev18_source.changes
dpkg-genchanges: warning: the current version (0.1-0maverick6~rev18) is earlier than the previous one (0.1-0ubuntu5)
dpkg-genchanges: including full source code in upload
 dpkg-source --after-build checkbox-oem-charlotte-0.1-0maverick6~rev18
dpkg-buildpackage: source only upload: Debian-native package
Now running lintian...
W: checkbox-oem-charlotte source: native-package-with-dash-version
W: checkbox-oem-charlotte source: debhelper-but-no-misc-depends checkbox-oem-charlotte-urwid
W: checkbox-oem-charlotte source: debhelper-but-no-misc-depends checkbox-oem-charlotte-cli
W: checkbox-oem-charlotte source: debhelper-but-no-misc-depends checkbox-oem-charlotte-gtk
E: checkbox-oem-charlotte source: missing-python-build-dependency
W: checkbox-oem-charlotte source: ancient-standards-version 3.7.3 (current is 3.9.1)
Finished running lintian.
Now signing changes and any dsc files...
 signfile checkbox-oem-charlotte_0.1-0maverick6~rev18.dsc Sean J Feole <email address hidden>
gpg: skipped "Sean J Feole <email address hidden>": secret key not available
gpg: /tmp/debsign.3Jk5IrHO/checkbox-oem-charlotte_0.1-0maverick6~rev18.dsc: clearsign failed: secret key not available
debsign: gpg error occurred! Aborting....
-- code:debian/compat
-- code:bin/checkbox-oem-charlotte-gtk
-- code:po/POTFILES.in.tmpl
-- code:debian/changelog
-- code:debian/checkbox-oem-charlotte-urwid.install
-- code:debian/checkbox-oem-charlotte-cli.postinst
-- code:debian/pycompat
-- code:debian/copyright
-- code:setup.cfg.tmpl
-- code:bin/checkbox-oem-charlotte-cli
-- code:debian/checkbox-oem-charlotte-cli.install
-- code:debian/checkbox-oem-charlotte-gtk.install
-- code:debian/checkbox-oem-charlotte-urwid.postinst
-- code:jobs/charlotte.txt.in
-- code:.checkbox-editor-validation.py
-- code:bin/checkbox-oem-charlotte-urwid
-- code:debian/checkbox-oem-charlotte.postrm
-- code:.checkbox-editor.cfg
-- code:debian/checkbox-oem-charlotte.install
-- code:gtk/checkbox-oem-charlotte-gtk.desktop.in
-- code:examples/checkbox-oem-charlotte-urwid.ini
-- code:examples/checkbox-oem-charlotte-cli.ini
-- code:examples/checkbox-oem-charlotte.ini
-- code:debian/rules
-- code:debian/checkbox-oem-charlotte-gtk.postinst
-- code:debian/checkbox-oem-charlotte.postinst
-- code:examples/checkbox-oem-charlotte-gtk.ini
-- code:debian/control
-- code:jobs/main-charlotte.txt.in
-- code:.quickly
-- code:setup.py
. source
########################################
TaskError - taskid:source
PythonAction Error
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/doit/action.py", line 272, in execute
    returned_value = self.py_callable(*self.args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/packager/dodo.py", line 143, in create_source_package
    shell=True)
  File "/usr/lib/python2.6/subprocess.py", line 488, in check_call
    raise CalledProcessError(retcode, cmd)
CalledProcessError: Command 'debuild --no-tgz-check -S' returned non-zero exit status 29

Standard Error:
debuild: fatal error at line 1258:
running debsign failed

Revision history for this message
Sean Feole (sfeole) wrote :

after looking thouugh the changelog i used my full name instead of first.last. Problem is resolved.

Changed in checkbox-editor:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.