You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
I downloaded a fresh copy of of dahdi-linux-3.4.0.tar.gz. I extracted it, and cd into the directory. I then ran make and it failed with the following error
Commit d7bbc8a introduced
a regression for kernels older than 6.3.0 by not properly
guarding usage of the RHEL macros. Even though the logic
short-circuits, undefined macros can still be used this way,
so add another #if block to prevent using undefined macros.
Resolves: asterisk#51
Commit d7bbc8a introduced
a regression for non-RHEL distros using kernels older than
6.3.0 by not properly guarding usage of the RHEL macros.
Even though the logic short-circuits, undefined macros can
still be used this way, so add another #if block to prevent
using undefined macros.
Resolves: asterisk#51
Issue: I downloaded a fresh copy of of dahdi-linux-3.4.0.tar.gz. I extracted it, and cd into the directory. I then ran make and it failed with the following error
The new maintainer introduced a regression for this when trying to resolve the issue for RHEL systems. Here is a patch that resolves the issue and should allow you to build: #58
If you install using PhreakScript[1], it also has this (and other) fixes that may be needed.
OS: Debian 10 (Buster)
Kernel: 5.10.0-0.deb10.29-amd64
dahdi-linux release: 3.4.0
Issue:
I downloaded a fresh copy of of dahdi-linux-3.4.0.tar.gz. I extracted it, and cd into the directory. I then ran
make
and it failed with the following errorThe text was updated successfully, but these errors were encountered: