You are not logged in.

#1 2018-06-05 19:19:16

Alonzo Gomez
Member
Registered: 2016-12-02
Posts: 10

pamac-aur and octopi update problem

Hello,

Problem:


[XXX@XXX ~]$ pacaur -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
archlinuxfr is up to date
:: Starting full system upgrade...
there is nothing to do
:: Starting AUR upgrade...
:: resolving dependencies...
:: looking for inter-conflicts...

AUR Packages  (2) octopi-0.8.5-4  pamac-aur-6.4.0-1 
Repo Packages (10) itstool-1:2.0.2+5+g676f3f7-1  kcodecs-5.46.0-1  kconfig-5.46.0-1  kcoreaddons-5.46.0-1  knotifications-5.46.0-1  kwindowsystem-5.46.0-1  libdbusmenu-qt5-0.9.3+16.04.20160218-1  meson-0.46.1-1  ninja-1.8.2-1  qt5-speech-5.11.0-1 

Repo Download Size:    3.21 MiB
Repo Installed Size:  14.69 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving package(s)...
:: octopi build files are up-to-date -- skipping
:: pamac-aur build files are up-to-date -- skipping
:: Checking pamac-aur integrity...
==> Making package: pamac-aur 6.4.0-1 (Tue 05 Jun 2018 03:15:17 PM EDT)
==> Retrieving sources...
  -> Found pamac-6.4.0-1.tar.gz
==> Validating source files with sha256sums...
    pamac-6.4.0-1.tar.gz ... Passed
:: Preparing pamac-aur...
==> Making package: pamac-aur 6.4.0-1 (Tue 05 Jun 2018 03:15:19 PM EDT)
==> WARNING: Skipping dependency checks.
==> Retrieving sources...
  -> Found pamac-6.4.0-1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting pamac-6.4.0-1.tar.gz with bsdtar
==> Starting prepare()...
==> Sources are ready.
:: Checking octopi integrity...
==> Making package: octopi 0.8.5-4 (Tue 05 Jun 2018 03:15:23 PM EDT)
==> Retrieving sources...
  -> Found octopi-0.8.5-4.tar.gz
  -> Found octopi-repoeditor.desktop
==> Validating source files with sha256sums...
    octopi-0.8.5-4.tar.gz ... Passed
    octopi-repoeditor.desktop ... Passed
:: Preparing octopi...
==> Making package: octopi 0.8.5-4 (Tue 05 Jun 2018 03:15:27 PM EDT)
==> WARNING: Skipping dependency checks.
==> Retrieving sources...
  -> Found octopi-0.8.5-4.tar.gz
  -> Found octopi-repoeditor.desktop
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting octopi-0.8.5-4.tar.gz with bsdtar
==> Starting prepare()...
==> Sources are ready.
:: Building pamac-aur package(s)...
==> Making package: pamac-aur 6.4.0-1 (Tue 05 Jun 2018 03:15:28 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
/usr/bin/pacman: unrecognized option '--color never'
==> ERROR: 'pacman' failed to install missing dependencies.
:: Building octopi package(s)...
==> Making package: octopi 0.8.5-4 (Tue 05 Jun 2018 03:15:32 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
/usr/bin/pacman: unrecognized option '--color never'
==> ERROR: 'pacman' failed to install missing dependencies.
:: failed to build pamac-aur package(s)
:: failed to build octopi package(s)


Ideas?

Offline

#2 2018-06-05 19:44:29

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,742

Re: pamac-aur and octopi update problem

Please post output in [ code ] tags.

That's a known issue with the current version of pacman, will be fixed in the next release.. I'm not entirely sure anymore where one should configure how pacaur calls pacman, but you could use makepkg or in general make use of a maintained AUR helper as itnermediate solutions.

Last edited by V1del (2018-06-05 20:12:58)

Offline

#3 2018-06-05 19:45:20

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: pamac-aur and octopi update problem

Yes.  First, read the Code of Conduct and learn how to use code tags when pasting to the boards.

Second, learn how to build packages manually and stop relying on AUR helpers.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#4 2018-06-05 19:45:21

fromagegb
Member
Registered: 2018-06-05
Posts: 10

Re: pamac-aur and octopi update problem

I read that pacaur is now not maintained, so perhaps that might out of date, and calling for replaced libraries.
I had a similar problem on Sunday, for me it was pamac-aur GUI crashing, and I replaced/updated pamac with yaourt, but on trying to install yaourt first , pacman failed to find it.  What I did was install yaourt by building from "wget https://github.com/archlinuxfr/yaourt/releases/download/1.9/yaourt-1.9.tar.gz", and then  "yaourt pamac" installed pamac-aur 6.4.0-1 for me, and it works fine.  You might try the same.

I don't use octopi.

Offline

#5 2018-06-05 20:01:32

fromagegb
Member
Registered: 2018-06-05
Posts: 10

Re: pamac-aur and octopi update problem

jasonwryan wrote:

Second, learn how to build packages manually and stop relying on AUR helpers.

Point taken, and I can do the first, but I have not been able to figure out how to use pacman to show you what packages are available, and what they do.  The GUI does that.  Can you point me to a suitable pacman explanation?

Offline

#6 2018-06-05 20:06:59

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,532
Website

Re: pamac-aur and octopi update problem

fromagegb wrote:

I have not been able to figure out how to use pacman to show you what packages are available, and what they do.

You mean from the AUR?  No, pacman will not do that.  This is one of the major problems of some AUR helpers (and definitely of that archlinux.fr repo, get rid of that): you don't understand the distinction between repo packages and PKGBUILDs in the AUR.  Gain some experience with just using makepkg first:
https://wiki.archlinux.org/index.php/Ar … Repository

As for searching, you can do that via the web:
https://aur.archlinux.org/

There are also tools that can search the AUR without obscurring all the other steps of building packages.

Last edited by Trilby (2018-06-05 20:09:01)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Online

#7 2018-06-05 20:19:48

Alonzo Gomez
Member
Registered: 2016-12-02
Posts: 10

Re: pamac-aur and octopi update problem

V1del,

1) how would one "post output in [ code ] tags"?

2) what AUR helpers are currently maintained?

Thank you for the information.

Offline

#8 2018-06-05 20:24:04

loqs
Member
Registered: 2014-03-06
Posts: 17,376

Re: pamac-aur and octopi update problem

The BBCode link below the reply box.  The wiki already has a list of AUR helpers and their statuses.

Offline

#9 2018-06-05 20:57:15

pb
Member
From: Krakow, PL
Registered: 2014-12-26
Posts: 336
Website

Re: pamac-aur and octopi update problem

fromagegb wrote:

I had a similar problem on Sunday, for me it was pamac-aur GUI crashing, and I replaced/updated pamac with yaourt, but on trying to install yaourt first. (...)
I don't use octopi.

So maybe you don't know, that you cannot install octopi by yaourt (it fails). See pinned  comments

Offline

Board footer

Powered by FluxBB