[Bug 1123251] Re: udev build after source -sa build fails due to missing configure target

Launchpad Bug Tracker 1123251 at bugs.launchpad.net
Fri Nov 1 20:17:01 UTC 2013


Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: udev (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to udev in Ubuntu.
https://bugs.launchpad.net/bugs/1123251

Title:
  udev build after source -sa build fails due to missing configure
  target

Status in “udev” package in Ubuntu:
  Confirmed

Bug description:
  If you do a source-with-tarball udev build then all subsequent builds
  will fail because the configure file has been removed and there is no
  configure: target to remake it

  apt-get source udev
  cd udev-175
  dpkg-buildpackage -S -sa
  dpkg-buildpackage -B

  results in 
   debian/rules build
  make: *** No rule to make target `configure', needed by `build-deb/config.status'.  Stop.

  The source is shipped with a configure file but there is no configure: target, only a 
  # Configure the package                                                                                                                                        
  debian/autoreconf.after:                                                                                                                                       
          dh_autoreconf

  Interestingly, if you do a dpkg-builpackage -S before the -B then it's
  fine. Something about -sa makes it remove the various autogenerated
  files.

  Adding this seems to fix it:
  configure: debian/autoreconf.after

  but maybe that always runs dh_autoreconf and it didn't before? I don;t
  fully grok how this stuff interacts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/1123251/+subscriptions



More information about the foundations-bugs mailing list