FS#68258 - [linux-atm] doesn't build

Attached to Project: Arch Linux
Opened by Christer Solskogen (solskogen) - Wednesday, 14 October 2020, 20:37 GMT
Last edited by Felix Yan (felixonmars) - Saturday, 21 August 2021, 09:38 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
linux-atm doesn't build

Additional info:

gcc -DHAVE_CONFIG_H -I. -I../.. -I./../q2931 -I./../saal -I. -D_FORTIFY_SOURCE=2 -I../../src/include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT atmdump.o -MD -MP -MF .deps/atmdump.Tpo -c -o atmdump.o atmdump.c
atmdump.c: In function ‘main’:
atmdump.c:142:18: error: ‘SIOCGSTAMP’ undeclared (first use in this function); did you mean ‘SIOCGARP’?
142 | if (ioctl(s,SIOCGSTAMP,&stamp) < 0) {
| ^~~~~~~~~~
| SIOCGARP
atmdump.c:142:18: note: each undeclared identifier is reported only once for each function it appears in
make[3]: *** [Makefile:471: atmdump.o] Error 1
make[3]: Leaving directory '/home/solskogen/linux-atm/repos/extra-x86_64/src/linux-atm-2.5.2/src/maint'
make[2]: *** [Makefile:268: all-recursive] Error 1
make[2]: Leaving directory '/home/solskogen/linux-atm/repos/extra-x86_64/src/linux-atm-2.5.2/src'
make[1]: *** [Makefile:308: all-recursive] Error 1
make[1]: Leaving directory '/home/solskogen/linux-atm/repos/extra-x86_64/src/linux-atm-2.5.2'
make: *** [Makefile:237: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...

This task depends upon

Closed by  Felix Yan (felixonmars)
Saturday, 21 August 2021, 09:38 GMT
Reason for closing:  Fixed
Additional comments about closing:  linux-atm 2.5.2-7
thanks loqs!
Comment by loqs (loqs) - Wednesday, 14 October 2020, 20:52 GMT Comment by loqs (loqs) - Monday, 26 April 2021, 00:23 GMT
PKGBUILd.diff includes the linux 5.2 compatibility patch and a printf string formatting patch.
It also prefixes all patches with the packages name.

Loading...