Package Details: blivet-gui 2.6.0-2

Git Clone URL: https://aur.archlinux.org/blivet-gui.git (read-only, click to copy)
Package Base: blivet-gui
Description: GUI tool for storage configuration
Upstream URL: https://github.com/storaged-project/blivet-gui
Licenses: GPL-2.0-or-later
Submitter: anatolik
Maintainer: theblazehen
Last Packager: theblazehen
Votes: 12
Popularity: 0.086074
First Submitted: 2014-09-06 16:58 (UTC)
Last Updated: 2026-02-03 04:29 (UTC)

Latest Comments

1 2 3 4 Next › Last »

Ataraxy commented on 2026-02-02 06:24 (UTC)

ja.po: 95 translated messages, 16 fuzzy translations, 156 untranslated messages.
msgfmt --statistics --verbose -o kk.mo kk.po
msgfmt --statistics --verbose -o ko.mo ko.po
../blivetgui/dialogs/message_dialogs.py:132: warning: Message contains an embedded URL.  Better move it out of the translatable string, see https://www.gnu.org/software/gettext/manual/html_node/No-embedded-URLs.html
../blivetgui/dialogs/message_dialogs.py:137: warning: Message contains an embedded URL.  Better move it out of the translatable string, see https://www.gnu.org/software/gettext/manual/html_node/No-embedded-URLs.html
make[1]: *** [Makefile:34: potfile] Error 1
make[1]: *** Waiting for unfinished jobs....
kk.po: 170 translated messages, 21 fuzzy translationska.po: .267 translated messages.
ko.po: .267 translated messages, 76 untranslated messages.
.

Read 1 old + 1 reference, merged 268, fuzzied 0, missing 0, obsolete 5.
msgmerge -v of zh_CN succeeded
.................................................
Read 1 old + 1 reference, merged 268, fuzzied 0, missing 0, obsolete 5.
msgmerge -v of zh_TW succeeded
make[1]: Leaving directory '/home/var/ravi/stow/.cache/aur/blivet-gui/src/blivet-gui-2.6.0/po'
make: *** [Makefile:10: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'blivet-gui-2.6.0-1':
error: packages failed to build: blivet-gui-2.6.0-1

gnlrdrvo commented on 2026-01-25 12:38 (UTC)

Thank you for adopting the package. Can you please remove make from the makedepends array?

The package base-devel is assumed to be already installed when building with makepkg. Dependencies of this package should not be included in makedepends array.

Dvd-Znf commented on 2025-12-14 15:07 (UTC)

reverted the update commit made by Valentin,
it fails to build, and also pkgrel was not reset in .SRCINFO

ferrvittorio commented on 2025-12-14 08:04 (UTC)

hi, cannot upgrade / ../blivetgui/dialogs/message_dialogs.py:132: warning: Message contains an embedded URL. Better move it out of the translatable string, see https://www.gnu.org/software/gettext/manual/html_node/No-embedded-URLs.html ../blivetgui/dialogs/message_dialogs.py:137: warning: Message contains an embedded URL. Better move it out of the translatable string, see https://www.gnu.org/software/gettext/manual/html_node/No-embedded-URLs.html /

/ make[1]: uscita dalla directory «/home/zzzzzzz/.cache/yay/blivet-gui/src/blivet-gui-2.6.0/po» make: *** [Makefile:10: all] Error 2 /

Dvd-Znf commented on 2025-11-14 15:44 (UTC)

@Rooki i had the exact same experience trying to update this prior </3

Rooki commented on 2025-11-14 11:52 (UTC)

I tried to fix the issues, but i can not get any sense out of any of the instructions in the Readme as they all lead to missing deps.

gnlrdrvo commented on 2024-08-21 06:13 (UTC)

Per ArchWiki, since make is part of base-devel, it should not be included in makedepends.

Ataraxy commented on 2024-05-22 21:16 (UTC)

When trying to run blivet-gui:

Traceback (most recent call last):
  File "/usr/bin/blivet-gui", line 38, in <module>
    from blivetgui.dialogs.message_dialogs import ErrorDialog
  File "/usr/lib/python3.12/site-packages/blivetgui/dialogs/message_dialogs.py", line 31, in <module>
    from .helpers import adjust_scrolled_size
  File "/usr/lib/python3.12/site-packages/blivetgui/dialogs/helpers.py", line 34, in <module>
    from blivet import devicefactory
ModuleNotFoundError: No module named 'blivet'

FabioLolix commented on 2023-12-24 16:30 (UTC)

Send you both a patch by mail

Not sure about ruby though.

It build fine without ruby

  • git as makedepends not needed
  • packages of base-devel like make don't have to be specified in makedepends=()
  • removed unused variable
  • changed arch=() to any
Checking blivet-gui-2.4.1-2-x86_64.pkg.tar.zst
blivet-gui W: No ELF files and not an "any" package
  • Renamed source to be non-conflicting
PKGBUILD (blivet-gui) W: Non-unique source name (2.4.1.tar.gz). Use a unique filename.

tallero commented on 2023-12-24 15:05 (UTC) (edited on 2023-12-24 15:40 (UTC) by tallero)

I would seriously complain is very much difficult to see what users are doing on this website.

If one of those 'total contributions' graphs was available you would notice an abrupt change in the amount, size and quality of contributions, followed by a very slow increase as of lately.

Last thing I was doing before last abrupt interruption was indeed to republish my work elsewhere so i could be more aware myself about the size of my contributions on here.

As I've said MarsSeed too, please send working code from git, not suggestions, if you think the fix is felt needed, so I can at least look at what you want to do.

That said, yes, it needs setuptools. Not sure about ruby though.