Skip to content

Commit 74d2c0d

Browse files
committed
Improve gendef.pl diagnostic on failure to open sym file
There have been numerous buildfarm failures but the diagnostic is currently silent about the reason for failure to open the file. Let's see if we can get to the bottom of it. Backpatch to all live branches.
1 parent adee9e4 commit 74d2c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/gendef.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sub dumpsyms
3232
sub extract_syms
3333
{
3434
my ($symfile, $def) = @_;
35-
open(my $f, '<', $symfile) || die "Could not open $symfile for $_\n";
35+
open(my $f, '<', $symfile) || die "Could not open $symfile for $_: $!\n";
3636
while (<$f>)
3737
{
3838

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy