Summary: | DAHLIN-00369: DAHDI fails to build with 5.0.9 on fedora29 | ||
Reporter: | Alex Regan (gossamer) | Labels: | |
Date Opened: | 2019-04-26 07:51:03 | Date Closed: | 2019-05-31 08:37:31 |
Priority: | Major | Regression? | |
Status: | Closed/Complete | Components: | dahdi (the module) |
Versions: | 2.11.1 | Frequency of Occurrence | Constant |
Related Issues: | |||
Environment: | fedora 29 Linux orion.inside.guardiandigital.com 5.0.9-200.fc29.x86_64 #1 SMP Mon Apr 22 00:55:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux | Attachments: | |
Description: | # git clone git://git.asterisk.org/dahdi/linux dahdi-linux
# cd dahdi-linux # make install Compiling fails with: CC [M] /root/dahdi-linux/drivers/dahdi/oct612x/oct612x-user.o /root/dahdi-linux/drivers/dahdi/oct612x/oct612x-user.c: In function ‘Oct6100UserGetTime’: /root/dahdi-linux/drivers/dahdi/oct612x/oct612x-user.c:38:2: error: implicit declaration of function ‘do_gettimeofday’; did you mean ‘do_settimeofday64’? [-Werror=implicit-function-declaration] do_gettimeofday(&tv); ^~~~~~~~~~~~~~~ do_settimeofday64 | ||
Comments: | By: Shaun Ruffell (sruffell) 2019-04-26 08:18:03.360-0500 Hi Alex, I bet this is a duplicate of DAHLIN-368. You could try the patch posted on that issue to see if it works for you on fedora29. |