https://bugzilla.redhat.com/show_bug.cgi?id=2268548
Bug ID: 2268548 Summary: perl-Verilog-Perl-3.482-1.fc41 FTBFS: cc1plus: fatal error: VParseBison.c: No such file or directory compilation terminated. Product: Fedora Version: rawhide Status: NEW Component: perl-Verilog-Perl Assignee: jplesnik@redhat.com Reporter: ppisar@redhat.com QA Contact: extras-qa@fedoraproject.org CC: jplesnik@redhat.com, perl-devel@lists.fedoraproject.org Target Milestone: --- Classification: Fedora
A local build of perl-Verilog-Perl-3.482-1.fc41 in mock failed for me:
make[1]: Entering directory '/builddir/build/BUILD/Verilog-Perl-3.482/Parser' rm -rf VParseBison.c VParseBison.cpp bison --version | head -1 bison (GNU Bison) 3.8.2 Note: toolhash ignores VParseBison.output; remove gen/ if you want to debug the grammar Note: If the next command fails, you probably need to install Bison 1.875 or newer "/usr/bin/perl" ../Preproc/toolhash --verbose --name bisonpre --vercmd bison --skip-cmd 1 \ --in VParseBison.y bisonpre \ --out VParseBison.c VParseBison.h \ --cmd "/usr/bin/perl" bisonpre --yacc bison --debug --verbose --d -p VParseBison -k VParseBison.y -o VParseBison.c edit VParseBison.y VParseBison_pretmp.y bison -t -d -k -v --report=itemset --report=lookahead -p VParseBison -b VParseBison_pretmp -o VParseBison_pretmp.c VParseBison_pretmp.y edit VParseBison_pretmp.output VParseBison.output edit VParseBison_pretmp.c VParseBison.c edit VParseBison_pretmp.h VParseBison.h toolhash: Cache hit running bisonpre mv VParseBison.c VParseBison.cpp make[1]: Leaving directory '/builddir/build/BUILD/Verilog-Perl-3.482/Parser' [...] make[1]: Entering directory '/builddir/build/BUILD/Verilog-Perl-3.482/Parser' g++ -c -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switc hes -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURC E=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong - specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../Preproc -g -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -DVERSION="3.482" -DXS_VERSION="3.482" -fPIC "-I/usr/lib64/perl5/CORE" VParseBison.c cc1plus: fatal error: VParseBison.c: No such file or directory compilation terminated. make[1]: *** [Makefile:335: VParseBison.o] Error 1
This looks like a race among parallel Makefile jobs.
https://bugzilla.redhat.com/show_bug.cgi?id=2268548
Filipe Rosset rosset.filipe@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |CURRENTRELEASE Status|NEW |CLOSED CC| |rosset.filipe@gmail.com Last Closed| |2026-03-04 12:22:46
--- Comment #2 from Filipe Rosset rosset.filipe@gmail.com --- already fixed in current rawhide, so closing this one
Finish: rpmbuild perl-Verilog-Perl-3.482-7.fc45.src.rpm Finish: build phase for perl-Verilog-Perl-3.482-7.fc45.src.rpm
perl-devel@lists.fedoraproject.org