Bug report: Unable to install patch openSUSE-2023-320
Hello, I tried to to create a bug in Bugzilla but I can't because Bugzilla says "There is already an account with the login name digulla@hepe.com". I see no links or help how to contact the site admins to fix this, so I have to post the bug here. Can someone please create a bug report or let me know how to fix my account issues on Bugzilla? -------------- Bug: Unable to install patch openSUSE-2023-320 `zypper list-patches` reports the patch openSUSE-2023-320 "Recommended update for xfce4-notifyd". When I try to install it, it fails with: Problem: das zu installierende xfce4-notifyd-0.9.2-bp155.2.3.1.x86_64 erfordert 'xfce4-notifyd-branding = 0.9.2-bp155.2.3.1', aber diese Anforderung kann nicht bereitgestellt werden Nicht installierbare Anbieter: xfce4-notifyd-branding-upstream-0.9.2-bp155.2.3.1.noarch[repo-backports-update] Lösung 1: Deinstallation von xfce4-notifyd-0.8.2-bp155.1.5.x86_64 Lösung 2: Deinstallation von xfce4-notifyd-branding-openSUSE-4.18.0+git0.9a2f754-lp155.2.4.1.noarch Lösung 3: patch:openSUSE-2023-320-1.noarch nicht installieren Lösung 4: xfce4-notifyd-0.9.2-bp155.2.3.1.x86_64 durch Ignorieren einiger Abhängigkeiten brechen Translation: It can't install the patch because the mandatory dependency xfce4-notifyd-branding = 0.9.2-bp155.2.3.1 is missing. This looks like a similar problem as https://bugzilla.suse.com/show_bug.cgi?id=1213299 (the branding package was changes but not released). -------------- Regards, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/
On 2023-10-25 16:29, Aaron Digulla wrote:
I tried to to create a bug in Bugzilla but I can't because Bugzilla say > "There is already an account with the login name digulla@hepe.com". I see no links or help how to contact the site admins to fix this, so I have to post the bug here.
Did you try "Forgot Password"? -- /bengan
Am 25.10.23 um 17:12 schrieb Bengt Gördén:
On 2023-10-25 16:29, Aaron Digulla wrote:
I tried to to create a bug in Bugzilla but I can't because Bugzilla say > "There is already an account with the login name digulla@hepe.com". I see no links or help how to contact the site admins to fix this, so I have to post the bug here.
Did you try "Forgot Password"?
I can login on the IDP. I get the error when I click "New bug report" in Bugzilla. Regards, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/
On 2023-10-25 16:29, Aaron Digulla wrote:
Hello,
I tried to to create a bug in Bugzilla but I can't because Bugzilla says
Make sure you are using the opensuse.org bugzilla, not the suse one.
"There is already an account with the login name digulla@hepe.com". I see no links or help how to contact the site admins to fix this, so I have to post the bug here.
Contact admin@opensuse.org. I think there is a better address for bugzilla issues, though.
Can someone please create a bug report or let me know how to fix my account issues on Bugzilla?
--------------
Bug: Unable to install patch openSUSE-2023-320
`zypper list-patches` reports the patch openSUSE-2023-320 "Recommended update for xfce4-notifyd".
When I try to install it, it fails with:
Problem: das zu installierende xfce4-notifyd-0.9.2-bp155.2.3.1.x86_64
I reported that one, it is in progress. [Bug 1216470] Also, you have to report in English. For that, do: Create this script: cer@Laicolasse:~> cat /usr/local/bin/ingles #!/bin/sh LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 DICTIONARY=english \ KDE_LANG=en_US.UTF-8 $* cer@Laicolasse:~> Then call zypper or yast using that script: # ingles yast ... # ingles zypper ... -- Cheers / Saludos, Carlos E. R. (from openSUSE 15.5 (Laicolasse))
Hi Carlos, Thanks for the script. I've used LANG=C for a long time but that wasn't enough for zypper.
Create this script:
cer@Laicolasse:~> cat /usr/local/bin/ingles #!/bin/sh LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 DICTIONARY=english \ KDE_LANG=en_US.UTF-8 $*
I'd suggest to use "$@" instead of $* to preserve spaces: #!/bin/sh LANG=en_US.UTF-8 \ LC_ALL=en_US.UTF-8 \ DICTIONARY=english \ KDE_LANG=en_US.UTF-8 \ "$@" Regards, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/
On 2023-10-26 16:33, Aaron Digulla wrote:
Hi Carlos,
Thanks for the script. I've used LANG=C for a long time but that wasn't enough for zypper.
Create this script:
cer@Laicolasse:~> cat /usr/local/bin/ingles #!/bin/sh LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 DICTIONARY=english \ KDE_LANG=en_US.UTF-8 $*
I'd suggest to use "$@" instead of $* to preserve spaces:
#!/bin/sh LANG=en_US.UTF-8 \ LC_ALL=en_US.UTF-8 \ DICTIONARY=english \ KDE_LANG=en_US.UTF-8 \ "$@"
Ok :-) -- Cheers / Saludos, Carlos E. R. (from openSUSE 15.5 (Laicolasse))
HI, should meanwhile be fixed again. Ciao, Marcus On Wed, Oct 25, 2023 at 04:29:19PM +0200, Aaron Digulla wrote: Ok> Hello,
I tried to to create a bug in Bugzilla but I can't because Bugzilla says "There is already an account with the login name digulla@hepe.com". I see no links or help how to contact the site admins to fix this, so I have to post the bug here.
Can someone please create a bug report or let me know how to fix my account issues on Bugzilla?
--------------
Bug: Unable to install patch openSUSE-2023-320
`zypper list-patches` reports the patch openSUSE-2023-320 "Recommended update for xfce4-notifyd".
When I try to install it, it fails with:
Problem: das zu installierende xfce4-notifyd-0.9.2-bp155.2.3.1.x86_64 erfordert 'xfce4-notifyd-branding = 0.9.2-bp155.2.3.1', aber diese Anforderung kann nicht bereitgestellt werden Nicht installierbare Anbieter: xfce4-notifyd-branding-upstream-0.9.2-bp155.2.3.1.noarch[repo-backports-update] Lösung 1: Deinstallation von xfce4-notifyd-0.8.2-bp155.1.5.x86_64 Lösung 2: Deinstallation von xfce4-notifyd-branding-openSUSE-4.18.0+git0.9a2f754-lp155.2.4.1.noarch Lösung 3: patch:openSUSE-2023-320-1.noarch nicht installieren Lösung 4: xfce4-notifyd-0.9.2-bp155.2.3.1.x86_64 durch Ignorieren einiger Abhängigkeiten brechen
Translation: It can't install the patch because the mandatory dependency xfce4-notifyd-branding = 0.9.2-bp155.2.3.1 is missing.
This looks like a similar problem as https://bugzilla.suse.com/show_bug.cgi?id=1213299 (the branding package was changes but not released).
--------------
Regards,
-- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/
-- Marcus Meissner (he/him), Distinguished Engineer / Senior Project Manager Security SUSE Software Solutions Germany GmbH, Frankenstrasse 146, 90461 Nuernberg, Germany GF: Ivo Totev, Andrew McDonald, Werner Knoblich, HRB 36809, AG Nuernberg
HI,
should meanwhile be fixed again.
Yep, works for me as well. Thanks, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/
participants (4)
-
Aaron Digulla
-
Bengt Gördén
-
Carlos E. R.
-
Marcus Meissner