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

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Wed Sep 15 10:35:51 BST 2021


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

--- Comment #10 from andrey at technepisteme.xyz ---
(In reply to Luke Kenneth Casson Leighton from comment #5)
> andrey as a temporary measure rerun coriolisEnv.py put its output into
> ~/coriolisenv
> 
> source that.
Did as you said, my coriolisenv was indeed empty.

(In reply to Luke Kenneth Casson Leighton from comment #6)
> /home//alliance
> to
> /home/{HOMEUSERACCOUNTNAME}/alliance
> 
> without that the install library location is not found hence
> the reason why, obviously, the libraries cannot be found.
Also added the missing {HOMEUSERACCOUNTNAME}.

(In reply to Luke Kenneth Casson Leighton from comment #7)
> $SUDO_USER likely empty var.
> needs #!/bin/bash at top
I added "#!/bin/bash" to the top of coriolisenv, is that where you added it?

Still the same issue with libMut occurred.



(In reply to Luke Kenneth Casson Leighton from comment #3)
> libAbl_la_LDFLAGS    = -version-info @ABL_DLL_VERSION@ -L../../aut/src \
>                                                        -L../../mbk/src
> 
> add extra bit to src/abl/src/Makefile.am
I also made the change to "src/abl/src/Makefile.am" and now during "sudo make
install" I get an error about libAut:
/usr/bin/ld: cannot find -lAut
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:628: libBdd.la] Error 1
make[2]: Leaving directory '/home/rohdo/alliance/build/bdd/src'
make[1]: *** [Makefile:524: install-recursive] Error 1
make[1]: Leaving directory '/home/rohdo/alliance/build/bdd'
make: *** [Makefile:570: install-recursive] Error 1

> 
> rerun autostuff (manually)
> rerun make install (manually, as root)
> 
> repeat until success
How many times should I try? I tried three times.

Also at the end of autostuff, I get the following warnings:
configure.ac:3:
https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.ac:5: installing './compile'
configure.ac:3: installing './missing'
abe/src/Makefile.am: installing './depcomp'
ocp/src/placer/Makefile.am:5: warning: 'INCLUDES' is the old name for
'AM_CPPFLAGS' (or '*_CPPFLAGS')

They are probably not important, right?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list