[Libre-soc-bugs] [Bug 787] Add an ikiwiki underlay for nmutil.git and/or openpower-isa.git
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Tue Apr 5 00:28:59 BST 2022
https://bugs.libre-soc.org/show_bug.cgi?id=787
--- Comment #37 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #36)
> (In reply to Jacob Lifshay from comment #35)
>
> > only problem left is somehow the apt install is installing an entire
> > graphical userspace (systemd, and a bunch of other junk), it takes like 7min
> > straight just to unpack everything, idk which package is responsible...any
> > ideas? (respond on mailing list rather than this bug)
>
> graphviz, xdot.
well...from running:
apt-cache depends --quiet --no-suggests --no-conflicts --no-breaks
--no-replaces --no-enhances --recurse autoconf bison build-essential ccache
clang cmake curl flex gawk git gperf graphviz libboost-program-options-dev
libffi-dev libftdi-dev libgmp-dev libreadline-dev mercurial pkg-config python
python3 python3-dev python3-pip python3-setuptools python3-wheel tcl-dev xdot
it turns out that systemd is installed by xdot (trimmed dependencies):
xdot
Depends: gir1.2-gtk-3.0
gir1.2-gtk-3.0
Depends: libgtk-3-common
libgtk-3-common
|Depends: dconf-gsettings-backend
dconf-gsettings-backend
Depends: dconf-service
dconf-service
Depends: <dbus-session-bus>
dbus-user-session
dbus-user-session
Depends: systemd
I wouldn't have expected that, I'd expect xdot to maybe install some X11
libraries and graphviz and that's it...
> consider "python3 setup.py develop --no-deps" for nmigen
> and install the dependencies manually.
nmigen isn't the problem...
graphviz and xdot are in the SymbiYosys dependency list:
https://symbiyosys.readthedocs.io/en/latest/install.html
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list