[Libre-soc-bugs] [Bug 696] New: [Coroliosis 2] Library libMut Not Found During Alliance Install

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Tue Sep 14 17:25:48 BST 2021


https://bugs.libre-soc.org/show_bug.cgi?id=696

            Bug ID: 696
           Summary: [Coroliosis 2] Library libMut Not Found During
                    Alliance Install
           Product: Libre-SOC's first SoC
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: CONFIRMED
          Severity: major
          Priority: High
         Component: Source Code
          Assignee: lkcl at lkcl.net
          Reporter: andrey at technepisteme.xyz
                CC: libre-soc-bugs at lists.libre-soc.org
            Blocks: 138
   NLnet milestone: ---

Created attachment 142
  --> https://bugs.libre-soc.org/attachment.cgi?id=142&action=edit
Full log (everything that was sent by redirection from standard out) from clean
run of "coriolis_install"

Installation occured on fresh installation of Debian Buster 10.10.
The latest "dev-env-setup" scripts were used (also tested before my commits
changed "mk-deb-chroot", same issue).

First, "mk-deb-chroot" was invoked and the chroot [libresoc] was created.
Then "dev-env-setup" folder was copied from the host system to the newly
created chroot (into /opt/chroot/$chrootdir/home/$SUDO_USER/).

After getting into the chroot environment with 
schroot -c libresoc
the script "coriolis_install" was called (as user, not root).

The script was able to install the necessary apt packages, yosys, and
coriolis-2.x, however produced an error when installing alliance.

Attached is the full log (everything that was sent by redirection from standard
out) from clean run of "coriolis_install".



The error is related to the library libMut.
Searching for the relevant files using "find . -name libMut*",
I find the expected library shared objects:
./build/mbk/src/.libs/libMut.so.4.0.2
./build/mbk/src/.libs/libMut.so.4
./build/mbk/src/.libs/libMut.so
./build/mbk/src/.libs/libMut.a
./build/mbk/src/.libs/libMut.lai
./build/mbk/src/.libs/libMut.la
./build/mbk/src/libMut.la
./install/lib/libMut.so.4.0.2
./install/lib/libMut.so.4
./install/lib/libMut.so
./install/lib/libMut.la
./install/lib/libMut.a

This is a blocker, because lvx and cgt fail to properly install (the example
arm_chip_cts_r" is not found).


I'm not sure if my system is missing certain packages/libraries, or if there's
another issue.


Referenced Bugs:

https://bugs.libre-soc.org/show_bug.cgi?id=138
[Bug 138] NLNet 2019 Coriolis2 Layout proposal 2019-10-029
-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list