Package Details: journal-viewer 0.7.0-1

Git Clone URL: https://aur.archlinux.org/journal-viewer.git (read-only, click to copy)
Package Base: journal-viewer
Description: A modern linux desktop application to visualize systemd logs.
Upstream URL: https://github.com/mingue/journal-viewer
Licenses: GPL3
Conflicts: journal-viewer
Provides: journal-viewer
Submitter: mingue
Maintainer: mingue
Last Packager: mingue
Votes: 4
Popularity: 0.005338
First Submitted: 2023-03-26 20:10 (UTC)
Last Updated: 2025-03-24 21:32 (UTC)

Latest Comments

« First ‹ Previous 1 2

yochananmarqos commented on 2023-04-22 21:25 (UTC)

@mingue: Delete all local files you have and start over. Make sure you start with journal-viewer-bin:

git clone ssh://aur@aur.archlinux.org/journal-viewer-bin.git
cd journal-viewer-bin
makepkg --printsrcinfo > .SRCINFO
git add -u
git commit -m "update .SRCINFO"
git push
git clone ssh://aur@aur.archlinux.org/journal-viewer.git
cd journal-viewer
makepkg --printsrcinfo > .SRCINFO
git add -u
git commit -m "update .SRCINFO"
git push

mingue commented on 2023-04-22 21:21 (UTC)

I think it has to do with the name of the git repository when I created it, they are bit mixed up, so it seems the .SRCINFO needs to align with that, which is a bit confusing but won't allow me to push changes otherwise. They seem to work fine though, otherwise I might need to remove these repos and create them again?

2023-04-23 09:14:07.058 [info] remote: error: invalid pkgbase: journal-viewer-bin, expected journal-viewer
remote: error: hook declined to update refs/heads/master
To ssh://aur.archlinux.org/journal-viewer.git ! [remote rejected] master -> master (hook declined) error: failed to push some refs to 'ssh://aur.archlinux.org/journal-viewer.git'

And the journal-viewer Git repo is journal-viewer-src, so get the same issue if trying to push any changes without including the src

2023-04-23 09:05:52.497 [info] remote: error: invalid pkgbase: journal-viewer, expected journal-viewer-src
remote: error: hook declined to update refs/heads/master
To ssh://aur.archlinux.org/journal-viewer-src.git ! [remote rejected] master -> master (hook declined) error: failed to push some refs to 'ssh://aur.archlinux.org/journal-viewer-src.git'

yochananmarqos commented on 2023-04-22 21:01 (UTC)

@mingue: Do not do that. Something is wrong on your end. There are no split packages here, so there is no need to specify a pkgbase at all. By default the pkgbase is the pkgname. journal-viewer and journal-viewer-bin are two diferent packages. journal-viewer-src does not exist and should not exist.

mingue commented on 2023-04-22 20:58 (UTC) (edited on 2023-04-22 20:59 (UTC) by mingue)

That is what I do to build those files @yochananmarqos. although I need to change pkgbase property in the .SRCINFO file as the AUR didn't like to commit anything with bin on the name, so here is the script I use:

makepkg --printsrcinfo > .SRCINFO sed -i "s/pkgbase = journal-viewer-bin/pkgbase = journal-viewer/g" .SRCINFO

makepkg --printsrcinfo > .SRCINFO sed -i "s/pkgbase = journal-viewer/pkgbase = journal-viewer-src/g" .SRCINFO

I tested both packages and they seem to work fine, what is the issue exactly?

yochananmarqos commented on 2023-04-21 15:30 (UTC)

@mingue: Please do not edit .SRCINFO manually. Instead, run makepkg --printsrcinfo > .SRCINFO. You have erroneous pkgbase entries in both journal-viewer and journal-viewer-bin.

mingue commented on 2023-03-27 20:50 (UTC)

Thanks @yochananmarqos, I updated the package based on your comments, I wasn't sure about the tauri docs. Let me know if that works fine

yochananmarqos commented on 2023-03-27 20:45 (UTC)

The only required dependencies are systemd & webkit2gtk.

mingue commented on 2023-03-27 20:00 (UTC)

Hi @m040601, I was missing some dependencies on the package definition. Hopefully it will be fixed with the new version.

m040601 commented on 2023-03-27 14:25 (UTC)

$ journal-viewer

journal-viewer: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory