Skip to content

Instantly share code, notes, and snippets.

@vichoward
Created December 6, 2013 16:05
Show Gist options
  • Save vichoward/7827232 to your computer and use it in GitHub Desktop.
Save vichoward/7827232 to your computer and use it in GitHub Desktop.
build failures
root@jenkins-worker2:/home/jenkins/tmp/neutron# debuild -S -us -uc
dpkg-buildpackage -rfakeroot -d -us -uc -S
dpkg-buildpackage: warning: using a gain-root-command while being root
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
dpkg-buildpackage: source package neutron
dpkg-buildpackage: source version 1:2013.5.comcast.09c62dc-0ubuntu1
dpkg-buildpackage: source changed by Victor Howard <[email protected]>
dpkg-source --before-build neutron
dpkg-source: info: patches are not applied, applying them now
dpkg-source: info: applying fix-quantum-configuration.patch
dpkg-source: info: applying disable-udev-tests.patch
dpkg-source: info: applying bump-sqlalchemy-version.patch
dpkg-source: info: applying disable-ml2-notification-tests.patch
dpkg-source: info: applying remove-jsonrpclib.patch
fakeroot debian/rules clean
dh clean --with python2
dh_testdir
debian/rules override_dh_auto_clean
make[1]: Entering directory `/home/jenkins/tmp/neutron'
dh_clean
make[1]: Leaving directory `/home/jenkins/tmp/neutron'
dh_clean
dpkg-source -b neutron
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building neutron using existing ./neutron_2013.5.comcast.09c62dc.orig.tar.gz
dpkg-source: error: cannot represent change to neutron/etc/quantum:
dpkg-source: error: new version is symlink to neutron
dpkg-source: error: old version is nonexistent
dpkg-source: warning: ignoring deletion of file AUTHORS
dpkg-source: warning: ignoring deletion of file PKG-INFO
dpkg-source: warning: ignoring deletion of file ChangeLog
dpkg-source: warning: ignoring deletion of directory neutron.egg-info
dpkg-source: warning: ignoring deletion of file neutron.egg-info/entry_points.txt
dpkg-source: warning: ignoring deletion of file neutron.egg-info/top_level.txt
dpkg-source: warning: ignoring deletion of file neutron.egg-info/not-zip-safe
dpkg-source: warning: ignoring deletion of file neutron.egg-info/SOURCES.txt
dpkg-source: warning: ignoring deletion of file neutron.egg-info/PKG-INFO
dpkg-source: warning: ignoring deletion of file neutron.egg-info/dependency_links.txt
dpkg-source: warning: ignoring deletion of file neutron.egg-info/requires.txt
dpkg-source: error: unrepresentable changes to source
dpkg-buildpackage: error: dpkg-source -b neutron gave error exit status 2
debuild: fatal error at line 1350:
dpkg-buildpackage -rfakeroot -d -us -uc -S failed
root@jenkins-worker2:/home/jenkins/tmp/neutron#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment