[Home]

Summary:ASTERISK-25288: Configure fails to detect uuid-devel on Fedora 22
Reporter:Jeffrey Walton (noloader@gmail.com)Labels:
Date Opened:2015-07-28 20:06:37Date Closed:2015-07-29 10:50:07
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:13.4.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Fedora 22, x86_64Attachments:( 0) config.log
Description:localhost asterisk-13.4.0]$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
...
checking for uuid_generate_random in -luuid... no
checking for uuid_generate_random in -le2fs-uuid... no
checking for uuid_generate_random... no
configure: error: *** uuid support not found (this typically means the uuid development package is missing)

Then:
localhost asterisk-13.4.0]$ sudo yum install uuid-devel
...
Last metadata expiration check performed 2:44:32 ago on Tue Jul 28 18:29:43 2015.
Package uuid-devel-1.6.2-28.fc22.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!
Comments:By: Asterisk Team (asteriskteam) 2015-07-28 20:06:38.132-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Jeffrey Walton (noloader@gmail.com) 2015-07-28 20:27:36.162-0500

Transcript for configure.

By: Joshua C. Colp (jcolp) 2015-07-28 20:31:10.411-0500

The install_prereq script uses "libuuid-devel". Is this available/installed?

By: Jeffrey Walton (noloader@gmail.com) 2015-07-28 20:37:04.829-0500

Yes Josh, that was it. Thanks.

(Sorry about the report. This seems to be a pain point on distros in general).

By: Jeffrey Walton (noloader@gmail.com) 2015-07-28 20:47:25.845-0500

Josh, related to the "Core/BuildSystem" change, my apologies for that. I attempted to find "Configure". Maybe it would be possible to alias "Configure" to "Core/BuildSystem" so folks like you don't have to cleanup for folks like me :)

By: Asterisk Team (asteriskteam) 2015-07-28 20:47:26.630-0500

This issue has been reopened as a result of your commenting on it as the reporter. It will be triaged once again as applicable.