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

Ubuntu Foundations Team Bug Bot 1123251 at bugs.launchpad.net
Wed Feb 13 12:19:43 UTC 2013


The attachment "udev-175-0ubuntu17-configure-target.patch" of this bug
report has been identified as being a patch.  The ubuntu-reviewers team
has been subscribed to the bug report so that they can review the patch.
In the event that this is in fact not a patch you can resolve this
situation by removing the tag 'patch' from the bug report and editing
the attachment so that it is not flagged as a patch.  Additionally, if
you are member of the ubuntu-reviewers team please also unsubscribe the
team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

-- 
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:
  New

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