Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
can't build vte291 with --enable-test-application
Version-Release number of selected component (if applicable):
vte291-0.46.1-1.el7
How reproducible:
100%
Steps to Reproduce:
1. ./configure --enable-test-application
2. make check
3.
Actual results:
# make check
Making check in src
make[1]: Entering directory `/home/test/rpmbuild/BUILD/vte-0.46.1/src'
GEN vteresources.cc
make check-am
make[2]: Entering directory `/home/test/rpmbuild/BUILD/vte-0.46.1/src'
CXX libvte_2_91_la-vteresources.lo
CXXLD libvte-2.91.la
GISCAN Vte-2.91.gir
pty.cc:959: Warning: Vte: invalid "transfer" annotation for gint: only valid for array, struct, union, boxed, object and interface types
pty.cc:990: Warning: Vte: invalid "transfer" annotation for gint: only valid for array, struct, union, boxed, object and interface types
vtegtk.cc:2352: Warning: Vte: Unknown container Type(target_fundamental=utf8, ctype=char*) for element-type annotation
VAPIGEN vte-2.91.vapi
GEN appresources.c
CC vte_2_91-appresources.o
CCLD vte-2.91
CCLD testvte
GICOMP Vte-2.91.gir
make dumpkeys reflect-text-view reflect-vte mev table xticker vteconv vtestream-file test-vtetypes \
check-doc-syntax.sh test-vte-sh.sh
make[3]: Entering directory `/home/test/rpmbuild/BUILD/vte-0.46.1/src'
make[3]: `dumpkeys' is up to date.
make[3]: `reflect-text-view' is up to date.
CCLD reflect-vte
make[3]: `mev' is up to date.
make[3]: `table' is up to date.
make[3]: `xticker' is up to date.
CXX vteconv-vteconv.o
vteconv.cc: In function ‘void test_zero_byte_passthrough()’:
vteconv.cc:644:13: warning: variable ‘i’ set but not used [-Wunused-but-set-variable]
int i;
^
vteconv.cc: In function ‘int main(int, char**)’:
vteconv.cc:774:40: error: missing sentinel in function call [-Werror=format=]
g_test_init (&argc, &argv, NULL);
^
cc1plus: some warnings being treated as errors
make[3]: *** [vteconv-vteconv.o] Error 1
make[3]: Leaving directory `/home/test/rpmbuild/BUILD/vte-0.46.1/src'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/test/rpmbuild/BUILD/vte-0.46.1/src'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/test/rpmbuild/BUILD/vte-0.46.1/src'
make: *** [check-recursive] Error 1
Expected results:
build should be successful
Additional info:
Forwarded upstream: https://bugzilla.gnome.org/show_bug.cgi?id=780146 (solution is also presented there).
Note that --enable-test-application is irrelevant (that's a test application as the name says, rather than unittests as in "make check", and that's the default anyways).
Description of problem: can't build vte291 with --enable-test-application Version-Release number of selected component (if applicable): vte291-0.46.1-1.el7 How reproducible: 100% Steps to Reproduce: 1. ./configure --enable-test-application 2. make check 3. Actual results: # make check Making check in src make[1]: Entering directory `/home/test/rpmbuild/BUILD/vte-0.46.1/src' GEN vteresources.cc make check-am make[2]: Entering directory `/home/test/rpmbuild/BUILD/vte-0.46.1/src' CXX libvte_2_91_la-vteresources.lo CXXLD libvte-2.91.la GISCAN Vte-2.91.gir pty.cc:959: Warning: Vte: invalid "transfer" annotation for gint: only valid for array, struct, union, boxed, object and interface types pty.cc:990: Warning: Vte: invalid "transfer" annotation for gint: only valid for array, struct, union, boxed, object and interface types vtegtk.cc:2352: Warning: Vte: Unknown container Type(target_fundamental=utf8, ctype=char*) for element-type annotation VAPIGEN vte-2.91.vapi GEN appresources.c CC vte_2_91-appresources.o CCLD vte-2.91 CCLD testvte GICOMP Vte-2.91.gir make dumpkeys reflect-text-view reflect-vte mev table xticker vteconv vtestream-file test-vtetypes \ check-doc-syntax.sh test-vte-sh.sh make[3]: Entering directory `/home/test/rpmbuild/BUILD/vte-0.46.1/src' make[3]: `dumpkeys' is up to date. make[3]: `reflect-text-view' is up to date. CCLD reflect-vte make[3]: `mev' is up to date. make[3]: `table' is up to date. make[3]: `xticker' is up to date. CXX vteconv-vteconv.o vteconv.cc: In function ‘void test_zero_byte_passthrough()’: vteconv.cc:644:13: warning: variable ‘i’ set but not used [-Wunused-but-set-variable] int i; ^ vteconv.cc: In function ‘int main(int, char**)’: vteconv.cc:774:40: error: missing sentinel in function call [-Werror=format=] g_test_init (&argc, &argv, NULL); ^ cc1plus: some warnings being treated as errors make[3]: *** [vteconv-vteconv.o] Error 1 make[3]: Leaving directory `/home/test/rpmbuild/BUILD/vte-0.46.1/src' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/home/test/rpmbuild/BUILD/vte-0.46.1/src' make[1]: *** [check] Error 2 make[1]: Leaving directory `/home/test/rpmbuild/BUILD/vte-0.46.1/src' make: *** [check-recursive] Error 1 Expected results: build should be successful Additional info: