yledoare / ydfs

Your Distro From Scratch
3 stars 1 forks source link

Error to compile network-manager-applet #10

Closed Boyquotes closed 4 months ago

Boyquotes commented 4 months ago

Hola!

The normal build fail at the network manager applet compilation : Here the message provide by docker log:

540/966 :  https://download.gnome.org/sources/network-manager-applet/1.24/network-manager-applet-1.24.0.tar.xz 
Get https://download.gnome.org/sources/network-manager-applet/1.24/network-manager-applet-1.24.0.tar.xz .... 
https://download.gnome.org/sources/network-manager-applet/1.24/network-manager-applet-1.24.0.tar.xz
Building network-manager-applet-1.24.0 in progress, LOG: /home/linuxconsole2024/ydfs/src/network-manager-applet-1.24.0/ydfs-log ... 
Start at 20:41 - 10/05/2024 
db-autobuild from build_ydfs_package - logfile
 FAILED /home/linuxconsole2024/ydfs/src/network-manager-applet-1.24.0 
 Error log at /home/linuxconsole2024/ydfs/src/network-manager-applet-1.24.0/ydfs-error 
Exit 1
Exit db-lcarchive https://download.gnome.org/sources/network-manager-applet/1.24/network-manager-applet-1.24.0.tar.xz, because /home/linuxconsole2024/ydfs-error exists 
make: *** [Makefile:205: /home/linuxconsole2024/x86_64/buildenv] Error 1

And the log file associated :

cat /home/linuxconsole2024/ydfs/src/network-manager-applet-1.24.0/ydfs-log 
Package source : network-manager-applet-1.24.0 CC : , PREFIX : /home/linuxconsole2024/x86_64/
Look for /home/linuxconsole2024/src/ydfs/2.10/packages/patches/network-manager-applet-1.24.0.diff
patching file meson.build
Hunk #1 succeeded at 253 (offset -1 lines).
Hunk #2 succeeded at 273 (offset -1 lines).
-Dselinux=false
The Meson build system
Version: 0.63.0
Source dir: /home/linuxconsole2024/ydfs/src/network-manager-applet-1.24.0
Build dir: /home/linuxconsole2024/ydfs/src/network-manager-applet-1.24.0/build
Build type: native build
Project name: network-manager-applet
Project version: 1.24.0
C compiler for the host machine: cc (gcc 11.4.0 "cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0")
C linker for the host machine: cc ld.bfd 2.38
Host machine cpu family: x86_64
Host machine cpu: x86_64
Checking for type "pid_t" : YES 
Compiler for C supports arguments -fdata-sections -ffunction-sections: YES 
Compiler for C supports link arguments -Wl,--gc-sections: YES 
Compiler for C supports arguments -Wdeclaration-after-statement: YES 
Compiler for C supports arguments -Wformat=2: YES 
Compiler for C supports arguments -Wimplicit-fallthrough: YES 
Compiler for C supports arguments -Winit-self: YES 
Compiler for C supports arguments -Wmissing-declarations: YES 
Compiler for C supports arguments -Wmissing-include-dirs: YES 
Compiler for C supports arguments -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wno-duplicate-decl-specifier: YES 
Compiler for C supports arguments -Wno-format-truncation: YES 
Compiler for C supports arguments -Wno-format-y2k: YES 
Compiler for C supports arguments -Wno-missing-field-initializers: YES 
Compiler for C supports arguments -Wno-pragmas: YES 
Compiler for C supports arguments -Wno-sign-compare: YES 
Compiler for C supports arguments -Wno-unused-parameter: YES 
Compiler for C supports arguments -Wshadow: YES 
Compiler for C supports arguments -Wstrict-prototypes: YES 
Compiler for C supports arguments -Wundef: YES 
Compiler for C supports arguments -Wvla: YES 
Found pkg-config: /home/linuxconsole2024/x86_64/bin/pkg-config (0.29.2)
Run-time dependency gio-2.0 found: YES 2.78.4
Run-time dependency gmodule-export-2.0 found: YES 2.78.4
Run-time dependency libsecret-1 found: YES 0.20.4
Run-time dependency libnma found: YES 1.8.34
Library m found: YES
Run-time dependency gtk+-3.0 found: YES 3.24.23
Run-time dependency gudev-1.0 found: YES 237
Run-time dependency libnotify found: YES 0.7.6
Run-time dependency libnm found: YES 1.38.2
Found CMake: /usr/bin/cmake (3.22.1)
Run-time dependency ayatana-appindicator3-0.1 found: NO (tried pkgconfig and cmake)
Run-time dependency appindicator3-0.1 found: NO (tried pkgconfig and cmake)

../meson.build:170:6: ERROR: Assert failed: Neither Ubuntu's AppIndicator nor Ayatana AppIndicator found.

A full log can be found at /home/linuxconsole2024/ydfs/src/network-manager-applet-1.24.0/build/meson-logs/meson-log.txt
Boyquotes commented 4 months ago

When I retried, I have another error due to the build repository already exist:

540/966 :  https://download.gnome.org/sources/network-manager-applet/1.24/network-manager-applet-1.24.0.tar.xz 
https://download.gnome.org/sources/network-manager-applet/1.24/network-manager-applet-1.24.0.tar.xz
Building network-manager-applet-1.24.0 in progress, LOG: /home/linuxconsole2024/ydfs/src/network-manager-applet-1.24.0/ydfs-log ... 
Start at 11:01 - 11/05/2024 
db-autobuild from build_ydfs_package - logfile

 FAILED /home/linuxconsole2024/ydfs/src/network-manager-applet-1.24.0 

 mkdir: impossible de créer le répertoire « build »: File exists 

 Error log at /home/linuxconsole2024/ydfs/src/network-manager-applet-1.24.0/ydfs-error 

Exit 1
Exit db-lcarchive https://download.gnome.org/sources/network-manager-applet/1.24/network-manager-applet-1.24.0.tar.xz, because /home/linuxconsole2024/ydfs-error exists 
make: *** [Makefile:205: /home/linuxconsole2024/x86_64/buildenv] Error 1