[Gambas-bugtracker] Bug #1702: Manjaro packager doesn't work properly
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Fri Jan 3 15:28:50 CET 2020
http://gambaswiki.org/bugtracker/edit?object=BUG.1702&from=L21haW4-
Comment #5 by Tony MOREHEN:
I have the same problem: Packages that worked before now fail. I'm attaching a PKGBUILD. The problem in my case revolves around the fact that pkgdir is undefined. All other errors stem from that. Is this an upstream issue? Here's the make log:
Saving CHANGELOG file.
==============================================================================
CREATING PACKAGE FOR ARCHLINUX.
Making build directory.
cd '/tmp/gambas.1000/26454/archlinux'
makepkg -m -g >> PKGBUILD
==> Retrieving sources...
-> Found gbWeather-0.1.56.tar.bz2
-> Found license.txt
-> Found gbweather.desktop
-> Found gbWeather.png
==> Generating checksums for source files...
Creating package...
cd '/tmp/gambas.1000/26454/archlinux'
makepkg -m --allsource
==> Making package: gbweather 0.1.56-1 (Fri 03 Jan 2020 08:55:47 AM EST)
==> Retrieving sources...
-> Found gbWeather-0.1.56.tar.bz2
-> Found license.txt
-> Found gbweather.desktop
-> Found gbWeather.png
==> Validating source files with md5sums...
gbWeather-0.1.56.tar.bz2 ... Passed
license.txt ... Passed
gbweather.desktop ... Passed
gbWeather.png ... Passed
==> Entering fakeroot environment...
==> Creating source package...
-> Adding PKGBUILD...
-> Generating .SRCINFO file...
-> Adding gbWeather-0.1.56.tar.bz2...
-> Adding license.txt...
-> Adding gbweather.desktop...
-> Adding gbWeather.png...
-> Adding changelog file (ChangeLog)...
-> Compressing source package...
==> Leaving fakeroot environment.
==> Source package created: gbweather (Fri 03 Jan 2020 08:55:48 AM EST)
cd '/tmp/gambas.1000/26454/archlinux'
makepkg -m -d
==> Making package: gbweather 0.1.56-1 (Fri 03 Jan 2020 08:55:50 AM EST)
==> WARNING: Skipping dependency checks.
==> Retrieving sources...
-> Found gbWeather-0.1.56.tar.bz2
-> Found license.txt
-> Found gbweather.desktop
-> Found gbWeather.png
==> Validating source files with md5sums...
gbWeather-0.1.56.tar.bz2 ... Passed
license.txt ... Passed
gbweather.desktop ... Passed
gbWeather.png ... Passed
==> Extracting sources...
-> Extracting gbWeather-0.1.56.tar.bz2 with bsdtar
==> Starting build()...
OK
==> Entering fakeroot environment...
==> Starting package()...
/tmp/gambas.1000/26454/archlinux/PKGBUILD: line 33: pkgdir: command not found
ln: failed to create symbolic link '/usr/bin/gbweather': Permission denied
==> ERROR: A failure occurred in package().
Aborting...
The package build has failed.
Package.MakeArchPackage.2493: 'makepkg' has failed.
More information about the Bugtracker
mailing list