How to install pamac-aur-git / pamac-all / pamac-all-git with pacman 6.0

Three

Why not? Works like a charm! :wink:

:grinning_face_with_smiling_eyes: sure it does.
Have had this problem beforeā€¦

On your new laptop? Canā€™t be! :wink:

Maybe this new laptop has to be burned in as well?

hello; did you do the update before installing pamac-aur-git or not

I tried building with pikaur and now with yay.
Same result.

Found ninja-1.10.2 at /usr/bin/ninja
[7/49] Generating pamac.conf.5 manpage with a custom command
FAILED: data/doc/pamac.conf.5 
/usr/bin/a2x -f manpage -D data/doc ../data/doc/pamac.conf.5.asciidoc
a2x: ERROR: "xmllint" --nonet --noout --valid "/home/richard/.cache/yay/pamac-aur-git/src/pamac/builddir/data/doc/pamac.conf.5.xml" returned non-zero exit status 4

[8/49] Generating pamac.8 manpage with a custom command
FAILED: data/doc/pamac.8 
/usr/bin/a2x -f manpage -D data/doc ../data/doc/pamac.8.asciidoc
a2x: ERROR: "xmllint" --nonet --noout --valid "/home/richard/.cache/yay/pamac-aur-git/src/pamac/builddir/data/doc/pamac.8.xml" returned non-zero exit status 4

[9/49] Compiling Vala source ../src/tray.vala ../src/tray-gtk.vala
../src/tray-gtk.vala:23.3-23.28: warning: `Gtk.StatusIcon' has been deprecated since 3.14
../src/tray-gtk.vala:26.22-26.35: warning: `Gtk.StatusIcon' has been deprecated since 3.14
Compilation succeeded - 2 warning(s)
[11/49] Compiling Vala source ../src/transaction...ala ../src/version.vala ../src/local_config.vala
ninja: build stopped: subcommand failed.
==> FOUT: Er is een fout opgetreden in build().

you had deleted the old files or not

1 Like

should have 1 ( 2 @ most . 2nd maybe" pamac.conf.pacnew" or something like that . :pray: i no use pamac , just try help

Yes, I got rid of those 2 pamac.conf files in /etc

curious, I just installed it in a VM, it went through without any problem

Donā€™t bake the new one! :scream_cat:

Are you sure itā€™s not using the old build files inside of yay? /home/cache/yay

Screenshot_20210611_204529

2 Likes

@Lemon
How about this way?

git clone https://aur.archlinux.org/pamac-aur.git
cd pamac-aur
makepkg -si

It worked for me and works like it did before.

Yes, I am pretty sure, but to be absolutely sure Iā€™ve removed those files and started over again.
Same story.

After my attempt I get thisā€¦

$ makepkg -si
==> Making package: pamac-aur 10.1.3-1 (za 12 jun 2021 10:51:50 CEST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: libpamac-aur
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
  -> libpamac-aur
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.

After installing libpamac-aurā€¦

==> Making package: pamac-aur 10.1.3-1 (za 12 jun 2021 10:58:11 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found pamac-10.1.3-1.tar.gz
==> Validating source files with sha256sums...
    pamac-10.1.3-1.tar.gz ... Passed
==> Extracting sources...
  -> Extracting pamac-10.1.3-1.tar.gz with bsdtar
==> Starting prepare()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
Directory already configured.

Just run your build command (e.g. ninja) and Meson will regenerate as necessary.
If ninja fails, run "ninja reconfigure" or "meson --reconfigure"
to force Meson to regenerate.

If build failures persist, run "meson setup --wipe" to rebuild from scratch
using the same options as passed when configuring the build.
To change option values, run "meson configure" instead.
[1/42] Generating pamac.conf.5 manpage with a custom command
FAILED: data/doc/pamac.conf.5 
/usr/bin/a2x -f manpage -D data/doc ../data/doc/pamac.conf.5.asciidoc
a2x: ERROR: "xmllint" --nonet --noout --valid "/home/richard/pamac-aur/pamac-aur/src/pamac-b7837bb4fd517e0288e744af0ef773b325128196/builddir/data/doc/pamac.conf.5.xml" returned non-zero exit status 4

[3/42] Generating pamac.8 manpage with a custom command
FAILED: data/doc/pamac.8 
/usr/bin/a2x -f manpage -D data/doc ../data/doc/pamac.8.asciidoc
a2x: ERROR: "xmllint" --nonet --noout --valid "/home/richard/pamac-aur/pamac-aur/src/pamac-b7837bb4fd517e0288e744af0ef773b325128196/builddir/data/doc/pamac.8.xml" returned non-zero exit status 4

[6/42] Compiling Vala source ../src/transaction-...ala ../src/version.vala ../src/local_config.vala
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

Great fun, isnā€™t it?

You need asciidoc for a2x software.

This is already installed.

1) community/asciidoc 9.1.0-1 [installed]

i do some digging . Possible your

/etc/xml/docbook-xml file got corrupted maybe try reinstall .

i no tell you to do just give info i find . maybe @jonathon @dalto will know more on subject

here what i find ( it look similar to your problem )

" https://bbs.archlinux.org/viewtopic.php?id=176834 "

post 10 +11 ( think all worth read )

ā°shjimā™~ā±āœ”ā‰» pacman -Ss docbook-xml
extra/docbook-xml 4.5-9 [installed]
    A widely used XML scheme for writing documentation and help
extra/docbook-xsl 1.79.2-7 [installed]
    XML stylesheets for Docbook-xml transformations
extra/docbook5-xml 5.1-2
    a complete rewrite of the well-known DocBook 4 XML schema (DTD, Relax NG, W3C
    schema) for Docbook 5.X
ā°shjimā™~ā±āœ”ā‰» 



1 Like