[Sbcl-help] weird problem with contributes modules

0 views
Skip to first unread message

Jacek Podkanski via Sbcl-help

unread,
Aug 6, 2023, 6:33:50 PM8/6/23
to sbcl...@lists.sourceforge.net
I compile SBCL from source on 3 machines. All have the same git log output. But one, for some reason,keeps saying in the end:

The build seems to have finished successfully, including 18 (out of 19)
contributed modules.

On other machines, all 19 modules are built OK.

Is that anything serious?

===my system info ==========================================
System:
  Kernel: 5.15.0-78-generic x86_64 bits: 64 compiler: gcc v: 11.3.0 Desktop: Cinnamon 5.8.4
    tk: GTK 3.24.33 wm: muffin dm: LightDM Distro: Linux Mint 21.2 Victoria base: Ubuntu 22.04 jammy
Machine:
  Type: Desktop System: Packard Bell product: ixtreme M5850 v: P01-A1 serial: <superuser required>
    Chassis: type: 3 serial: <superuser required>
  Mobo: Packard Bell model: ixtreme M5850 serial: <superuser required> BIOS: American Megatrends
    v: P01-B0 date: 05/19/2011
CPU:
  Info: quad core model: Intel Core i5-2310 bits: 64 type: MCP arch: Sandy Bridge rev: 7 cache:
    L1: 256 KiB L2: 1024 KiB L3: 6 MiB
  Speed (MHz): avg: 1617 high: 1683 min/max: 1600/3200 cores: 1: 1683 2: 1596 3: 1596 4: 1596
    bogomips: 23146
  Flags: avx ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:

Jacek Podkanski via Sbcl-help

unread,
Aug 6, 2023, 6:34:25 PM8/6/23
to sbcl...@lists.sourceforge.net
jacek@jacek-ixtreme-M5850:~/Programming/sbcl$ ls obj/sbcl-home/contrib/sb-*.fasl
obj/sbcl-home/contrib/sb-aclrepl.fasl      obj/sbcl-home/contrib/sb-introspect.fasl
obj/sbcl-home/contrib/sb-bsd-sockets.fasl  obj/sbcl-home/contrib/sb-md5.fasl
obj/sbcl-home/contrib/sb-capstone.fasl     obj/sbcl-home/contrib/sb-mpfr.fasl
obj/sbcl-home/contrib/sb-cltl2.fasl        obj/sbcl-home/contrib/sb-posix.fasl
obj/sbcl-home/contrib/sb-concurrency.fasl  obj/sbcl-home/contrib/sb-queue.fasl
obj/sbcl-home/contrib/sb-cover.fasl        obj/sbcl-home/contrib/sb-rotate-byte.fasl
obj/sbcl-home/contrib/sb-executable.fasl   obj/sbcl-home/contrib/sb-rt.fasl
obj/sbcl-home/contrib/sb-gmp.fasl          obj/sbcl-home/contrib/sb-simple-streams.fasl
obj/sbcl-home/contrib/sb-grovel.fasl       obj/sbcl-home/contrib/sb-sprof.fasl


On Sun, 6 Aug 2023 at 23:28, Jacek Podkanski <ruby....@googlemail.com> wrote:
It is contrib/sb-simd that is not built for some reason

judging from the make.sh and

NCONTRIBS=`ls -1 contrib/sb-*/Makefile | wc -l`
NPASSED=`ls obj/sbcl-home/contrib/sb-*.fasl | wc -l`
echo
echo "The build seems to have finished successfully, including $NPASSED (out of $NCONTRIBS)"


On Sun, 6 Aug 2023 at 23:09, Jacek Podkanski <ruby....@googlemail.com> wrote:
all 3 machines use the following script fragment to install SBCL

  if input.downcase == 'y'
    system('sh ./clean.sh') &&
      system('sh make.sh --dynamic-space-size=4Gb') &&
      system('sudo sh ./install.sh')


Jacek Podkanski via Sbcl-help

unread,
Aug 6, 2023, 6:41:25 PM8/6/23
to sbcl...@lists.sourceforge.net
all 3 machines use the following script fragment to install SBCL

  if input.downcase == 'y'
    system('sh ./clean.sh') &&
      system('sh make.sh --dynamic-space-size=4Gb') &&
      system('sudo sh ./install.sh')



On Sun, 6 Aug 2023 at 23:05, Jacek Podkanski <ruby....@googlemail.com> wrote:

Stas Boukarev

unread,
Aug 6, 2023, 6:48:39 PM8/6/23
to Jacek Podkanski, sbcl...@lists.sourceforge.net
It has no AVX2

_______________________________________________
Sbcl-help mailing list
Sbcl...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sbcl-help

Jacek Podkanski via Sbcl-help

unread,
Aug 6, 2023, 6:59:17 PM8/6/23
to sbcl...@lists.sourceforge.net
It is contrib/sb-simd that is not built for some reason

judging from the make.sh and

NCONTRIBS=`ls -1 contrib/sb-*/Makefile | wc -l`
NPASSED=`ls obj/sbcl-home/contrib/sb-*.fasl | wc -l`
echo
echo "The build seems to have finished successfully, including $NPASSED (out of $NCONTRIBS)"


On Sun, 6 Aug 2023 at 23:09, Jacek Podkanski <ruby....@googlemail.com> wrote:
Reply all
Reply to author
Forward
0 new messages