Skip to content

Install uuid-dev for Ubuntu & Debian

Ash McKenzie requested to merge 1359-job-failed-1781418555 into main

What does this Merge Request do and why?

Installing PostgreSQL 12.6 on Ubuntu/Debian recently starting failing with the error message:

checking for uuid_generate in -luuid... no
configure: error: library 'uuid' is required for E2FS UUID

This MR installs uuid-dev for both Ubuntu and Debian which allows successful compilation of PostgreSQL 12.6.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Closes #1359 (closed)

Merge request reports