Package Details: gpt4all-chat-git r1747.67843edc-1

Git Clone URL: https://aur.archlinux.org/gpt4all-chat-git.git (read-only, click to copy)
Package Base: gpt4all-chat-git
Description: Cross platform Qt based GUI for GPT4All versions
Upstream URL: https://github.com/nomic-ai/gpt4all
Keywords: chatgpt gptj.cpp gui llama.cpp offline
Licenses: MIT
Conflicts: gpt4all-chat
Provides: gpt4all-chat
Submitter: jgmdev
Maintainer: jgmdev
Last Packager: jgmdev
Votes: 15
Popularity: 0.65
First Submitted: 2023-05-12 17:04 (UTC)
Last Updated: 2024-03-26 19:19 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

Lifeismana commented on 2024-03-25 15:42 (UTC) (edited on 2024-03-25 15:45 (UTC) by Lifeismana)

Package doesn't build

CMake Error at CMakeLists.txt:194 (endif):
  Flow control statements are not properly nested.

https://github.com/nomic-ai/gpt4all/commit/6c2542e54079c6d5cd00988bb90ce9e8d2a1d5f2 safeguarded CMAKE_INSTALL_PREFIX behind CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT

line 40 sed -i '/CMAKE_INSTALL_PREFIX/d' gpt4all-chat/CMakeLists.txt needs to be removed for the package to build again (it can be safely removed)

xiota commented on 2023-11-02 16:01 (UTC) (edited on 2023-11-02 16:03 (UTC) by xiota)

That error is typical of when packages are mismatched. Usually rebuilding the broken package fixes it. If not, then you probably have some other packages that need to be rebuilt. Maybe you are using some test or git version of Qt6 libraries.

This package is working on a system with Qt6 libraries from the standard repos. Maybe try building in a clean chroot.

benm commented on 2023-11-02 14:57 (UTC)

@xiota no it is up to date. I used yay for it. I also tried installing the pacman hook and it has not flagged any packages as needing rebuilt.

xiota commented on 2023-11-02 14:30 (UTC)

@benm You forgot to rebuild. Consider installing check-broken-packages-pacman-hook-git.

benm commented on 2023-11-02 14:09 (UTC)

Fails to launch with /opt/gpt4all-chat/bin/gpt4all-chat: symbol lookup error: /opt/gpt4all-chat/bin/gpt4all-chat: undefined symbol: _ZNK11QQmlPrivate18AOTCompiledContext13getEnumLookupEjPi, version Qt_6

Tio commented on 2023-09-26 21:40 (UTC)

Builds for me but cannot open it:

[Debug] (Tue Sep 26 23:40:03 2023): deserializing chats took: 0 ms
[Warning] (Tue Sep 26 23:40:04 2023): QQmlApplicationEngine failed to load component
[Warning] (Tue Sep 26 23:40:04 2023): qrc:/gpt4all/main.qml: module "gtk2" is not installed
[Warning] (Tue Sep 26 23:40:04 2023): QIODevice::read (QNetworkReplyHttpImpl): device not open
[Warning] (Tue Sep 26 23:40:04 2023): ERROR: Couldn't parse:  "" "illegal value"

ZhangHua commented on 2023-09-12 12:52 (UTC)

I think we may need to add -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON to cmake. Because vulkan cannot be initialized successfully in a headless environment like CI or container. This results the build failure if we build this package in chroot environment.

quest commented on 2023-09-06 04:22 (UTC)

Builds just fine, but is trying to build the same commit every time I try and do an update.

1  aur/gpt4all-chat-git  r1367.b6e38d6-1 -> r1367.b6e38d69-1

ReneS commented on 2023-09-05 17:13 (UTC)

What ZhangHua said. I don't know about glslc but vulkan-tools definitely is a dependency now