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

Martin Pitt martin.pitt at ubuntu.com
Sun Nov 3 17:35:15 UTC 2013


Note, not relevant any more for 13.10 and later as udev is built from
systemd there.

** Also affects: udev (Ubuntu Raring)
   Importance: Undecided
       Status: New

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

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

-- 
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:
  Invalid
Status in “udev” source package in Raring:
  Triaged

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