Package Details: onedrive-abraunegg 2.5.10-1

Git Clone URL: https://aur.archlinux.org/onedrive-abraunegg.git (read-only, click to copy)
Package Base: onedrive-abraunegg
Description: Free OneDrive client written in D - abraunegg's fork. Follows the releases on https://github.com/abraunegg/onedrive/releases
Upstream URL: https://github.com/abraunegg/onedrive
Keywords: onedrive
Licenses: GPL-3.0-or-later
Conflicts: onedrive, onedrive-abraunegg-git, onedrive-bin, onedrive-fork-git, onedrive-git
Provides: onedrive
Submitter: Pete
Maintainer: Matr1x-101 (yogeshm.007)
Last Packager: yogeshm.007
Votes: 147
Popularity: 0.67
First Submitted: 2019-03-29 10:46 (UTC)
Last Updated: 2026-01-31 10:15 (UTC)

Pinned Comments

Pete commented on 2019-03-29 10:51 (UTC)

This package can be used as a replacement for onedrive-abraunegg-git. It will be updated on every release from https://github.com/abraunegg/onedrive/releases .

Latest Comments

1 2 3 4 5 6 .. 17 Next › Last »

MightyDash commented on 2026-03-25 17:23 (UTC)

I solved it:

0) Uninstall packages using this (Might not be necesarry) >paru -Rns onedrivegui 1) Check for library >ls /usr/lib/libphobos2-ldc-shared.so* 1.1) If missing install >sudo pacman -S ldc 2) Rebuild package >rm -rf ~/.cache/paru/clone/onedrive-abraunegg

paru -S onedrive-abraunegg --rebuild=all 3) Confirm it works >onedrive --version 4) Reinstall removed paskages from 0) > paru onedrivegui

MightyDash commented on 2026-03-25 17:02 (UTC)

@EIErecose did you managed to solve it? I am experiencing same issue.

ElErecose commented on 2026-03-21 08:46 (UTC)

Hello there!

I am using onedrive-abraunegg from the AUR with CachyOS and have encountered the problem that onedrive cannot find a dependency and cachyos has it in a different version.

❯ onedrive --version onedrive: error while loading shared libraries: libphobos2-ldc-shared.so.111: cannot open shared object file: No such file or directory

❯ ldd $(which onedrive) | grep libphobos libphobos2-ldc-shared.so.111 => not found

❯ ls /usr/lib/libphobos2-ldc-shared.so lrwxrwxrwx - root 8 Mär 10:12  /usr/lib/libphobos2-ldc-shared.so → libphobos2-ldc-shared.so.112 lrwxrwxrwx - root 8 Mär 10:12  /usr/lib/libphobos2-ldc-shared.so.112 → libphobos2-ldc-shared.so.112.1 .rwxr-xr-*x 4,6M root 8 Mär 10:12  /usr/lib/libphobos2-ldc-shared.so.112.1

I reinstalled onedrive-abraunegg via paru and the error still exist.

thx for the help! :wink:

abraunegg commented on 2026-01-30 19:41 (UTC)

FYI - v2.5.10 has been released

abraunegg commented on 2026-01-28 19:03 (UTC)

The client is logged out and it is no longer possible to log in again via browser authentication. It seems that the author has fixed the issue on GitHub, but the app is not aligned with the latest sources.

There are 2 other bugs that need verification by respective submitter. Once that is done, a new release will be done.

In the meantime, you can try and use the AUR 'onedrive-abraunegg-git' package - I do not know if that even works.

The best workaround I can suggest is build the client manually until v2.5.10 is released.

leo72 commented on 2026-01-28 18:28 (UTC)

The client is logged out and it is no longer possible to log in again via browser authentication. It seems that the author has fixed the issue on GitHub, but the app is not aligned with the latest sources.

Matr1x-101 commented on 2025-06-10 19:23 (UTC)

It works with ldc now, have checked @lahwaacz

lahwaacz commented on 2025-06-10 19:03 (UTC)

@yogeshm.007 The issue should be fixed by the ldc-3:1.40.1-3 version, can you check it?

(For completeness, note that the issue was only with the ldc package and not dmd, which both provide the d-compiler virtual dependency.)

yogeshm.007 commented on 2025-06-10 10:15 (UTC)

On up-to-date arch linux system, the build is failing. As @sotoleni suggested installing llvm19-libs before build solves the problem. I believe (I'm more of a arch linux user than a developer, so may be wrong) the problem is caused by a compatibility issue between ldc and llvm-libs or a configuration issue in one of them. Both have new versions in the testing repo.

NY152 commented on 2025-06-10 09:51 (UTC)

Compilation error despite the presence of llvm-libs:

==> Lancement de build()… checking for a BSD-compatible install... /usr/bin/install -c checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for dmd... no checking for ldmd2... ldmd2 checking version of D compiler... ldmd2: error while loading shared libraries: libLLVM.so.19.1: cannot open shared object file: No such file or directory

configure: error: Compiler version insufficient, current compiler version , minimum version 1.18.0 ==> ERREUR : Une erreur s’est produite dans build(). Abandon… :: Unable to build onedrive-abraunegg - makepkg exited with code: 4