-
-
Notifications
You must be signed in to change notification settings - Fork 173
I can´t install Flutter-Pi #169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i am relativly new to linux and raspbian and |
can you execute |
I already tryed this and dist upgrade too |
oh sry I tryed apt-get update |
I have done this and it says on all upgrades faild to retrive http//... temporary failture to resove raspbian.raspberrypi.org |
it also says this when i do apt-get upgrade |
coud it be that the server is down? |
ok it seems like my pi is the problem I will use a backup and try it again on monday |
On the new device it worked, |
Thank you again |
`sudo apt install cmake libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdrm-dev libgbm-dev ttf-mscorefonts-installer fontconfig libsystemd-dev libinput-dev libudev-dev libxkbcommon-dev
[sudo] Passwort für pi:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
fontconfig ist schon die neueste Version (2.13.1-2).
fontconfig wurde als manuell installiert festgelegt.
libxkbcommon-dev ist schon die neueste Version (0.8.2-1).
libxkbcommon-dev wurde als manuell installiert festgelegt.
cmake ist schon die neueste Version (3.16.3-3~bpo10+1).
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:
Die folgenden Pakete haben unerfüllte Abhängigkeiten:
libegl1 : Hängt ab von: libegl-mesa0 soll aber nicht installiert werden
E: Fehler: Unterbrechungen durch pkgProblemResolver::Resolve hervorgerufen; dies könnte durch zurückgehaltene Pakete verursacht worden sein.
`
libegl-mesa0 is not availabel for raspbian but libegl1 depends on it
where am i wrong?
`cmake ..
-- CMAKE_BUILD_TYPE not set, defaulting to Release.
-- The C compiler identification is GNU 8.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Generator .............. Unix Makefiles
-- Build Type ............. Release
-- Flutter Channel not set, defaulting to stable
-- Flutter Channel ........ stable
-- Engine SHA1 ............ 2dce47073a378673f6ca095e91b8065544c3a881
-- PKG_CONFIG_PATH ........
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
-- Checking for module 'libdrm'
-- No package 'libdrm' found
CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:493 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:677 (_pkg_check_modules_internal)
CMakeLists.txt:89 (pkg_check_modules)
-- Configuring incomplete, errors occurred!
See also "/home/pi/flutter-pi/build/CMakeFiles/CMakeOutput.log".
`
and is this related to the other problem?
libdrm is also not available for raspbian.
The text was updated successfully, but these errors were encountered: