make install seems to miss /usr/bin/debomatic

Bug #388225 reported by KarlGoetz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
deb-o-matic
Fix Released
Critical
Luca Falavigna

Bug Description

When running 'make install' per doc/guide.txt I wind up without a binary in /usr/bin/debomatic .

Full make/make install/make uninstall log follows.

autobuilders:~/debomatic# make
python setup.py install --root=
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/Debomatic
copying Debomatic/__init__.py -> build/lib/Debomatic
copying Debomatic/modules.py -> build/lib/Debomatic
copying Debomatic/debomatic.py -> build/lib/Debomatic
copying Debomatic/packages.py -> build/lib/Debomatic
copying Debomatic/pbuilder.py -> build/lib/Debomatic
copying Debomatic/build.py -> build/lib/Debomatic
copying Debomatic/gpg.py -> build/lib/Debomatic
copying Debomatic/locks.py -> build/lib/Debomatic
running build_scripts
creating build/scripts-2.5
copying and adjusting debomatic -> build/scripts-2.5
changing mode of build/scripts-2.5/debomatic from 644 to 755
running install_lib
creating usr
creating usr/lib
creating usr/lib/python2.5
creating usr/lib/python2.5/site-packages
creating usr/lib/python2.5/site-packages/Debomatic
copying build/lib/Debomatic/__init__.py -> usr/lib/python2.5/site-packages/Debomatic
copying build/lib/Debomatic/modules.py -> usr/lib/python2.5/site-packages/Debomatic
copying build/lib/Debomatic/debomatic.py -> usr/lib/python2.5/site-packages/Debomatic
copying build/lib/Debomatic/packages.py -> usr/lib/python2.5/site-packages/Debomatic
copying build/lib/Debomatic/pbuilder.py -> usr/lib/python2.5/site-packages/Debomatic
copying build/lib/Debomatic/build.py -> usr/lib/python2.5/site-packages/Debomatic
copying build/lib/Debomatic/gpg.py -> usr/lib/python2.5/site-packages/Debomatic
copying build/lib/Debomatic/locks.py -> usr/lib/python2.5/site-packages/Debomatic
byte-compiling usr/lib/python2.5/site-packages/Debomatic/__init__.py to __init__.pyc
byte-compiling usr/lib/python2.5/site-packages/Debomatic/modules.py to modules.pyc
byte-compiling usr/lib/python2.5/site-packages/Debomatic/debomatic.py to debomatic.pyc
byte-compiling usr/lib/python2.5/site-packages/Debomatic/packages.py to packages.pyc
byte-compiling usr/lib/python2.5/site-packages/Debomatic/pbuilder.py to pbuilder.pyc
byte-compiling usr/lib/python2.5/site-packages/Debomatic/build.py to build.pyc
byte-compiling usr/lib/python2.5/site-packages/Debomatic/gpg.py to gpg.pyc
byte-compiling usr/lib/python2.5/site-packages/Debomatic/locks.py to locks.pyc
running install_scripts
creating usr/bin
copying build/scripts-2.5/debomatic -> usr/bin
changing mode of usr/bin/debomatic to 755
running install_data
creating usr/share
creating usr/share/debomatic
creating usr/share/debomatic/modules
copying modules/DateStamp.py -> usr/share/debomatic/modules
copying modules/Lintian.py -> usr/share/debomatic/modules
copying modules/Contents.py -> usr/share/debomatic/modules
copying etc/init.d/debomatic -> /etc/init.d
copying etc/default/debomatic -> /etc/default
running install_egg_info
Writing usr/lib/python2.5/site-packages/debomatic-0.7.egg-info
mkdir -p /etc/debomatic/distributions
install -Dm 644 configfiles/debomatic.conf /etc/debomatic
install -Dm 644 configfiles/distributions/* /etc/debomatic/distributions
install -Dm 644 docs/debomatic.1 /usr/share/man/man1/debomatic.1
install -Dm 644 docs/debomatic.conf.5 /usr/share/man/man5/debomatic.conf.5
autobuilders:~/debomatic# make install
python setup.py install --root=
running install
running build
running build_py
running build_scripts
running install_lib
running install_scripts
changing mode of usr/bin/debomatic to 755
running install_data
running install_egg_info
Removing usr/lib/python2.5/site-packages/debomatic-0.7.egg-info
Writing usr/lib/python2.5/site-packages/debomatic-0.7.egg-info
mkdir -p /etc/debomatic/distributions
install -Dm 644 configfiles/debomatic.conf /etc/debomatic
install -Dm 644 configfiles/distributions/* /etc/debomatic/distributions
install -Dm 644 docs/debomatic.1 /usr/share/man/man1/debomatic.1
install -Dm 644 docs/debomatic.conf.5 /usr/share/man/man5/debomatic.conf.5
autobuilders:~/debomatic# ls /usr/bin/deb
debc debcommit debconf-copydb debconf-show debpkg debsign
debchange debconf debconf-escape debconf-updatepo debrelease debuild
debcheckout debconf-apt-progress debconf-gettextize debdiff deb-reversion debuild-pbuilder
debclean debconf-communicate debconf-set-selections debi debrsign
autobuilders:~/debomatic# make uninstall
rm -f /usr/bin/debomatic
rm -fr /etc/debomatic
rm -fr /usr/lib/python*/*-packages/debomatic*
rm -fr /usr/lib/python*/*-packages/Debomatic
rm -fr /usr/share/debomatic/modules
rm -f /usr/share/man/man1/debomatic.1
rm -f /usr/share/man/man5/debomatic.conf.5

Revision history for this message
Luca Falavigna (dktrkranz) wrote :

Fixed in r140, thanks!

Changed in debomatic:
assignee: nobody → Luca Falavigna (dktrkranz)
importance: Undecided → Critical
milestone: none → 0.7
status: New → Fix Committed
Revision history for this message
KarlGoetz (kgoetz) wrote : Re: [Bug 388225] Re: make install seems to miss /usr/bin/debomatic

On Mon, 22 Jun 2009 15:40:37 -0000
Luca Falavigna <email address hidden> wrote:

> Fixed in r140, thanks!
>
> ** Changed in: debomatic
> Importance: Undecided => Critical
>
> ** Changed in: debomatic
> Status: New => Fix Committed
>
> ** Changed in: debomatic
> Milestone: None => 0.7
>
> ** Changed in: debomatic
> Assignee: (unassigned) => Luca Falavigna (dktrkranz)
>

Thanks :) I'll update my checkout. (hopefully soon)

--
Karl Goetz, (Kamping_Kaiser / VK5FOSS)
Debian contributor / gNewSense Maintainer
http://www.kgoetz.id.au
No, I won't join your social networking group

Changed in debomatic:
status: Fix Committed → Fix Released
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.