You are not logged in.

#1 2013-08-26 22:13:13

Kaivo
Member
Registered: 2013-07-27
Posts: 1
Website

voyager-journey-home package update not working.

I'm trying to learn how to create and maintain packages by going through old orphan package and trying to update them so they are still working. When I reached the voyager-journey-home [1] package and its git [2] equivalent, I got a packaging issue I do not understand.

The vjh (voyager-journey-home) package has a new source with a new md5sum I tried to replace from the original package (in the comment section). Aside from that, nothing changed. The vjh-git package still works out of the box. Both of these packages have the same package() function with the same directory structure yet, only the vjh-git package builds correctly:

When the vjh-git package reaches the "make DESTDIR=$pkgdir install", it correctly copies the files over in the pkgdir. When the vjh package reaches that same function, it simply returns "make: 'install' is up to date".

Why does the Makefile returns that result for the vjh package but not for the vjh-git package? Since it doesn't "make install" correctly, the package doesn't. The /opt directory stays empty.

[1] https://aur.archlinux.org/packages/voya … rney-home/
[2] https://aur.archlinux.org/packages/voya … -home-git/

Offline

#2 2013-08-28 10:12:29

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,922

Re: voyager-journey-home package update not working.

check the upstream commits on github and you'll understand.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB