You are not logged in.

#1 2017-02-03 10:54:11

sanket34
Member
Registered: 2017-01-29
Posts: 21

[solved] makepkg is showing error for pamac-aur

Hello .everyone I had an update for pamac-aur so i tried to update it so it showd error :
                         
                      install -Dm755 src/pamac-tray-appindicator /tmp/yaourt-tmp-sanket/aur-pamac-aur/pkg/pamac-aur/usr/bin/pamac-tray-appindicator &> /dev/null && \
install -Dm644 data/applications/pamac-tray-appindicator.desktop /tmp/yaourt-tmp-sanket/aur-pamac-aur/pkg/pamac-aur/etc/xdg/autostart/pamac-tray-appindicator.desktop  &> /dev/null || echo no appindicator support
no appindicator support
mkdir -p /tmp/yaourt-tmp-sanket/aur-pamac-aur/pkg/pamac-aur/usr/share/icons/hicolor
cp -r data/icons/* /tmp/yaourt-tmp-sanket/aur-pamac-aur/pkg/pamac-aur/usr/share/icons/hicolor
mkdir -p /tmp/yaourt-tmp-sanket/aur-pamac-aur/pkg/pamac-aur/usr/share/locale
cp -r po/locale/* /tmp/yaourt-tmp-sanket/aur-pamac-aur/pkg/pamac-aur/usr/share/locale
install -Dm644 src/pamac.h /tmp/yaourt-tmp-sanket/aur-pamac-aur/pkg/pamac-aur/usr/include/pamac.h
install -Dm644 src/pamac.vapi /tmp/yaourt-tmp-sanket/aur-pamac-aur/pkg/pamac-aur/usr/share/vala/vapi/pamac.vapi
install -Dm755 src/libpamac.so /tmp/yaourt-tmp-sanket/aur-pamac-aur/pkg/pamac-aur/usr/lib/libpamac.so
install: cannot stat 'src/libpamac.so': No such file or directory
make: *** [Makefile:30: install] Error 1
==> ERROR: A failure occurred in package().
    Aborting...
==> ERROR: Makepkg was unable to build pamac-aur.
==> Restart building pamac-aur ? [y/N]
==> ----------------------------------

I also tried to install it manually but also shows the same error

Last edited by sanket34 (2017-02-04 05:09:06)

Offline

#2 2017-02-03 11:10:03

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,858
Website

Re: [solved] makepkg is showing error for pamac-aur

Mod note: Moving to AUR Issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2017-02-03 16:54:31

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,785

Re: [solved] makepkg is showing error for pamac-aur

Builds here...

ewaller@turing ~/devel/build [128]1003 %git clone https://aur.archlinux.org/pamac-aur                                            
Cloning into 'pamac-aur'...
remote: Counting objects: 144, done.
remote: Compressing objects: 100% (117/117), done.
remote: Total 144 (delta 47), reused 122 (delta 27)
Receiving objects: 100% (144/144), 38.03 KiB | 0 bytes/s, done.
Resolving deltas: 100% (47/47), done.
ewaller@turing ~/devel/build 1004 %cd pamac-aur    
ewaller@turing ~/devel/build/pamac-aur 1005 %ll
total 8
-rw-r--r-- 1 ewaller ewaller  353 Feb  3 08:30 pamac.install
-rw-r--r-- 1 ewaller ewaller 1351 Feb  3 08:30 PKGBUILD
ewaller@turing ~/devel/build/pamac-aur 1006 %cat PKGBUILD 
# Contributor: Zeph <zeph33@gmail.com>
# Maintainer: Zeph <zeph33@gmail.com>
pkgname=pamac-aur
pkgver=4.2.0
_pkgver=4.2.0
pkgrel=1
pkgdesc="A Gtk3 frontend for libalpm"
arch=('any')
url="https://github.com/manjaro/pamac"
license=('GPL3')
depends=('glib2>=2.42' 'json-glib' 'libsoup' 'dbus-glib' 'polkit' 'vte3>=0.38' 'gtk3>=3.18'
         'libnotify' 'desktop-file-utils' 'pacman>=5.0' 'gnutls>=3.4')
  optdepends=('polkit-gnome: needed for authentification in Cinnamon, Gnome'
              'lxsession: needed for authentification in Xfce, LXDE etc.'
              'yaourt: needed for AUR support'
              'pamac-tray-appindicator: tray icon for KDE')
makedepends=('gettext' 'itstool' 'vala>=0.28')
backup=('etc/pamac.conf')
conflicts=('pamac')
provides=('pamac')
options=(!emptydirs)
install=pamac.install

source=("pamac-$pkgver-$pkgrel.tar.gz::https://github.com/manjaro/pamac/archive/v$_pkgver.tar.gz")
sha256sums=('cf400120ceff11912d1968bec7562bddb2672af3092d152e9952bcb805255b76')
  
prepare() {
  # adjust version string
  cd "$srcdir/pamac-$_pkgver"
  sed -i -e "s|\"$_pkgver\"|\"$pkgver-$pkgrel\"|g" src/transaction.vala
  # patches here
}

build() {
  cd "$srcdir/pamac-$_pkgver"

  # build
  make all
}

package() {
  cd "$srcdir/pamac-$_pkgver"
  make prefix="$pkgdir"/usr sysconfdir="$pkgdir"/etc install
}
# vim:set ts=2 sw=2 et:
ewaller@turing ~/devel/build/pamac-aur 1007 %makeplg
zsh: command not found: makeplg
ewaller@turing ~/devel/build/pamac-aur [127]1008 %makepkg
==> Making package: pamac-aur 4.2.0-1 (Fri Feb  3 08:31:09 PST 2017)
==> Checking runtime dependencies...
error: could not open file /var/lib/pacman/local/python2-setuptools-1:34.1.0-1/desc: No such file or directory
==> Checking buildtime dependencies...
error: could not open file /var/lib/pacman/local/python2-setuptools-1:34.1.0-1/desc: No such file or directory
==> Missing dependencies:
  -> itstool
  -> vala>=0.28
==> ERROR: Could not resolve all dependencies.

==> ERROR: An unknown error has occurred. Exiting...

Installed missing packages

ewaller@turing ~/devel/build/pamac-aur [1]1009 %makepkg
==> Making package: pamac-aur 4.2.0-1 (Fri Feb  3 08:49:24 PST 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading pamac-4.2.0-1.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   121    0   121    0     0    279      0 --:--:-- --:--:-- --:--:--   280
100  248k  100  248k    0     0   196k      0  0:00:01  0:00:01 --:--:--  468k
==> Validating source files with sha256sums...
    pamac-4.2.0-1.tar.gz ... Passed
==> Extracting sources...
  -> Extracting pamac-4.2.0-1.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
cd resources && make resources
make[1]: Entering directory '/home/ewaller/devel/build/pamac-aur/src/pamac-4.2.0/resources'
glib-compile-resources pamac.transaction.gresource.xml --target=transaction_resources.c --generate-source
glib-compile-resources pamac.manager.gresource.xml --target=manager_resources.c --generate-source
glib-compile-resources pamac.updater.gresource.xml --target=updater_resources.c --generate-source
glib-compile-resources pamac.installer.gresource.xml --target=installer_resources.c --generate-source
make[1]: Leaving directory '/home/ewaller/devel/build/pamac-aur/src/pamac-4.2.0/resources'
cd src && make binaries
make[1]: Entering directory '/home/ewaller/devel/build/pamac-aur/src/pamac-4.2.0/src'
valac 	-o pamac-refresh \
		-X -w \
		--pkg=gio-2.0 \
		--pkg=posix \
		pamac_config.vala \
		refresh.vala
pamac_config.vala:128.3-128.19: warning: method `Pamac.Config.write' never used
		public void write (HashTable<string,Variant> new_conf) {
		^^^^^^^^^^^^^^^^^
Compilation succeeded - 1 warning(s)
valac 	-o pamac-daemon \
		-X -w --pkg=posix -X -DGETTEXT_PACKAGE="pamac" --target-glib=2.38 \
		--pkg=libalpm --pkg=gio-2.0 --vapidir=../vapi -X -D_FILE_OFFSET_BITS=64 \
		--pkg=polkit-gobject-1 \
		--pkg=libcurl \
		--pkg=json-glib-1.0 \
		--pkg=libsoup-2.4 \
		--thread \
		alpm_config.vala \
		common.vala pamac_config.vala \
		package.vala \
		aur.vala \
		mirrors_config.vala \
		daemon.vala
libsoup-2.4.vapi:1146.3-1146.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:1260.3-1260.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:1931.3-1931.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:1934.3-1934.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:1937.3-1937.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:1940.3-1940.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:1943.3-1943.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:1946.3-1946.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:1949.3-1949.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:1952.3-1952.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:1955.3-1955.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:1958.3-1958.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:2000.3-2000.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:2003.3-2003.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:2006.3-2006.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:2076.3-2076.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:2080.3-2080.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:2083.3-2083.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:2086.3-2086.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:2089.3-2089.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:2092.3-2092.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:2095.3-2095.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:2098.3-2098.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:2101.3-2101.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:2104.3-2104.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:2107.3-2107.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
libsoup-2.4.vapi:2111.3-2111.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
Compilation succeeded - 27 warning(s)
valac 	-o pamac-tray \
		-X -w --pkg=posix -X -DGETTEXT_PACKAGE="pamac" --target-glib=2.38 \
		--pkg=gtk+-3.0 \
		--pkg=libnotify \
		common.vala pamac_config.vala \
		tray-gtk.vala \
		tray.vala
pamac_config.vala:128.3-128.19: warning: method `Pamac.Config.write' never used
		public void write (HashTable<string,Variant> new_conf) {
		^^^^^^^^^^^^^^^^^
Compilation succeeded - 1 warning(s)
valac	-o libpamac.so \
		-X -fPIC \
		-X --shared \
		-H pamac.h \
		--vapi=pamac.vapi \
		--library=libpamac \
		-X -w --pkg=posix -X -DGETTEXT_PACKAGE="pamac" --target-glib=2.38 \
		--pkg=gtk+-3.0 --pkg=gdk-3.0 --pkg=vte-2.91 -X -lm \
		--gresources=../resources/pamac.transaction.gresource.xml \
		../resources/transaction_resources.c \
		common.vala pamac_config.vala \
		package.vala transaction.vala history_dialog.vala choose_provider_dialog.vala transaction_sum_dialog.vala progress_box.vala \
		preferences_dialog.vala choose_ignorepkgs_dialog.vala mirrors_config.vala
pamac_config.vala:128.3-128.19: warning: method `Pamac.Config.write' never used
		public void write (HashTable<string,Variant> new_conf) {
		^^^^^^^^^^^^^^^^^
mirrors_config.vala:102.3-102.19: warning: method `Pamac.MirrorsConfig.write' never used
		public void write (HashTable<string,Variant> new_conf) {
		^^^^^^^^^^^^^^^^^
Compilation succeeded - 2 warning(s)
valac 	-o pamac-updater \
		-X -w --pkg=posix -X -DGETTEXT_PACKAGE="pamac" --target-glib=2.38 \
		-X -I. -X -L. -X -lpamac --vapidir=./ --pkg=pamac  \
		--pkg=gtk+-3.0 \
		--pkg=gdk-3.0 \
		--gresources=../resources/pamac.updater.gresource.xml \
		../resources/updater_resources.c \
		updater_window.vala \
		updater.vala
valac 	-o pamac-manager \
		-X -w --pkg=posix -X -DGETTEXT_PACKAGE="pamac" --target-glib=2.38 \
		-X -I. -X -L. -X -lpamac --vapidir=./ --pkg=pamac  \
		--pkg=gtk+-3.0 \
		--pkg=gdk-3.0 \
		--gresources=../resources/pamac.manager.gresource.xml \
		../resources/manager_resources.c \
		manager_window.vala \
		manager.vala
valac 	-o pamac-install \
		-X -w --pkg=posix -X -DGETTEXT_PACKAGE="pamac" --target-glib=2.38 \
		-X -I. -X -L. -X -lpamac --vapidir=./ --pkg=pamac  \
		--pkg=gtk+-3.0 \
		--gresources=../resources/pamac.installer.gresource.xml \
		../resources/installer_resources.c \
		progress_dialog.vala \
		installer.vala
make[1]: Leaving directory '/home/ewaller/devel/build/pamac-aur/src/pamac-4.2.0/src'
[ false = true ] && cd src && make pamac-tray-appindicator || echo "no appindicator support"
no appindicator support
cd po && make gettext
make[1]: Entering directory '/home/ewaller/devel/build/pamac-aur/src/pamac-4.2.0/po'
msgfmt -c -o ca_ES.mo ca_ES.po
mkdir -p locale/ca_ES/LC_MESSAGES/
cp ca_ES.mo locale/ca_ES/LC_MESSAGES/pamac.mo
msgfmt -c -o fr.mo fr.po
mkdir -p locale/fr/LC_MESSAGES/
cp fr.mo locale/fr/LC_MESSAGES/pamac.mo
msgfmt -c -o fa.mo fa.po
mkdir -p locale/fa/LC_MESSAGES/
cp fa.mo locale/fa/LC_MESSAGES/pamac.mo
msgfmt -c -o pl.mo pl.po
mkdir -p locale/pl/LC_MESSAGES/
cp pl.mo locale/pl/LC_MESSAGES/pamac.mo
msgfmt -c -o vi.mo vi.po
mkdir -p locale/vi/LC_MESSAGES/
cp vi.mo locale/vi/LC_MESSAGES/pamac.mo
msgfmt -c -o da.mo da.po
mkdir -p locale/da/LC_MESSAGES/
cp da.mo locale/da/LC_MESSAGES/pamac.mo
msgfmt -c -o zh_CN.mo zh_CN.po
mkdir -p locale/zh_CN/LC_MESSAGES/
cp zh_CN.mo locale/zh_CN/LC_MESSAGES/pamac.mo
msgfmt -c -o ca.mo ca.po
mkdir -p locale/ca/LC_MESSAGES/
cp ca.mo locale/ca/LC_MESSAGES/pamac.mo
msgfmt -c -o ro.mo ro.po
mkdir -p locale/ro/LC_MESSAGES/
cp ro.mo locale/ro/LC_MESSAGES/pamac.mo
msgfmt -c -o id.mo id.po
mkdir -p locale/id/LC_MESSAGES/
cp id.mo locale/id/LC_MESSAGES/pamac.mo
msgfmt -c -o si.mo si.po
mkdir -p locale/si/LC_MESSAGES/
cp si.mo locale/si/LC_MESSAGES/pamac.mo
msgfmt -c -o es_419.mo es_419.po
mkdir -p locale/es_419/LC_MESSAGES/
cp es_419.mo locale/es_419/LC_MESSAGES/pamac.mo
msgfmt -c -o az_AZ.mo az_AZ.po
mkdir -p locale/az_AZ/LC_MESSAGES/
cp az_AZ.mo locale/az_AZ/LC_MESSAGES/pamac.mo
msgfmt -c -o de_DE.mo de_DE.po
mkdir -p locale/de_DE/LC_MESSAGES/
cp de_DE.mo locale/de_DE/LC_MESSAGES/pamac.mo
msgfmt -c -o nl_BE.mo nl_BE.po
mkdir -p locale/nl_BE/LC_MESSAGES/
cp nl_BE.mo locale/nl_BE/LC_MESSAGES/pamac.mo
msgfmt -c -o fa_IR.mo fa_IR.po
mkdir -p locale/fa_IR/LC_MESSAGES/
cp fa_IR.mo locale/fa_IR/LC_MESSAGES/pamac.mo
msgfmt -c -o bn.mo bn.po
mkdir -p locale/bn/LC_MESSAGES/
cp bn.mo locale/bn/LC_MESSAGES/pamac.mo
msgfmt -c -o ast.mo ast.po
mkdir -p locale/ast/LC_MESSAGES/
cp ast.mo locale/ast/LC_MESSAGES/pamac.mo
msgfmt -c -o sr.mo sr.po
mkdir -p locale/sr/LC_MESSAGES/
cp sr.mo locale/sr/LC_MESSAGES/pamac.mo
msgfmt -c -o ru.mo ru.po
mkdir -p locale/ru/LC_MESSAGES/
cp ru.mo locale/ru/LC_MESSAGES/pamac.mo
msgfmt -c -o ur_PK.mo ur_PK.po
mkdir -p locale/ur_PK/LC_MESSAGES/
cp ur_PK.mo locale/ur_PK/LC_MESSAGES/pamac.mo
msgfmt -c -o hu.mo hu.po
mkdir -p locale/hu/LC_MESSAGES/
cp hu.mo locale/hu/LC_MESSAGES/pamac.mo
msgfmt -c -o hi.mo hi.po
mkdir -p locale/hi/LC_MESSAGES/
cp hi.mo locale/hi/LC_MESSAGES/pamac.mo
msgfmt -c -o tr.mo tr.po
mkdir -p locale/tr/LC_MESSAGES/
cp tr.mo locale/tr/LC_MESSAGES/pamac.mo
msgfmt -c -o fi.mo fi.po
mkdir -p locale/fi/LC_MESSAGES/
cp fi.mo locale/fi/LC_MESSAGES/pamac.mo
msgfmt -c -o es.mo es.po
mkdir -p locale/es/LC_MESSAGES/
cp es.mo locale/es/LC_MESSAGES/pamac.mo
msgfmt -c -o sr@latin.mo sr@latin.po
mkdir -p locale/sr@latin/LC_MESSAGES/
cp sr@latin.mo locale/sr@latin/LC_MESSAGES/pamac.mo
msgfmt -c -o pt_BR.mo pt_BR.po
mkdir -p locale/pt_BR/LC_MESSAGES/
cp pt_BR.mo locale/pt_BR/LC_MESSAGES/pamac.mo
msgfmt -c -o cy.mo cy.po
mkdir -p locale/cy/LC_MESSAGES/
cp cy.mo locale/cy/LC_MESSAGES/pamac.mo
msgfmt -c -o eu.mo eu.po
mkdir -p locale/eu/LC_MESSAGES/
cp eu.mo locale/eu/LC_MESSAGES/pamac.mo
msgfmt -c -o af.mo af.po
mkdir -p locale/af/LC_MESSAGES/
cp af.mo locale/af/LC_MESSAGES/pamac.mo
msgfmt -c -o el_GR.mo el_GR.po
mkdir -p locale/el_GR/LC_MESSAGES/
cp el_GR.mo locale/el_GR/LC_MESSAGES/pamac.mo
msgfmt -c -o es_MX.mo es_MX.po
mkdir -p locale/es_MX/LC_MESSAGES/
cp es_MX.mo locale/es_MX/LC_MESSAGES/pamac.mo
msgfmt -c -o hr.mo hr.po
mkdir -p locale/hr/LC_MESSAGES/
cp hr.mo locale/hr/LC_MESSAGES/pamac.mo
msgfmt -c -o cs.mo cs.po
mkdir -p locale/cs/LC_MESSAGES/
cp cs.mo locale/cs/LC_MESSAGES/pamac.mo
msgfmt -c -o eo.mo eo.po
mkdir -p locale/eo/LC_MESSAGES/
cp eo.mo locale/eo/LC_MESSAGES/pamac.mo
msgfmt -c -o it_IT.mo it_IT.po
mkdir -p locale/it_IT/LC_MESSAGES/
cp it_IT.mo locale/it_IT/LC_MESSAGES/pamac.mo
msgfmt -c -o en_GB.mo en_GB.po
mkdir -p locale/en_GB/LC_MESSAGES/
cp en_GB.mo locale/en_GB/LC_MESSAGES/pamac.mo
msgfmt -c -o sr_RS@latin.mo sr_RS@latin.po
mkdir -p locale/sr_RS@latin/LC_MESSAGES/
cp sr_RS@latin.mo locale/sr_RS@latin/LC_MESSAGES/pamac.mo
msgfmt -c -o is.mo is.po
mkdir -p locale/is/LC_MESSAGES/
cp is.mo locale/is/LC_MESSAGES/pamac.mo
msgfmt -c -o bs.mo bs.po
mkdir -p locale/bs/LC_MESSAGES/
cp bs.mo locale/bs/LC_MESSAGES/pamac.mo
msgfmt -c -o gl.mo gl.po
mkdir -p locale/gl/LC_MESSAGES/
cp gl.mo locale/gl/LC_MESSAGES/pamac.mo
msgfmt -c -o ko.mo ko.po
mkdir -p locale/ko/LC_MESSAGES/
cp ko.mo locale/ko/LC_MESSAGES/pamac.mo
msgfmt -c -o uk.mo uk.po
mkdir -p locale/uk/LC_MESSAGES/
cp uk.mo locale/uk/LC_MESSAGES/pamac.mo
msgfmt -c -o pt.mo pt.po
mkdir -p locale/pt/LC_MESSAGES/
cp pt.mo locale/pt/LC_MESSAGES/pamac.mo
msgfmt -c -o ar.mo ar.po
mkdir -p locale/ar/LC_MESSAGES/
cp ar.mo locale/ar/LC_MESSAGES/pamac.mo
msgfmt -c -o bg.mo bg.po
mkdir -p locale/bg/LC_MESSAGES/
cp bg.mo locale/bg/LC_MESSAGES/pamac.mo
msgfmt -c -o zh_TW.mo zh_TW.po
mkdir -p locale/zh_TW/LC_MESSAGES/
cp zh_TW.mo locale/zh_TW/LC_MESSAGES/pamac.mo
msgfmt -c -o bs_BA.mo bs_BA.po
mkdir -p locale/bs_BA/LC_MESSAGES/
cp bs_BA.mo locale/bs_BA/LC_MESSAGES/pamac.mo
msgfmt -c -o lt.mo lt.po
mkdir -p locale/lt/LC_MESSAGES/
cp lt.mo locale/lt/LC_MESSAGES/pamac.mo
msgfmt -c -o sv.mo sv.po
mkdir -p locale/sv/LC_MESSAGES/
cp sv.mo locale/sv/LC_MESSAGES/pamac.mo
msgfmt -c -o de_CH.mo de_CH.po
mkdir -p locale/de_CH/LC_MESSAGES/
cp de_CH.mo locale/de_CH/LC_MESSAGES/pamac.mo
msgfmt -c -o hr_HR.mo hr_HR.po
mkdir -p locale/hr_HR/LC_MESSAGES/
cp hr_HR.mo locale/hr_HR/LC_MESSAGES/pamac.mo
msgfmt -c -o sk.mo sk.po
mkdir -p locale/sk/LC_MESSAGES/
cp sk.mo locale/sk/LC_MESSAGES/pamac.mo
msgfmt -c -o fo.mo fo.po
mkdir -p locale/fo/LC_MESSAGES/
cp fo.mo locale/fo/LC_MESSAGES/pamac.mo
msgfmt -c -o zh.mo zh.po
mkdir -p locale/zh/LC_MESSAGES/
cp zh.mo locale/zh/LC_MESSAGES/pamac.mo
msgfmt -c -o it.mo it.po
mkdir -p locale/it/LC_MESSAGES/
cp it.mo locale/it/LC_MESSAGES/pamac.mo
msgfmt -c -o nl.mo nl.po
mkdir -p locale/nl/LC_MESSAGES/
cp nl.mo locale/nl/LC_MESSAGES/pamac.mo
msgfmt -c -o el.mo el.po
mkdir -p locale/el/LC_MESSAGES/
cp el.mo locale/el/LC_MESSAGES/pamac.mo
msgfmt -c -o hi_IN.mo hi_IN.po
mkdir -p locale/hi_IN/LC_MESSAGES/
cp hi_IN.mo locale/hi_IN/LC_MESSAGES/pamac.mo
msgfmt -c -o es_AR.mo es_AR.po
mkdir -p locale/es_AR/LC_MESSAGES/
cp es_AR.mo locale/es_AR/LC_MESSAGES/pamac.mo
msgfmt -c -o ms.mo ms.po
mkdir -p locale/ms/LC_MESSAGES/
cp ms.mo locale/ms/LC_MESSAGES/pamac.mo
msgfmt -c -o sl.mo sl.po
mkdir -p locale/sl/LC_MESSAGES/
cp sl.mo locale/sl/LC_MESSAGES/pamac.mo
msgfmt -c -o is_IS.mo is_IS.po
mkdir -p locale/is_IS/LC_MESSAGES/
cp is_IS.mo locale/is_IS/LC_MESSAGES/pamac.mo
msgfmt -c -o nb.mo nb.po
mkdir -p locale/nb/LC_MESSAGES/
cp nb.mo locale/nb/LC_MESSAGES/pamac.mo
msgfmt -c -o es_SV.mo es_SV.po
mkdir -p locale/es_SV/LC_MESSAGES/
cp es_SV.mo locale/es_SV/LC_MESSAGES/pamac.mo
msgfmt -c -o pl_PL.mo pl_PL.po
mkdir -p locale/pl_PL/LC_MESSAGES/
cp pl_PL.mo locale/pl_PL/LC_MESSAGES/pamac.mo
msgfmt -c -o de.mo de.po
mkdir -p locale/de/LC_MESSAGES/
cp de.mo locale/de/LC_MESSAGES/pamac.mo
msgfmt -c -o ml.mo ml.po
mkdir -p locale/ml/LC_MESSAGES/
cp ml.mo locale/ml/LC_MESSAGES/pamac.mo
msgfmt -c -o pt_PT.mo pt_PT.po
mkdir -p locale/pt_PT/LC_MESSAGES/
cp pt_PT.mo locale/pt_PT/LC_MESSAGES/pamac.mo
msgfmt -c -o sr_RS.mo sr_RS.po
mkdir -p locale/sr_RS/LC_MESSAGES/
cp sr_RS.mo locale/sr_RS/LC_MESSAGES/pamac.mo
msgfmt -c -o nl_NL.mo nl_NL.po
mkdir -p locale/nl_NL/LC_MESSAGES/
cp nl_NL.mo locale/nl_NL/LC_MESSAGES/pamac.mo
msgfmt -c -o ka.mo ka.po
mkdir -p locale/ka/LC_MESSAGES/
cp ka.mo locale/ka/LC_MESSAGES/pamac.mo
msgfmt -c -o ja.mo ja.po
mkdir -p locale/ja/LC_MESSAGES/
cp ja.mo locale/ja/LC_MESSAGES/pamac.mo
msgfmt -c -o uz.mo uz.po
mkdir -p locale/uz/LC_MESSAGES/
cp uz.mo locale/uz/LC_MESSAGES/pamac.mo
msgfmt -c -o he.mo he.po
mkdir -p locale/he/LC_MESSAGES/
cp he.mo locale/he/LC_MESSAGES/pamac.mo
msgfmt -c -o et.mo et.po
mkdir -p locale/et/LC_MESSAGES/
cp et.mo locale/et/LC_MESSAGES/pamac.mo
itstool -j ../data/polkit/org.manjaro.pamac.policy.in -o ../data/polkit/org.manjaro.pamac.policy cy.mo zh_CN.mo sr@latin.mo es.mo nl_NL.mo zh.mo hu.mo nl.mo uz.mo es_AR.mo sv.mo zh_TW.mo eu.mo de.mo bs.mo ur_PK.mo gl.mo ca.mo is.mo bs_BA.mo ko.mo pt.mo is_IS.mo cs.mo ms.mo de_DE.mo ro.mo sl.mo pt_BR.mo it.mo he.mo nl_BE.mo el_GR.mo ja.mo de_CH.mo fa.mo ml.mo hi_IN.mo ru.mo el.mo ast.mo tr.mo si.mo hr_HR.mo nb.mo hr.mo fr.mo bn.mo it_IT.mo bg.mo ka.mo az_AZ.mo en_GB.mo pl_PL.mo pt_PT.mo af.mo es_MX.mo fa_IR.mo es_SV.mo pl.mo vi.mo fi.mo sr.mo lt.mo hi.mo uk.mo eo.mo ca_ES.mo ar.mo id.mo fo.mo sr_RS@latin.mo et.mo sk.mo sr_RS.mo es_419.mo da.mo
make[1]: Leaving directory '/home/ewaller/devel/build/pamac-aur/src/pamac-4.2.0/po'
==> Entering fakeroot environment...
==> Starting package()...
install -Dm755 src/pamac-tray-appindicator /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/bin/pamac-tray-appindicator &> /dev/null && \
install -Dm644 data/applications/pamac-tray-appindicator.desktop /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/etc/xdg/autostart/pamac-tray-appindicator.desktop  &> /dev/null || echo no appindicator support
no appindicator support
mkdir -p /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/share/icons/hicolor
cp -r data/icons/* /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/share/icons/hicolor
mkdir -p /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/share/locale
cp -r po/locale/* /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/share/locale
install -Dm644 src/pamac.h /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/include/pamac.h
install -Dm644 src/pamac.vapi /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/share/vala/vapi/pamac.vapi
install -Dm755 src/libpamac.so /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/lib/libpamac.so
install -Dm744 src/pamac-daemon /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/bin/pamac-daemon
install -Dm755 src/pamac-tray /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/bin/pamac-tray
install -Dm755 src/pamac-manager /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/bin/pamac-manager
install -Dm755 src/pamac-updater /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/bin/pamac-updater
install -Dm755 src/pamac-install /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/bin/pamac-install
install -Dm755 src/pamac-refresh /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/bin/pamac-refresh
install -Dm644 data/applications/pamac-tray.desktop /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/etc/xdg/autostart/pamac-tray.desktop
install -Dm644 data/applications/pamac-manager.desktop /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/share/applications/pamac-manager.desktop
install -Dm644 data/applications/pamac-updater.desktop /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/share/applications/pamac-updater.desktop
install -Dm644 data/applications/pamac-install.desktop /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/share/applications/pamac-install.desktop
install -Dm644 data/config/pamac.conf /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/etc/pamac.conf
install -Dm644 data/dbus/org.manjaro.pamac.conf /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/etc/dbus-1/system.d/org.manjaro.pamac.conf
install -Dm644 data/dbus/org.manjaro.pamac.service /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/share/dbus-1/system-services/org.manjaro.pamac.service
install -Dm644 data/systemd/pamac.service /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/lib/systemd/system/pamac.service
install -Dm644 data/systemd/pamac-cleancache.service /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/lib/systemd/system/pamac-cleancache.service
install -Dm644 data/systemd/pamac-cleancache.timer /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/lib/systemd/system/pamac-cleancache.timer
install -Dm644 data/systemd/pamac-mirrorlist.service /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/lib/systemd/system/pamac-mirrorlist.service
install -Dm644 data/systemd/pamac-mirrorlist.timer /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/lib/systemd/system/pamac-mirrorlist.timer
mkdir -p /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/lib/systemd/system/multi-user.target.wants
ln -srf /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/lib/systemd/system/pamac-cleancache.timer /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/lib/systemd/system/multi-user.target.wants
ln -srf /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/lib/systemd/system/pamac-mirrorlist.timer /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/lib/systemd/system/multi-user.target.wants
install -Dm744 data/networkmanager/99_update_pamac_tray /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/etc/NetworkManager/dispatcher.d/99_update_pamac_tray
install -Dm644 data/polkit/org.manjaro.pamac.policy /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/share/polkit-1/actions/org.manjaro.pamac.policy
install -Dm644 data/mime/x-alpm-package.xml /home/ewaller/devel/build/pamac-aur/pkg/pamac-aur/usr/share/mime/packages/x-alpm-package.xml
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issue...
==> Creating package "pamac-aur"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: pamac-aur 4.2.0-1 (Fri Feb  3 08:49:37 PST 2017)
ewaller@turing ~/devel/build/pamac-aur 1010 %

Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#4 2017-02-04 05:08:37

sanket34
Member
Registered: 2017-01-29
Posts: 21

Re: [solved] makepkg is showing error for pamac-aur

I followed the instructions given on the aur page of pamacand  the issue is resolved. THNX

Offline

Board footer

Powered by FluxBB