Commit Graph
764102 Commits
Author SHA1 Message Date
Fabian Affolter f74aa07740 python313Packages.xkcdpass: 1.19.9 -> 1.20.0 2025-03-07 17:40:53 +01:00
Weijia WangandGitHub 367d294bb3 dxx-rebirth: 0.60.0-beta2-unstable-2024-12-07 -> 0.60.0-beta2-unstable-2025-01-12 (#367869) 2025-03-07 17:37:33 +01:00
Pol DellaieraandGitHub 3cf0517adc vscode-extensions.mongodb.mongodb-vscode: 1.12.0 -> 1.12.1 (#387943) 2025-03-07 17:24:20 +01:00
Bjørn Forsman d5a5652917 apache-directory-studio: remove redundant parenthesis 2025-03-07 17:22:36 +01:00
Bjørn Forsman b707af9ad1 apache-directory-studio: fix startup by creating /tmp/SWT-GDBusServer
Before:

  $ ./result/bin/ApacheDirectoryStudio
  SWT WebKitGDBus: error creating DBus server Error binding to address (GUnixSocketAddress): No such file or directory
  SWT WebKit: error initializing DBus server, dBusServer == 0

  (Apache Directory Studio:1218305): GLib-GIO-CRITICAL **: 15:17:33.727: g_dbus_server_get_client_address: assertion 'G_IS_DBUS_SERVER (server)' failed
  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x00007fe033c36f48, pid=1218305, tid=1218306
  #
  # JRE version: OpenJDK Runtime Environment (21.0.5+1) (build 21.0.5+1-nixos)
  # Java VM: OpenJDK 64-Bit Server VM (21.0.5+1-nixos, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
  # Problematic frame:
  # C  [libswt-gtk-4940r23.so+0x36f48]  Java_org_eclipse_swt_internal_C_strlen+0xf
  #
  # Core dump will be written. Default location: Core dumps may be processed with "/nix/store/jz45idky1nhvf3c9gz20ds2py19kdvgf-systemd/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /home/bf/nixpkgs/core.1218305)
  #
  # An error report file with more information is saved as:
  # /home/bf/nixpkgs/hs_err_pid1218305.log
  [2.073s][warning][os] Loading hsdis library failed
  #
  # If you would like to submit a bug report, please visit:
  #   https://bugreport.java.com/bugreport/crash.jsp
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.
  #

After:

  $ ./result/bin/ApacheDirectoryStudio
  ** (WebKitWebProcess:1221467): ERROR **: 15:18:35.064: Failed to create server: Error binding to address (GUnixSocketAddress): No such file or directory

...but the GUI opens and the application seems fine.
Tested on NixOS with GNOME (Wayland).

Fixes https://github.com/nixos/nixpkgs/issues/333377.
2025-03-07 17:22:36 +01:00
Bjørn Forsman 83d69521ca apache-directory-studio: add missing glib
Fix loading the SWT library by adding glib to the runtime library
search path.

Before:

  $ ./result/bin/ApacheDirectoryStudio
  ApacheDirectoryStudio:
  An error has occurred. See the log file
  /home/bf/.eclipse/1900982865_linux_gtk_x86_64/configuration/1740319909191.log.

where the log file contains

  !SESSION 2025-02-23 15:11:49.037 -----------------------------------------------
  eclipse.buildId=unknown
  java.version=21.0.5
  java.vendor=N/A
  BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
  Framework arguments:  /studio-rcp/resources/icons/linux/studio.xpm
  Command-line arguments:  -os linux -ws gtk -arch x86_64 /studio-rcp/resources/icons/linux/studio.xpm

  !ENTRY org.eclipse.osgi 4 0 2025-02-23 15:11:49.771
  !MESSAGE Application error
  !STACK 1
  java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
  	no swt-pi4-gtk-4940r23 in java.library.path: /nix/store/l1rnlmalihpfg7aj9lxh4mv5ffnqx6qi-webkitgtk-2.46.6+abi=4.0/lib:/etc/sane-libs:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
  	no swt-pi4-gtk in java.library.path: /nix/store/l1rnlmalihpfg7aj9lxh4mv5ffnqx6qi-webkitgtk-2.46.6+abi=4.0/lib:/etc/sane-libs:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
  	Can't load library: /home/bf/.swt/lib/linux/x86_64/libswt-pi4-gtk-4940r23.so
  	Can't load library: /home/bf/.swt/lib/linux/x86_64/libswt-pi4-gtk.so

  	at org.eclipse.swt.internal.Library.loadLibrary(Library.java:338)
  	at org.eclipse.swt.internal.Library.loadLibrary(Library.java:257)
  	at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:96)
  	at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:209)
  	at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:155)
  	at org.eclipse.swt.widgets.Display.<clinit>(Display.java:163)
  	at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:726)
  	at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:168)
  	at org.apache.directory.studio.Application.start(Application.java:47)
  	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
  	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
  	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
  	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
  	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
  	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
  	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
  	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
  	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
  	at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
  	at org.eclipse.equinox.launcher.Main.main(Main.java:1434)

