[Slackbuilds-users] some minor issues with SBo-14.0

Heinz Wiesinger pprkut at slackbuilds.org
Thu Oct 4 21:32:25 UTC 2012


On Thursday 04 October 2012 16:00:46 LukenShiro wrote:
> I've noticed some .SlackBuilds have some minor issues in packages'
> building phase:
> 
> 1) libraries/libofx:
> """
> ofxpartner.cpp: In function ‘bool OfxPartner::post(const string&,
> const string&, const string&)’:
> ofxpartner.cpp:198:26: error: ‘unlink’ was not declared in this scope
> """
>  Should unistd.h be included in ofxconnect/ofxpartner.cpp, maybe?

Indeed. Fixed in my branch :)

> 2) business/gnucash:
>  it seems parallel building (multi-jobs flag) is not always reliable in
>  this one. Testing on a dual-core sometimes it works and sometimes it
>  doesn't work. I suggest an explicit "-j1" flag to 'make' command.

We usually don't do that, as MAKEFLAGS can be easily controlled by the user.

> 3) office/mupdf:
> """
> fitz/image_jpx.c:4:35: fatal error: openjpeg-1.5/openjpeg.h: File o
> directory non esistente [no such file or directory]
> compilation terminated.
> make: *** [build/release/image_jpx.o] Errore 1
> """
>  it relies on openjpeg .h header installed as
>  "openjpeg-1.5/openjpeg.h", but openjpeg installs it as
>  "/usr/include/openjpeg.h", so this line:
> """
> sed -i "s,openjpeg.h,openjpeg-1.5/openjpeg.h," fitz/image_jpx.c
> """
> should be maybe removed.

Fixed in my branch as well.

Thanks for the reports!

Grs,
Heinz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 230 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20121004/46f0c99e/attachment.asc>


More information about the SlackBuilds-users mailing list