-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
None
-
None
-
rhel-databases
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
None
libecpg fails to build in CentOS Stream 10, which means it fails to build in RHEL 10.
Here is a link to the latest failed build:
https://kojihub.stream.centos.org/koji/taskinfo?taskID=3533436
The error looks like this:
path.c: In function ‘get_locale_path’: path.c:890:38: error: ‘LOCALEDIR’ undeclared (first use in this function) 890 | make_relative_path(ret_path, LOCALEDIR, PGBINDIR, my_exec_path); | ^~~~~~~~~ path.c:890:38: note: each undeclared identifier is reported only once for each function it appears in path.c: In function ‘get_doc_path’: path.c:899:38: error: ‘DOCDIR’ undeclared (first use in this function) 899 | make_relative_path(ret_path, DOCDIR, PGBINDIR, my_exec_path); | ^~~~~~ path.c: In function ‘get_html_path’: path.c:908:38: error: ‘HTMLDIR’ undeclared (first use in this function) 908 | make_relative_path(ret_path, HTMLDIR, PGBINDIR, my_exec_path); | ^~~~~~~ path.c: In function ‘get_man_path’: path.c:917:38: error: ‘MANDIR’ undeclared (first use in this function) 917 | make_relative_path(ret_path, MANDIR, PGBINDIR, my_exec_path); | ^~~~~~