Menu

Issue with CDE on Debian 11 Bullseye GNU/Linux

2021-08-30
2021-11-10
  • Richard Seo

    Richard Seo - 2021-08-30

    Hello. I recently bought a new PC and installed Debian GNU/Linux 11 bullseye on it, and now I am trying to install cde.
    I today cloned from fresh git, did what the instruction say for dependencies and configure and those commands. After I built successfully with make, and did make install, these appear:

    Making install in parser
    make[3]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser'
    Making install in pass1
    make[4]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1'
    Making install in util
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/util'
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/util'
    make[6]: Nothing to be done for 'install-exec-am'.
    make[6]: Nothing to be done for 'install-data-am'.
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/util'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/util'
    Making install in build
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/build'
    make  install-am
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/build'
    make[7]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/build'
    make[7]: Nothing to be done for 'install-exec-am'.
    make[7]: Nothing to be done for 'install-data-am'.
    make[7]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/build'
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/build'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/build'
    Making install in eltdef
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/eltdef'
    make  install-am
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/eltdef'
    make[7]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/eltdef'
    make[7]: Nothing to be done for 'install-exec-am'.
    make[7]: Nothing to be done for 'install-data-am'.
    make[7]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/eltdef'
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/eltdef'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/eltdef'
    Making install in helptag
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/helptag'
    make  install-am
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/helptag'
    make[7]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/helptag'
    make[7]: Nothing to be done for 'install-exec-am'.
    make[7]: Nothing to be done for 'install-data-am'.
    make[7]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/helptag'
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/helptag'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/helptag'
    Making install in parser
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/parser'
    make  install-am
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/parser'
    make[7]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/parser'
     /usr/bin/mkdir -p '/usr/dt/bin'
      /bin/bash ../../../../../libtool   --mode=install /usr/bin/install -c dthelp_htag1 '/usr/dt/bin'
    libtool: install: /usr/bin/install -c .libs/dthelp_htag1 /usr/dt/bin/dthelp_htag1
    make[7]: Nothing to be done for 'install-data-am'.
    make[7]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/parser'
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/parser'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1/parser'
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1'
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1'
    make[6]: Nothing to be done for 'install-exec-am'.
    make[6]: Nothing to be done for 'install-data-am'.
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1'
    make[4]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass1'
    Making install in canon1
    make[4]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1'
    Making install in util
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/util'
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/util'
    make[6]: Nothing to be done for 'install-exec-am'.
    make[6]: Nothing to be done for 'install-data-am'.
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/util'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/util'
    Making install in build
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/build'
    make  install-am
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/build'
    make[7]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/build'
    make[7]: Nothing to be done for 'install-exec-am'.
    make[7]: Nothing to be done for 'install-data-am'.
    make[7]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/build'
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/build'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/build'
    Making install in eltdef
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/eltdef'
    make  install-am
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/eltdef'
    make[7]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/eltdef'
    make[7]: Nothing to be done for 'install-exec-am'.
    make[7]: Nothing to be done for 'install-data-am'.
    make[7]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/eltdef'
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/eltdef'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/eltdef'
    Making install in helptag
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/helptag'
    make  install-am
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/helptag'
    make[7]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/helptag'
    make[7]: Nothing to be done for 'install-exec-am'.
    make[7]: Nothing to be done for 'install-data-am'.
    make[7]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/helptag'
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/helptag'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/helptag'
    Making install in parser
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/parser'
    make  install-am
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/parser'
    make[7]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/parser'
     /usr/bin/mkdir -p '/usr/dt/bin'
      /bin/bash ../../../../../libtool   --mode=install /usr/bin/install -c dthelp_ctag1 '/usr/dt/bin'
    libtool: install: /usr/bin/install -c .libs/dthelp_ctag1 /usr/dt/bin/dthelp_ctag1
    make[7]: Nothing to be done for 'install-data-am'.
    make[7]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/parser'
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/parser'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1/parser'
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1'
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1'
    make[6]: Nothing to be done for 'install-exec-am'.
    make[6]: Nothing to be done for 'install-data-am'.
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1'
    make[4]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/canon1'
    Making install in pass2
    make[4]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2'
    Making install in util
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/util'
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/util'
    make[6]: Nothing to be done for 'install-exec-am'.
    make[6]: Nothing to be done for 'install-data-am'.
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/util'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/util'
    Making install in build
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/build'
    make  install-am
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/build'
    make[7]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/build'
    make[7]: Nothing to be done for 'install-exec-am'.
    make[7]: Nothing to be done for 'install-data-am'.
    make[7]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/build'
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/build'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/build'
    Making install in eltdef
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/eltdef'
    make  install-am
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/eltdef'
    make[7]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/eltdef'
    make[7]: Nothing to be done for 'install-exec-am'.
    make[7]: Nothing to be done for 'install-data-am'.
    make[7]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/eltdef'
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/eltdef'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/eltdef'
    Making install in htag2
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/htag2'
    make  install-am
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/htag2'
    make[7]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/htag2'
    make[7]: Nothing to be done for 'install-exec-am'.
    make[7]: Nothing to be done for 'install-data-am'.
    make[7]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/htag2'
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/htag2'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/htag2'
    Making install in parser
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/parser'
    make  install-am
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/parser'
    make[7]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/parser'
     /usr/bin/mkdir -p '/usr/dt/bin'
      /bin/bash ../../../../../libtool   --mode=install /usr/bin/install -c dthelp_htag2 '/usr/dt/bin'
    libtool: install: /usr/bin/install -c .libs/dthelp_htag2 /usr/dt/bin/dthelp_htag2
    make[7]: Nothing to be done for 'install-data-am'.
    make[7]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/parser'
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/parser'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2/parser'
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2'
    make[6]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2'
    make[6]: Nothing to be done for 'install-exec-am'.
    make[6]: Nothing to be done for 'install-data-am'.
    make[6]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2'
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2'
    make[4]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/pass2'
    Making install in helptag
    make[4]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/helptag'
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/helptag'
     /usr/bin/mkdir -p '/usr/dt/bin'
     /usr/bin/install -c dthelptag '/usr/dt/bin'
    make[5]: Nothing to be done for 'install-data-am'.
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/helptag'
    make[4]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser/helptag'
    make[4]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser'
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser'
    make[5]: Nothing to be done for 'install-exec-am'.
    make[5]: Nothing to be done for 'install-data-am'.
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser'
    make[4]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser'
    make[3]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp/parser'
    make[3]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp'
    make[4]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp'
    make[4]: Nothing to be done for 'install-exec-am'.
    make[4]: Nothing to be done for 'install-data-am'.
    make[4]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp'
    make[3]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp'
    make[2]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dthelp'
    Making install in nsgmls
    make[2]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/nsgmls'
    make[3]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/nsgmls'
     /usr/bin/mkdir -p '/usr/dt/bin'
      /bin/bash ../../libtool   --mode=install /usr/bin/install -c nsgmls '/usr/dt/bin'
    libtool: install: /usr/bin/install -c nsgmls /usr/dt/bin/nsgmls
    make[3]: Nothing to be done for 'install-data-am'.
    make[3]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/nsgmls'
    make[2]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/nsgmls'
    Making install in dtdocbook
    make[2]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook'
    Making install in lib
    make[3]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/lib'
    Making install in tptregexp
    make[4]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/lib/tptregexp'
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/lib/tptregexp'
    make[5]: Nothing to be done for 'install-exec-am'.
    make[5]: Nothing to be done for 'install-data-am'.
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/lib/tptregexp'
    make[4]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/lib/tptregexp'
    make[4]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/lib'
    make[5]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/lib'
    make[5]: Nothing to be done for 'install-exec-am'.
    make[5]: Nothing to be done for 'install-data-am'.
    make[5]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/lib'
    make[4]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/lib'
    make[3]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/lib'
    Making install in instant
    make[3]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/instant'
    make[4]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/instant'
    make[4]: Nothing to be done for 'install-exec-am'.
    make[4]: Nothing to be done for 'install-data-am'.
    make[4]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/instant'
    make[3]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/instant'
    Making install in xlate_locale
    make[3]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/xlate_locale'
    make[4]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/xlate_locale'
    make[4]: Nothing to be done for 'install-exec-am'.
    make[4]: Nothing to be done for 'install-data-am'.
    make[4]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/xlate_locale'
    make[3]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook/xlate_locale'
    make[3]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook'
    make[4]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook'
    make[4]: Nothing to be done for 'install-exec-am'.
    make[4]: Nothing to be done for 'install-data-am'.
    make[4]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook'
    make[3]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook'
    make[2]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs/dtdocbook'
    make[2]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs'
    make[3]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/programs'
    make[3]: Nothing to be done for 'install-exec-am'.
    make[3]: Nothing to be done for 'install-data-am'.
    make[3]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs'
    make[2]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs'
    make[1]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/programs'
    Making install in include
    make[1]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/include'
    make[2]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde/include'
    make[2]: Nothing to be done for 'install-exec-am'.
     /usr/bin/mkdir -p '/usr/dt/include'
     /usr/bin/mkdir -p '/usr/dt/include/Tt'
     /usr/bin/install -c -m 644  Tt/tt_c.h Tt/tttk.h '/usr/dt/include/Tt'
     /usr/bin/mkdir -p '/usr/dt/include/csa'
     /usr/bin/install -c -m 644  csa/csa.h '/usr/dt/include/csa'
     /usr/bin/mkdir -p '/usr/dt/include/Dt'
     /usr/bin/install -c -m 644  Dt/Editor.h Dt/TermPrim.h Dt/Term.h Dt/HelpDialog.h Dt/Help.h Dt/HelpQuickD.h Dt/Print.h Dt/Mrm.h Dt/Dt.h Dt/Action.h Dt/Dnd.h Dt/Dts.h Dt/Session.h Dt/Saver.h Dt/Wsm.h Dt/MsgLog.h Dt/ComboBox.h Dt/SpinBox.h Dt/MenuButton.h Dt/Info.h Dt/Search.h Dt/Mmdb.h '/usr/dt/include/Dt'
    make[2]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/include'
    make[1]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde/include'
    make[1]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde'
    make[2]: Entering directory '/home/hexagonwin/cdesktopenv-code/cde'
    make[2]: Nothing to be done for 'install-exec-am'.
     /usr/bin/mkdir -p '/usr/dt'
     /usr/bin/install -c -m 644 CONTRIBUTORS COPYING copyright HISTORY README.md '/usr/dt'
    make[2]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde'
    make[1]: Leaving directory '/home/hexagonwin/cdesktopenv-code/cde'
    root@iNavaN5:/home/hexagonwin/cdesktopenv-code/cde# 
    

    (A little longer but my terminal emulator's maximum scroll is that)

    And I used the stock lightdm to run CDE, but when I do so, the application manager doesn't work, and help viewer shows nothing. Dual monitor order is also incorrect but this seems like just an X settings error..
    Anyway, when I launch Application manager, it only gives the mssage saying

    File Manager Open Directory Error
    
    (Ban sign icon) The folder specification,
    /var/dt/appconfig/appmanager/hexagonwin-iNavaN5-0
    does not exist.
              [ OK ]
    

    And using terminal I tried to go to the directory /var/dt and the folder was completely blank.

    What shall I do...?? Thanks..

    by the way: I uninstalled sudo and installed doas (github.com/slicer69/doas) instead, can this be the cause?

     

    Last edit: Richard Seo 2021-08-30
    • -

      - - 2021-08-31

      Use dtlogin to login once. It will create the directory for you.

       
      • Richard Seo

        Richard Seo - 2021-08-31

        Thanks! I'll try it. :)

         
      • Richard Seo

        Richard Seo - 2021-08-31

        Hello, it did work, however the help files seemes to be keep missing :( Do you know a way to fix it? I'd like the help menus to appear correctly.. Thanks!

         
        • -

          - - 2021-09-01

          The doc for dthelp cannot be built yet.

           
          • Richard Seo

            Richard Seo - 2021-09-01

            Oh.. I guess that got broken while changing some components...??
            When I installed cde like 6 months ago on my laptop running debian 10, I used the command make World to build and it had the help files.
            (But I could select to not build by doing make World.dev..)

             
            • -

              - - 2021-09-01

              Yes, it's changing and in developing. The master branch has been migrated to Autotools. You can download the 2.4.0 version if you need doc.

               
    • Paul Wise

      Paul Wise - 2021-09-07

      Are you planning on packaging cdesktopenv for Debian? If so, these pages might be helpful:

      https://bugs.debian.org/689098
      https://mentors.debian.net/intro-maintainers

       
      • Richard Seo

        Richard Seo - 2021-09-13

        Hello, I'm just a user and is not planning to be a maintainer of the cdesktopenv package.
        Thanks.

         
  • Roger Brown

    Roger Brown - 2021-11-08

    Hi, I am going through the process of formal packaging cdesktopenv for many operating systems. https://sourceforge.net/p/rhubarb-pi/wiki/cdesktopenv/ . I am now going through the process of updating these from 2.3.2 to 2.4.0. Using the packages keeps your system much cleaner and manageable. The dtlogin-service package manages the required services for Linux. https://sourceforge.net/projects/rhubarb-pi/files/debian/11/ . Regards.

     

    Last edit: Roger Brown 2021-11-08
  • Danilo Pecher

    Danilo Pecher - 2021-11-10

    The current version is not yet in a state to be shipped. The dtinfo does currently not build and the help system is missing

     

Log in to post a comment.