Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove --pkg options since it was removed from pacman 5 #59

Closed
discoltk opened this issue Mar 9, 2016 · 2 comments
Closed

Remove --pkg options since it was removed from pacman 5 #59

discoltk opened this issue Mar 9, 2016 · 2 comments

Comments

@discoltk
Copy link

discoltk commented Mar 9, 2016

Some AURs won't install, failing with this error:

makepkg: invalid option '--pkg'

It seems this option was removed from pacman.

@marcvangend
Copy link

I can confirm the error. For instance:

$ apacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
 there is nothing to do
:: Synchronizing aur database...
 aur                                        95  95 [######################################################################]100%
:: Starting full aur upgrade...

Aur Targets    (3): libdbusmenu-glib libdbusmenu-gtk2 libdbusmenu-gtk3

:: Proceed with installation? [Y/n] 

/tmp/pkgbuild-1000/libdbusmenu-glib
  -> Split package base: libdbusmenu
  -> PKGBUILD contains: pkgbase-glib pkgbase-gtk23
Edit libdbusmenu-glib PKGBUILD with $editor? [Y/n] n
makepkg: invalid option '--pkg'

==> ERROR: the build failed
  -> Status failed (1): libdbusmenu-glib
/tmp/pkgbuild-1000/libdbusmenu-gtk2
  -> Split package base: libdbusmenu
  -> PKGBUILD contains: pkgbase-glib pkgbase-gtk23
Edit libdbusmenu-gtk2 PKGBUILD with $editor? [Y/n] n
makepkg: invalid option '--pkg'

==> ERROR: the build failed
  -> Status failed (2): libdbusmenu-glib libdbusmenu-gtk2
/tmp/pkgbuild-1000/libdbusmenu-gtk3
  -> Split package base: libdbusmenu
  -> PKGBUILD contains: pkgbase-glib pkgbase-gtk23
Edit libdbusmenu-gtk3 PKGBUILD with $editor? [Y/n] n
makepkg: invalid option '--pkg'

==> ERROR: the build failed
  -> Status failed (3): libdbusmenu-glib libdbusmenu-gtk2 libdbusmenu-gtk3

 local database is up to date

@oshazard
Copy link
Owner

oshazard commented Oct 4, 2016

Resolved in #61

@oshazard oshazard closed this as completed Oct 4, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants