← Back to team overview

linux-traipu team mailing list archive

[Bug 879128] Re: race condition in make install libdrizzle-1.0.pc

 

** Changed in: drizzle
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/879128

Title:
  race condition in make install libdrizzle-1.0.pc

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  Fix Released

Bug description:
  There is bug in our build/install process that manifests occasionally.
  It looks like "install" sometimes tries to write a file into a
  directory that does not yet exist, which tells me there is an
  undeclared dependency in make, resulting in a race condition

  Here is a Jenkins log of it happening:

  http://jenkins.drizzle.org/view/Drizzle-build/job/drizzle-build-
  debian-testing-64bit/1588/console

  And the lines of interest:

   /usr/bin/install -c -m 644 support-files/libdrizzle-1.0.pc '/home/hudson/hudson/workspace/drizzle-build-debian-testing-64bit/drizzle7-2011.10.27.2444/_inst/lib/pkgconfig'
  /usr/bin/install: cannot create regular file `/home/hudson/hudson/workspace/drizzle-build-debian-testing-64bit/drizzle7-2011.10.27.2444/_inst/lib/pkgconfig/libdrizzle-1.0.pc': File exists
   /bin/bash ./libtool   --mode=install /usr/bin/install -c   drizzled/message/libdrizzledmessage.la libdrizzle-1.0/libdrizzle/libdrizzle.la libdrizzle-2.0/libdrizzle/libdrizzle-2.0.la '/home/hudson/hudson/workspace/drizzle-build-debian-testing-64bit/drizzle7-2011.10.27.2444/_inst/lib'
  make[4]: *** [install-pkgconfigDATA] Error 1
  make[4]: *** Waiting for unfinished jobs....

  ..m

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/879128/+subscriptions


References