i-nex / I-Nex

System information tool written in gambas3, python, bash
http://i-nex.linux.pl/
174 stars 24 forks source link

gzip: /build/i-nex/pkg/i-nex/usr/share/man/man1/i-nex-cpuid.1: No such file or directory #26

Closed FadeMind closed 8 years ago

FadeMind commented 8 years ago

@eloaders See: https://github.com/manjaro/packages-community/pull/215#issuecomment-240958646

eloaders commented 8 years ago

Please give me a full log

oberon-manjaro commented 8 years ago

This is odd! When I tried a few hours ago, package() failed. See i-nex-7.4.0-6-i686-package.txt When I tried again just now, the package built without issues: i-nex_buildlog.txt So, in essence I have no idea what the problem was in the first place, but the good thing is, it seems, we don't have a problem :laughing:

DarkShadow44 commented 7 years ago

In case someone comes across this, you can't (always) compile it multithreaded. You need MAKEFLAGS="-j1", fixed that issue for me.