It's worth noting, that when the program fails to load
libswt-pi4-gtk-*.so, it has libswt-pi3-gtk-*.so available (it is put
there by the application):

  $ tree ~/.swt
  /home/bf/.swt
  └── lib
      └── linux
          └── x86_64
              └── libswt-pi3-gtk-4940r23.so

After:

  (a different runtime error, possibly only seen on some DEs -- will be
  fixed in next commit)
2025-03-07 17:22:36 +01:00
TomaSajtandBjørn Forsman 6fa5cb30e5 electron{,-bin}: add tomasajt as a maintainer 2025-03-07 17:15:38 +01:00
Bjørn Forsman 1f465bbe41 jenkins: 2.492.1 -> 2.492.2
https://www.jenkins.io/changelog-stable/#v2.492.2
2025-03-07 17:13:24 +01:00
Gaétan LepageandGitHub d2c9668398 uv: 0.6.4 -> 0.6.5 (#387927) 2025-03-07 17:01:06 +01:00
Weijia WangandGitHub 5af94f8bb2 matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 1.8.3 -> 1.9.2 (#366023) 2025-03-07 16:50:23 +01:00
R. Ryantm 2eebfbb886 vscode-extensions.mongodb.mongodb-vscode: 1.12.0 -> 1.12.1 2025-03-07 15:48:05 +00:00
Gaétan LepageandGitHub 83b6ab03fb python312Packages.huggingface-hub: 0.29.1 -> 0.29.2 (#387293) 2025-03-07 16:46:19 +01:00
misuzuandGitHub f3b9f47891 nixos/umurmur: init (#387580) 2025-03-07 17:46:10 +02:00
Weijia WangandGitHub 74680bc6fb aerospike: 8.0.0.2 -> 8.0.0.4 (#384445) 2025-03-07 16:45:32 +01:00
Gaétan LepageandGitHub 1137c471ee seagoat: 0.50.1 -> 0.54.3 (#387910) 2025-03-07 16:41:19 +01:00
Niklas HambüchenandGitHub 7175b2d9bf ceph: 19.2.0 -> 19.2.1 (#381075) 2025-03-07 16:24:00 +01:00
f91fa97e67 renode-dts2repl: 0-unstable-2025-02-19 -> 0-unstable-2025-03-05 (#387883)
Co-authored-by: otavio <otavio@ossystems.com.br>
2025-03-07 15:21:42 +00:00
Bobby RongandGitHub b18dc74d13 Pantheon updates 2024-03-07 (#387627) 2025-03-07 23:08:16 +08:00
misilelabandGaetan Lepage 64f84905a5 uv: 0.6.4 -> 0.6.5
https://github.com/astral-sh/uv/releases/tag/0.6.5

Signed-off-by: misilelab <misileminecord@gmail.com>
2025-03-07 16:05:43 +01:00
Gaétan LepageandGitHub 35ce970576 python312Packages.pyiceberg: 0.8.1 -> 0.9.0 (#387827) 2025-03-07 15:43:07 +01:00
Gaétan LepageandGitHub dbcbf49d39 python312Packages.pymc: 5.21.0 -> 5.21.1 (#387831) 2025-03-07 15:42:41 +01:00
AleksanaandGitHub b61a7b7e9f hurl: Use nix curl instead of bundled curl to enable http2 support (#387593) 2025-03-07 22:39:37 +08:00
SandroandGitHub bee08b3640 python312Packages.pgcli: 4.1.0 -> 4.2.0 (#387898) 2025-03-07 15:19:03 +01:00
Robert HensingandGitHub 58551fd7fa netlify-cli: 18.0.4 -> 18.1.0 (#384433) 2025-03-07 15:11:41 +01:00
R. RyantmandSandro Jäckel b4ed4f95be python312Packages.pgcli: 4.1.0 -> 4.2.0 2025-03-07 14:46:59 +01:00
Gaetan Lepage c6e2327f62 seagoat: 0.50.1 -> 0.54.3
Diff:
https://github.com/kantord/SeaGOAT/compare/refs/tags/v0.50.1...v0.54.3

Changelog: https://github.com/kantord/SeaGOAT/blob/v0.54.3/CHANGELOG.md
2025-03-07 14:32:00 +01:00
Donovan GloverandGitHub 6b31915a00 komac: migrate to finalAttrs (#387439) 2025-03-07 13:20:40 +00:00
Gaétan LepageandGitHub 66bf805d9d typst: 0.13.0 -> 0.13.1 (#387877) 2025-03-07 14:18:59 +01:00
Tristan RossandAlyssa Ross decbece965 llvmPackages_{12,13,14,15,16,17,18,19,20,git}.llvm: move patches out of common 2025-03-07 14:18:48 +01:00
Tristan RossandAlyssa Ross 2b28900a1f llvmPackages_{12,13,14,15,16,17,18,19,20,git}.lldb: move patches out of common 2025-03-07 14:18:28 +01:00
Tristan RossandAlyssa Ross 394ef62fb0 llvmPackages_{12,13,14,15,16,17,18,19,20,git}.libcxx: move patches out of common 2025-03-07 14:18:04 +01:00
Tristan RossandAlyssa Ross c330ebeb4f llvmPackages_{12,13,14,15,16,17,18,19,20,git}.compiler-rt: move patches out of common 2025-03-07 14:17:38 +01:00
Tristan RossandAlyssa Ross 946113bbf7 llvmPackages_{12,13,14,15,16,17,18,19,20,git}.openmp: move patches out of common 2025-03-07 14:16:58 +01:00
Tristan RossandAlyssa Ross 1a148262f4 llvmPackages_{12,13,14,15,16,17,18,19,20,git}.libunwind: move patches out of common 2025-03-07 14:16:40 +01:00
Tristan RossandAlyssa Ross 20e4f33f16 llvmPackages_{12,13,14,15,16,17,18,19,20,git}.lld: move patches out of common 2025-03-07 14:16:16 +01:00
Tristan RossandAlyssa Ross e85abae0ae llvmPackages_{12,13,14,15,16,17,18,19,20,git}.clang: move patches out of common 2025-03-07 14:15:33 +01:00
Tristan RossandAlyssa Ross 41d68f672d llvmPackages_{19,20,git}.bolt: move patches out of common 2025-03-07 14:15:11 +01:00
72a9bc94bc wit-bindgen: 0.39.0 -> 0.40.0 (#387792)
Co-authored-by: xrelkd <xrelkd@users.noreply.github.com>
2025-03-07 13:15:05 +00:00
Ben ChandandGitHub 8079fb45d5 postgresqlPackages.pg_tle: init at 1.4.0 (#387868) 2025-03-07 14:06:51 +01:00
AleksanaandGitHub b67ba45f8b python3Packages.aria2p: Change python3Packages.appdirs to python3Packages.platformdirs in dependencies (#380746) 2025-03-07 21:02:34 +08:00
Jonas HeinrichandGitHub 6b8084c9ec opensnitch-ui: 1.6.7 -> 1.6.8 (#387648) 2025-03-07 13:52:39 +01:00
Bobby Rong c11fb08f6f pantheon.appcenter: 8.0.1 -> 8.1.0
https://github.com/elementary/appcenter/compare/8.0.1...8.1.0
2025-03-07 20:50:47 +08:00
AleksanaandGitHub 4ef7f3b7d2 scite: 5.5.4 -> 5.5.5 (#385027) 2025-03-07 20:47:19 +08:00
AleksanaandGitHub d1e408cd51 pacparser: add darwin support (#347951) 2025-03-07 20:45:34 +08:00
R. Ryantmandsternenseemann 73caa97ac7 fcft: 3.1.10 -> 3.2.0 2025-03-07 13:44:05 +01:00
Emily StrunzandAlyssa Ross 132a324ab3 linux_latest-libre: 19712 -> 19729
kernel version 6.6.80 fails to compile without this patch
2025-03-07 13:39:19 +01:00
bd750b5d3c gancio: 1.23.1 -> 1.24.0 (#387847)
Co-authored-by: jbgi <jbgi@users.noreply.github.com>
2025-03-07 12:32:14 +00:00
TomaandGitHub b23e7d4ee6 vyxal: update mill dependency to use fetchurl for version and URL locking (#387820) 2025-03-07 13:07:57 +01:00
Sefa EyeogluandGitHub ef0f3cb053 libsForQt5.qtstyleplugin-kvantum: 1.1.3 -> 1.1.4 (#386896) 2025-03-07 13:00:17 +01:00
Gaétan LepageandGitHub c54d175b92 zed-editor: 0.176.2 -> 0.176.3 (#387808) 2025-03-07 12:58:34 +01:00