Hi,
A student has updated his laptop to Fedora 42.
When trying to build myExample (makeBaseApp.pl -t example myExample) he gets the following error:
Updating VCS header ../O.Common/myexampleVersion.h
from: myexampleVERSION = "2025-05-12T10:46+0200"
to: myexampleVERSION = "2025-05-12T10:47+0200"
/usr/bin/gcc -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSE_TYPED_RSET -D_X86_64_ -DUNIX -Dlinux -O3 -g -Wall -Werror-implicit-function-declaration -mtune=generic -m64 -fPIC -I. -I../O.Common -I. -I. -I.. -I../../../include/compiler/gcc -I../../../include/os/Linux -I../../../include -I/home/d/EPICS/epics-base/include/compiler/gcc -I/home/d/EPICS/epics-base/include/os/Linux -I/home/d/EPICS/epics-base/include -MM -MF devmyexampleVersion.d ../devmyexampleVersion.c
perl -CSD /home/d/EPICS/epics-base/bin/linux-x86_64/genVersionHeader.pl -t ../../.. -N myexampleVERSION -V "" ../O.Common/myexampleVersion.h
Keeping VCS header ../O.Common/myexampleVersion.h
myexampleVERSION = "2025-05-12T10:47+0200"
/usr/bin/gcc -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSE_TYPED_RSET -D_X86_64_ -DUNIX -Dlinux -O3 -g -Wall -Werror-implicit-function-declaration -mtune=generic -m64 -fPIC -I. -I../O.Common -I. -I. -I.. -I../../../include/compiler/gcc -I../../../include/os/Linux -I../../../include -I/home/d/EPICS/epics-base/include/compiler/gcc -I/home/d/EPICS/epics-base/include/os/Linux -I/home/d/EPICS/epics-base/include -c ../xxxRecord.c
../xxxRecord.c: In function ‘init_record’:
../xxxRecord.c:101:21: error: too many arguments to function ‘pdset->init_record’; expected 0, have 1
101 | if((status=(*pdset->init_record)(prec))) return(status);
| ~^~~~~~~~~~~~~~~~~~~~ ~~~~
../xxxRecord.c:74:17: note: declared here
74 | DEVSUPFUN init_record; /*returns: (-1,0)=>(failure,success)*/
| ^~~~~~~~~~~
../xxxRecord.c: In function ‘process’:
../xxxRecord.c:121:13: error: too many arguments to function ‘pdset->read_xxx’; expected 0, have 1
121 | status=(*pdset->read_xxx)(prec);
| ~^~~~~~~~~~~~~~~~~ ~~~~
../xxxRecord.c:76:17: note: declared here
76 | DEVSUPFUN read_xxx;
| ^~~~~~~~
make[1]: *** [/home/d/EPICS/epics-base/configure/RULES_BUILD:260: xxxRecord.o] Error 1
make[1]: Leaving directory '/home/d/Desktop/temp/myexampleApp/src/O.linux-x86_64'
make: *** [/home/d/EPICS/epics-base/configure/RULES_ARCHS:58: install.linux-x86_64] Error 2
Is that known?
Danke Heinz
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
- Replies:
- Re: fedora 42 and makeBaseApp -t example Ralph Lange via Tech-talk
- Navigate by Date:
- Prev:
RE: How to know which CA client(IP address) modified a PV Mercado, Ronaldo (DLSLtd, RAL, LSCI) via Tech-talk
- Next:
Re: fedora 42 and makeBaseApp -t example Ralph Lange via Tech-talk
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
<2025>
- Navigate by Thread:
- Prev:
Re: Build Problem for IOC Federico Galdenzi via Tech-talk
- Next:
Re: fedora 42 and makeBaseApp -t example Ralph Lange via Tech-talk
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
<2025>
|