Skip to content

Falls to Compile on Debian Bookworm Stable #96

Description

@Sepero
root@cloudserver:~# apt update                                                    Hit:1 http://deb.debian.org/debian stable InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.

root@cloudserver:~# apt dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

root@cloudserver:~# git clone --recursive https://github.com/purplei2p/i2pd-tools
Cloning into 'i2pd-tools'...
remote: Enumerating objects: 827, done.
remote: Counting objects: 100% (213/213), done.
remote: Compressing objects: 100% (112/112), done.
remote: Total 827 (delta 119), reused 177 (delta 99), pack-reused 614
Receiving objects: 100% (827/827), 269.17 KiB | 3.69 MiB/s, done.                 Resolving deltas: 100% (444/444), done.
Submodule 'i2pd' (https://github.com/PurpleI2P/i2pd) registered for path 'i2pd'   Cloning into '/root/i2pd-tools/i2pd'...                                           remote: Enumerating objects: 36824, done.
remote: Counting objects: 100% (5544/5544), done.
remote: Compressing objects: 100% (427/427), done.
remote: Total 36824 (delta 5215), reused 5337 (delta 5107), pack-reused 31280     
Receiving objects: 100% (36824/36824), 14.72 MiB | 13.41 MiB/s, done.
Resolving deltas: 100% (26235/26235), done.
Submodule path 'i2pd': checked out 'a6bd8275ca496c75c84d7eb890c0071569d28f55'

root@cloudserver:~# cd i2pd-tools/

root@cloudserver:~/i2pd-tools# ./dependencies.sh
sudo: unable to resolve host cloudserver: Name or service not known
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libboost-chrono-dev is already the newest version (1.74.0.3).
libboost-date-time-dev is already the newest version (1.74.0.3).
libboost-filesystem-dev is already the newest version (1.74.0.3).
libboost-program-options-dev is already the newest version (1.74.0.3).
libboost-system-dev is already the newest version (1.74.0.3).
libboost-thread-dev is already the newest version (1.74.0.3).
libssl-dev is already the newest version (3.0.11-1~deb12u2).
zlib1g-dev is already the newest version (1:1.2.13.dfsg-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

root@cloudserver:~/i2pd-tools# make
make -C i2pd mk_obj_dir libi2pd.a
make[1]: Entering directory '/root/i2pd-tools/i2pd'
make[1]: g++: No such file or directory
Makefile:71: *** recipe commences before first target.  Stop.
make[1]: Leaving directory '/root/i2pd-tools/i2pd'
make: *** [Makefile:91: libi2pd.a] Error 2
root@cloudserver:~/i2pd-tools#

root@cloudserver:~/i2pd-tools# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"                                                                   VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions