All of lore.kernel.org
 help / color / mirror / Atom feed
* bug: 0.5.13 regression in parsing
@ 2025-09-22 19:34 Reilly Brogan
  2025-09-22 20:40 ` Abdullah
  2025-09-23  6:29 ` Herbert Xu
  0 siblings, 2 replies; 10+ messages in thread
From: Reilly Brogan @ 2025-09-22 19:34 UTC (permalink / raw)
  To: dash

I upgraded the dash package on aerynos to v0.5.13 and started seeing 
some build failures in packages that previously built just fine.

Build error:
```
+ make -j 32
   GEN      src/extensions.c
   CC       src/libxcb_errors_la-xcb_errors.lo
./libtool: 369: Syntax error: "}" unexpected
```

And the relevant line in the libtool script:
```
archive_expsym_cmds="echo "{ global:" > $output_objdir/$libname.ver~
             cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> 
$output_objdir/$libname.ver~
             echo "local: *; };" >> $output_objdir/$libname.ver~
             $CC -shared $pic_flag $libobjs $deplibs $compiler_flags 
$wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver 
-o $lib"
```
(I've uploaded the full libtool script at 
https://gist.githubusercontent.com/ReillyBrogan/9a4e6a02e5871fdbeb793a549131e197/raw/5a00be91f0cf38df7706eabc4c0eadcac74e84dd/gistfile1.txt)

Bisecting between 0.5.12 and 0.5.13 reveals that 
e878137f63e61926bbdff7062a558f0143ed5872 is the first bad commit.

Regards,
Reilly


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-09-23 20:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-22 19:34 bug: 0.5.13 regression in parsing Reilly Brogan
2025-09-22 20:40 ` Abdullah
2025-09-23  6:29 ` Herbert Xu
2025-09-23 10:11   ` Harald van Dijk
2025-09-23 10:33     ` Herbert Xu
2025-09-23 10:36       ` Herbert Xu
2025-09-23 10:59         ` Herbert Xu
2025-09-23 11:03         ` Harald van Dijk
2025-09-23 15:00           ` [PATCH] expand: Fix typo in pmatch for wildcard search Herbert Xu
2025-09-23 20:47             ` reilly

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.