> On 9 Feb 2017, at 15:21, Bennett Piater <benn...@piater.name> wrote:
> 
> Hi,
> I resurrected beamer-theme-metropolis when aurphan showed me that it's
> maintainer had orphaned it because I use it quite a lot.
> 
> The upstream was recently updated, but I cannot get it to compile from
> makepkg -- the latex compiler complains that it cannot write to it's log
> file.
> I didn't change the PKGBUILD besides updating the version and dependencies.
> 
> Output:
> https://vps1.piater.name/commie/#5O9xSO3P
> 
> Everything works if I cd into $srcdir/$pkgname-$pkgver and execute make
> from the shell.
> 

I've tried to build beamer-theme-metropois in a "clean" Docker
container with minimal set of packages, and I cannot reproduce your
error: beamer-theme-metropolis builds and installs perfectly (I
haven't tried using it though).

As you haven't provided PKGBUILD file I'm only guessing what changes
you have made to it to make it work. Apart from changing "pkgver" and
"sha5sums" variables I also had to modify "depends" array. I'm
attaching the diff below:

Are you building in a "clean" environment?

---
 PKGBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index c693213..099ccfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
 # Maintainer: Bennett Piater <bennett at piater dot name>
 pkgname=beamer-theme-metropolis
-pkgver=1.1
+pkgver=1.2
 pkgrel=1
 pkgdesc="A modern LaTeX Beamer theme"
 url="https://github.com/matze/mtheme";
 arch=("any")
 license=("custom:cc-by-sa-4.0")
-depends=("texlive-core" "texlive-pictures" "otf-fira-fonts")
+depends=("texlive-core" "texlive-pictures" "texlive-latexextra" 
"otf-fira-mono" "otf-fira-sans")
 source=("https://github.com/matze/mtheme/archive/v${pkgver}.tar.gz";)
 install=metropolis-theme.install
-sha512sums=('36eb3778e0acf75539e2d8d930ebc81202a4a6648d485963010459f25424a334c4bdf5d10f9619415908564faa282f726913ba3eba8a498f0ec9e286181540d2')
+sha512sums=('61e921a425f16b3fd12961533a5e2ec790d7d80e06d98a837156693082dd8254dfb9840498ce8e561924fb8c5241e9934e9cb1e7b7f1f8caef3cbd8edfae4af7')

 build() {
     # Generate the style files.
--
2.11.0


---
Vanush "Misha" Paturyan
Senior Technical Officer
Room 120
Computer Science Department
EOLAS Building
Maynooth University
Maynooth





Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to