Skip to content
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

Update ultralight to 1.4.0 #6522

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Open

Update ultralight to 1.4.0 #6522

wants to merge 9 commits into from

Conversation

luadebug
Copy link
Contributor

@luadebug luadebug commented Mar 5, 2025

  1. Maybe its best to wait for solution over gtk3 (its dependency libxkbcommon => install libxkbcommon 1.0.3 .. failed) package according to error log and last 2-3 CI runs (Fedora/ArchLinux).
    Could it be
    package:add("deps", "wayland")
    package:add("deps", "wayland", "wayland-protocols")
    As per meson.build:445:12: ERROR: Problem encountered: The Wayland xkbcli programs require wayland-client >= 1.2.0, wayland-protocols >= 1.7 which were not found. You can disable the Wayland xkbcli programs with -Denable-wayland=false.. looks like it helped now it stuck over at-spi2-core. £_£
Sanity check compile stdout:

-----
Sanity check compile stderr:

-----
Running test binary command:  /github/home/.xmake/cache/packages/2503/a/at-spi2-core/2.53.90/source/build_e279916b/meson-private/sanitycheckc.exe

meson.build:1:0: ERROR: Executables created by c compiler cc are not runnable.

Moved to look over at spi2 core #6530
Any insight?

Details
error: /__w/xmake-repo/xmake-repo/packages/u/ultralight/xmake.lua:85: ...gramdir/core/sandbox/modules/import/core/tool/linker.lua:75: @programdir/core/sandbox/modules/os.lua:273: /usr/sbin/ld: warning: libfontconfig.so.1, needed by /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so, not found (try using -rpath or -rpath-link)
/usr/sbin/ld: warning: libgtk-3.so.0, needed by /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so, not found (try using -rpath or -rpath-link)
/usr/sbin/ld: warning: libgdk-3.so.0, needed by /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so, not found (try using -rpath or -rpath-link)
/usr/sbin/ld: warning: libpangocairo-1.0.so.0, needed by /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so, not found (try using -rpath or -rpath-link)
/usr/sbin/ld: warning: libpango-1.0.so.0, needed by /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so, not found (try using -rpath or -rpath-link)
/usr/sbin/ld: warning: libharfbuzz.so.0, needed by /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so, not found (try using -rpath or -rpath-link)
/usr/sbin/ld: warning: libatk-1.0.so.0, needed by /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so, not found (try using -rpath or -rpath-link)
/usr/sbin/ld: warning: libcairo-gobject.so.2, needed by /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so, not found (try using -rpath or -rpath-link)
/usr/sbin/ld: warning: libcairo.so.2, needed by /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so, not found (try using -rpath or -rpath-link)
/usr/sbin/ld: warning: libgdk_pixbuf-2.0.so.0, needed by /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so, not found (try using -rpath or -rpath-link)
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcDefaultSubstitute'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcCharSetAddChar'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcConfigCreate'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcPatternDestroy'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `gtk_widget_destroy'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcLangSetHasLang'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcPatternAddLangSet'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `gtk_main'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `gtk_window_set_title'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcLangSetDestroy'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `gtk_main_quit'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcPatternRemove'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcConfigDestroy'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `gtk_init'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcPatternCreate'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcPatternAddCharSet'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcFontSetAdd'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `gtk_window_set_position'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcFontSetCreate'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcCharSetDestroy'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcPatternAddString'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcFontSetMatch'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcFontMatch'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcPatternGet'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcPatternAddBool'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `gtk_message_dialog_new'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcPatternFilter'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcObjectSetBuild'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcPatternGetLangSet'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcObjectSetDestroy'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcPatternAddInteger'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `gtk_widget_show_all'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcInit'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcPatternFormat'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcLangSetAdd'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcConfigSubstitute'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcLangSetCreate'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcPatternGetString'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcCharSetCreate'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcPatternDuplicate'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `gtk_window_get_type'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcFontSetDestroy'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `FcPatternAddDouble'
/usr/sbin/ld: /github/home/.xmake/packages/u/ultralight/1.4.0-beta/47e633d191dc4ee3a356fc0ddbf63a9a/lib/libAppCore.so: undefined reference to `gtk_widget_get_type'
collect2: error: ld returned 1 exit status
  1. Is adding arm64 possible in this case/scenario?

@luadebug luadebug marked this pull request as draft March 5, 2025 20:00
@luadebug luadebug marked this pull request as ready for review March 5, 2025 21:35
@luadebug luadebug changed the title Add ultralight 1.4.0 Update ultralight to 1.4.0 Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant