nix-bundle icon indicating copy to clipboard operation
nix-bundle copied to clipboard

appimage: emacs example cant find glibc

Open mmjconolly opened this issue 1 year ago • 0 comments

Source:

$ git clone https://github.com/matthewbauer/nix-bundle.git
$ cd nix-bundle
$ git show-ref HEAD
83eadede9087c2c94a018ea6e240da552355dcc1 refs/remotes/origin/HEAD

Running:

$ ./nix2appimage.sh emacs
error: attribute 'glibc' missing

       at /home/matthew/nix-bundle/appimagetool.nix:40:50:

           39|         --set-interpreter ${dynamicLinker} \
           40|         --set-rpath ${lib.makeLibraryPath [ zlib stdenv.glibc.out fuse glib ]} \
             |                                                  ^
           41|         $x
(use '--show-trace' to show detailed location information)
./nix2appimage.sh failed. Exiting.

OS:

$ nix --version
nix (Nix) 2.13.3

$ cat /etc/os-release 
NAME="Fedora Linux"
VERSION="37 (KDE Plasma)"
ID=fedora
VERSION_ID=37
VERSION_CODENAME=""
PLATFORM_ID="platform:f37"
PRETTY_NAME="Fedora Linux 37 (KDE Plasma)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:37"
DEFAULT_HOSTNAME="fedora"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=37
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=37
SUPPORT_END=2023-11-14
VARIANT="KDE Plasma"
VARIANT_ID=kde

mmjconolly avatar Mar 22 '23 21:03 mmjconolly