Package Details: optimus-manager-git 1:r763.01a04f9.python3.12-1

Git Clone URL: https://aur.archlinux.org/optimus-manager-git.git (read-only, click to copy)
Package Base: optimus-manager-git
Description: Allows using Nvidia Optimus laptop graphics
Upstream URL: https://github.com/Askannz/optimus-manager
Licenses: MIT
Conflicts: bumblebee, envycontrol, nvidia-exec, nvidia-switch, nvidia-xrun, optimus-manager, switcheroo-control
Provides: optimus-manager
Submitter: dude
Maintainer: Askannz (es20490446e)
Last Packager: es20490446e
Votes: 134
Popularity: 0.47
First Submitted: 2019-01-20 22:11 (UTC)
Last Updated: 2024-09-24 10:52 (UTC)

Dependencies (13)

Required by (4)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 13 Next › Last »

Bad-Mad commented on 2024-07-09 14:11 (UTC) (edited on 2024-07-09 14:16 (UTC) by Bad-Mad)

If the installation fails, it may be due to the language setting of the terminal.


Problem:

pacaur -S optimus-manager-git
:: Package optimus-manager-git not found in repositories, trying AUR...
:: Löse Abhängigkeiten auf...
:: Suche nach Paketkonflikten...
:: optimus-manager-git: Hole neueste Revision

AUR Packages  (1) optimus-manager-git-neueste  

:: Mit Installation fortfahren? [Y/n] 
:: Hole Paket(e)...
update complete: /home/xyz/.cache/pacaur/optimus-manager-git
:: optimus-manager-git: Build-Dateien sind aktuell -- überspringe
sudo: Ein Passwort ist notwendig
[sudo] Passwort für xyz: 
:: Überprüfe Integrität von optimus-manager-git...
==> Erstelle Paket: optimus-manager-git 1:r728.97e4f15.python3.12-1 (Di 09 Jul 2024 16:03:24 CEST)
==> Empfange Quellen...
  -> Aktualisiere das optimus-manager git Repo...
==> Überprüfe source Dateien mit sha1sums...
    optimus-manager ... Übersprungen
:: Preparing optimus-manager-git...
==> Erstelle Paket: optimus-manager-git 1:r728.97e4f15.python3.12-1 (Di 09 Jul 2024 16:03:25 CEST)
==> WARNUNG: Überspringe Abhängigkeits-Prüfungen.
==> Empfange Quellen...
  -> Aktualisiere das optimus-manager git Repo...
==> WARNUNG: Überspringe alle Integritäts-Prüfungen der Quell-Dateien.
==> Entpacke Quellen...
  -> Erstelle Arbeitskopie des optimus-manager git Repos...
Klone nach 'optimus-manager'...
Fertig.
==> Beginne pkgver()...
==> FEHLER: pkgver darf nicht  Doppelpunkte, Schrägstriche, Bindestriche oder Leerzeichen enthalten.
==> FEHLER: pkgver() generierte eine ungültige Version: r730.57596e0.python        : 3.12
:: failed to verify integrity or prepare optimus-manager-git package


My solution:

LANG=en_US.UTF-8 pacaur -S optimus-manager-git

or

LANG=en_US.UTF-8 bash

pacaur -S optimus-manager-git

es20490446e commented on 2024-07-07 22:35 (UTC)

Ah sorry, that's right. I didn't notice that was an option.

Opened a request for that.

Askannz commented on 2024-07-07 14:06 (UTC)

@es20490446e this package still builds fine for me, what's the issue?

I don't mind switching to a rolling release and deprecating this package in favor of optimus-manager-git. But how about submitting a request to merge optimus-manager into optimus-manager-git, rather than outright deleting it? That way votes and comments will be carried over.

es20490446e commented on 2024-07-07 13:48 (UTC)

@Muflone @Askannz This package will be an exact clone of optimus-manager-git, hence having it does nothing.

Delaying the release of optimus-manager makes no sense to me, because I can instantly test every commit on my computer.

And right now this package no longer builds.

Muflone commented on 2024-07-06 18:22 (UTC)

@Askannz do you agree on deleting this package as per @es20490446e request?

I usually don't ask maintainers opinion for co-maintainers requests but this package has a lot of votes which would be lost after the deletion

es20490446e commented on 2024-07-05 02:36 (UTC)

Fixed this issue on my side, and notified the required changes to optimus-manager-qt.

Subscribe to that package to know when it is completely fixed.

(https://aur.archlinux.org/packages/optimus-manager-qt)

VVhitehead commented on 2024-07-04 20:56 (UTC) (edited on 2024-07-04 20:57 (UTC) by VVhitehead)

This is what I get:

 error: failed to prepare transaction (could not satisfy dependencies)
 :: installing optimus-manager-git (1:r728.97e4f15.python3.12-1) breaks 
 dependency 'optimus-manager>=1.4' required by optimus-manager-qt

es20490446e commented on 2024-07-03 16:06 (UTC)

What error do you get?

marsxyz commented on 2024-07-02 13:25 (UTC)

Current PKGBUILD does not build. If you remove the pkgver block in it, it fixes the problem. It's more a workaround than a fix though.