David, you're still listed as maintainer for a few OpenBSD ports;

lang/libv8
games/barony
audio/openal

Do you want to remain listed?

The libv8 port is broken following the update to LLVM 13 and I wondered
if you had any suggestions (this is from i386 but same on amd64).
(the newer libv8 in chromium does build ok).

  c++  -pthread -m32 -L/usr/local/lib -L/usr/X11R6/lib -o 
/pobj/libv8-3.16.14.11/v8-3.16.14.11/out/ia32.release/mksnapshot 
-Wl,--start-group 
/pobj/libv8-3.16.14.11/v8-3.16.14.11/out/ia32.release/obj.target/mksnapshot/src/mksnapshot.o
 
/pobj/libv8-3.16.14.11/v8-3.16.14.11/out/ia32.release/obj.target/tools/gyp/libv8_base.a
 
/pobj/libv8-3.16.14.11/v8-3.16.14.11/out/ia32.release/obj.target/tools/gyp/libv8_nosnapshot.a
 -Wl,--end-group -L/usr/local/lib -lexecinfo
  
LD_LIBRARY_PATH=/pobj/libv8-3.16.14.11/v8-3.16.14.11/out/ia32.release/lib.host:/pobj/libv8-3.16.14.11/v8-3.16.14.11/out/ia32.release/lib.target:$LD_LIBRARY_PATH;
 export LD_LIBRARY_PATH; cd ../tools/gyp; mkdir -p 
/pobj/libv8-3.16.14.11/v8-3.16.14.11/out/ia32.release/obj.target/v8_snapshot/geni;
 "/pobj/libv8-3.16.14.11/v8-3.16.14.11/out/ia32.release/mksnapshot" 
--log-snapshot-positions --logfile 
"/pobj/libv8-3.16.14.11/v8-3.16.14.11/out/ia32.release/obj.target/v8_snapshot/geni/snapshot.log"
 
"/pobj/libv8-3.16.14.11/v8-3.16.14.11/out/ia32.release/obj.target/v8_snapshot/geni/snapshot.cc"
Segmentation fault (core dumped) 


# egdb ./v8-3.16.14.11/out/ia32.release/mksnapshot 
./v8-3.16.14.11/tools/gyp/mksnapshot.core
GNU gdb (GDB) 9.2
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "i386-unknown-openbsd7.0".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./v8-3.16.14.11/out/ia32.release/mksnapshot...
[New process 208833]

warning: Unexpected size of section `.reg2/208833' in core file.
Core was generated by `mksnapshot'.
Program terminated with signal SIGSEGV, Segmentation fault.

warning: Unexpected size of section `.reg2/208833' in core file.
#0  0x16eed910 in v8::internal::PagedSpace::EnsureSweeperProgress(long) ()
(gdb) bt
#0  0x16eed910 in v8::internal::PagedSpace::EnsureSweeperProgress(long) ()
#1  0x16eed9bc in v8::internal::PagedSpace::SlowAllocateRaw(int) ()
#2  0x16d3b546 in v8::internal::PagedSpace::AllocateRaw(int) ()
#3  0x16d42d99 in v8::internal::Heap::CreateInitialMaps() ()
#4  0x16d4f3c7 in v8::internal::Heap::SetUp(bool) ()
#5  0x16dcaf74 in v8::internal::Isolate::Init(v8::internal::Deserializer*) ()
#6  0x16f073d3 in v8::internal::V8::Initialize(v8::internal::Deserializer*) ()
#7  0x16cac881 in v8::Context::New(v8::ExtensionConfiguration*, 
v8::Handle<v8::ObjectTemplate>, v8::Handle<v8::Value>) ()
#8  0x16c92e63 in main ()

Reply via email to