-
Notifications
You must be signed in to change notification settings - Fork 485
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Ubuntu 24.04 support [Fixed network plugin for new Wireshark head…
…ers, add building LLVM and libosi]
- Loading branch information
SneakyFoxy
authored and
SneakyFoxy
committed
Jan 21, 2025
1 parent
0ae118a
commit 46bc4a9
Showing
45 changed files
with
3,796 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
# Panda dependencies | ||
# Note that libcapstone >= v4.1 is also required, but that's not available in apt | ||
git | ||
libdwarf1 | ||
libjsoncpp-dev | ||
# libllvm11 | ||
libprotobuf-c-dev | ||
libvte-2.91-0 | ||
libwireshark-dev | ||
libwiretap-dev | ||
# Fixes config.h build error | ||
wireshark-dev | ||
libxen-dev | ||
libz3-dev | ||
python3 | ||
python3-pip | ||
wget | ||
|
||
# pyperipheral (only needed for armel) | ||
libpython3-dev | ||
|
||
# pypanda dependencies | ||
genisoimage | ||
libffi-dev | ||
python3-protobuf | ||
python3-colorama | ||
|
||
# Not sure what this one is needed for | ||
liblzo2-2 | ||
|
||
# apt-rdepends qemu-system-common | ||
acl | ||
libc6 | ||
libcap-ng0 | ||
libcap2 | ||
libgbm1 | ||
libglib2.0-0 | ||
libglib2.0-dev | ||
zlib1g-dev | ||
libgnutls30 | ||
libnettle8 | ||
libpixman-1-0 | ||
libvirglrenderer1 | ||
|
||
# apt-rdepends qemu-block-extra | ||
libcurl3-gnutls | ||
libglib2.0-0 | ||
libiscsi7 | ||
librados2 | ||
librbd1 | ||
libssh-4 | ||
|
||
# apt-rdepends qemu-system-arm, seems most of the system-[arch]es have same dependencies | ||
libaio1t64 | ||
libasound2t64 | ||
libbrlapi-dev | ||
libc6 | ||
libcacard0 | ||
libepoxy0 | ||
libfdt1 | ||
libgbm1 | ||
libgcc-s1 | ||
libglib2.0-0 | ||
libgnutls30 | ||
libibverbs1 | ||
libjpeg8 | ||
libncursesw6 | ||
libnuma1 | ||
libpixman-1-0 | ||
libpmem1 | ||
libpng16-16 | ||
librdmacm1 | ||
libsasl2-2 | ||
libseccomp2 | ||
libslirp0 | ||
libspice-server1 | ||
libstdc++6 | ||
libtinfo6 | ||
libusb-1.0-0 | ||
libusbredirparser1 | ||
libvirglrenderer1 | ||
zlib1g | ||
|
||
# rr2 dependencies | ||
libarchive-dev | ||
libssl-dev | ||
|
||
# libosi build dependecies | ||
pkg-config | ||
libglib2.0-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
libc++-dev | ||
libelf-dev | ||
libtool-bin | ||
libwireshark-dev | ||
libwiretap-dev | ||
# lsb-core | ||
zip | ||
|
||
# panda build deps | ||
# Note libcapstone-dev is required, but we need v4 + which isn't in apt | ||
build-essential | ||
chrpath | ||
# clang-11 | ||
gcc | ||
libdwarf-dev | ||
libprotoc-dev | ||
# llvm-11-dev | ||
protobuf-c-compiler | ||
protobuf-compiler | ||
python3-dev | ||
libpixman-1-dev | ||
zip | ||
|
||
# pypanda dependencies | ||
python3-setuptools | ||
python3-wheel | ||
|
||
# pypanda test dependencies | ||
gcc-multilib | ||
libc6-dev-i386 | ||
nasm | ||
|
||
# Qemu build deps | ||
debhelper | ||
device-tree-compiler | ||
libgnutls28-dev | ||
libaio-dev | ||
libasound2-dev | ||
libattr1-dev | ||
libbrlapi-dev | ||
libcacard-dev | ||
libcap-dev | ||
libcap-ng-dev | ||
libcurl4-gnutls-dev | ||
libdrm-dev | ||
libepoxy-dev | ||
libfdt-dev | ||
libgbm-dev | ||
libibumad-dev | ||
libibverbs-dev | ||
libiscsi-dev | ||
libjpeg-dev | ||
libncursesw5-dev | ||
libnuma-dev | ||
libpmem-dev | ||
libpng-dev | ||
libpulse-dev | ||
librbd-dev | ||
librdmacm-dev | ||
libsasl2-dev | ||
libseccomp-dev | ||
libslirp-dev | ||
libspice-protocol-dev | ||
libspice-server-dev | ||
libssh-dev | ||
libudev-dev | ||
libusb-1.0-0-dev | ||
libusbredirparser-dev | ||
libvirglrenderer-dev | ||
nettle-dev | ||
python3 | ||
python3-sphinx | ||
texinfo | ||
uuid-dev | ||
xfslibs-dev | ||
zlib1g-dev | ||
libc6.1-dev-alpha-cross | ||
|
||
# qemu build deps that conflict with gcc-multilib | ||
#gcc-alpha-linux-gnu | ||
#gcc-powerpc64-linux-gnu | ||
#gcc-s390x-linux-gnu | ||
|
||
# rust install deps | ||
curl | ||
|
||
# libosi install deps | ||
cmake | ||
ninja-build | ||
rapidjson-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
This directory contains eggs that were downloaded by setuptools to build, test, and run plug-ins. | ||
|
||
This directory caches those eggs to prevent repeated downloads. | ||
|
||
However, it is safe to delete this directory. | ||
|
17 changes: 17 additions & 0 deletions
17
panda/python/core/.eggs/setuptools_scm-8.1.0-py3.12.egg/EGG-INFO/LICENSE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
Oops, something went wrong.