Search Criteria
Package Details: mingw-w64-giflib 5.2.1-5
Git Clone URL: | https://aur.archlinux.org/mingw-w64-giflib.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-giflib |
Description: | A library for reading and writing gif images (mingw-w64) |
Upstream URL: | http://sourceforge.net/projects/giflib/ |
Keywords: | giflib mingw mingw-w64 |
Licenses: | |
Submitter: | Schala |
Maintainer: | drakkan |
Last Packager: | drakkan |
Votes: | 3 |
Popularity: | 0.000001 |
First Submitted: | 2012-11-01 00:39 |
Last Updated: | 2019-12-06 22:00 |
Dependencies (4)
- mingw-w64-crt (mingw-w64-crt-git)
- docbook-xsl (make)
- mingw-w64-make (make)
- xmlto (xmlto-git) (make)
Latest Comments
1 2 Next › Last »
Pol_M commented on 2019-09-03 23:26
!makeflags solved the solution, thank you a lot Nicola Murino (and of course, the rest of you who helped). Sorry for not answering earlier, I was on a small trip :) You're all the best! The Mingw enviorment on Arch is one of the best things ever!
spider-mario commented on 2019-08-31 21:00
Basically, I think the Makefile doesn’t specify all the dependencies that it should, and so linking commands are run before all of their inputs are ready.
If I build with
-j9
, I randomly get either:or:
drakkan commented on 2019-08-31 14:57
@spider-mario, thanks for your suggestion, I tested setting
MAKEFLAGS="-j2"
and it works for me, I also added-j2
directly inside the PKGBUILD build section and it compiles fine too. Can you please give more details on how to reproduce the build error? I tested in a clean chrootspider-mario commented on 2019-08-31 11:35
I think this needs
!makeflags
in the options too. If I build it in parallel, it fails.drakkan commented on 2019-08-28 14:12
@Pol_M, are you building in a clean chroot? I just retested in my previous build chroot (with
mingw-w64-gcc 9.1.0
) and then in a new clean chroot after installing only the compiler (9.2.0 version),mingw-w64-pkg-config
andmingw-w64-configure
, in both cases the package compiles fine, can you please share more details about your build env? If you need urgent help I can share the builded packagePol_M commented on 2019-08-28 13:46
I'm not capable of building this package:
And removing the -lgif parameter causes other errors to appear, mainly missing symbols
Schala commented on 2016-06-22 19:48
Try now
Martchus commented on 2016-06-22 19:43
When building this (in clean chroot) I'm getting the following errors:
I/O I/O I/O error : error : error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl
Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl
warning: warning: Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl
failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"
failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"
compilation error: file /tmp/xmlto-xsl.sGp70t line 4 element import
compilation error: file /tmp/xmlto-xsl.aI6tdI line 4 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl
compilation error: file /tmp/xmlto-xsl.3SFM2K line 4 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl
I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"
compilation error: file /tmp/xmlto-xsl.HZH7gQ line 4 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl
make[2]: *** [Makefile:612: gifbuild.html] Error 5
These errors could be easily avoided by not building the documentation which is discarded anyways.
Listing all targets (excluding doc) explicitly works for me: make lib util libtool pic stamp-h1 bin_PROGRAMS=''
I guess the make dependency docbook-xml can be removed then, too.
(The problem might also be fixed by adding the make dependency docbook-xsl. However, that would be useless because documentation is discarded anyways.)
Schala commented on 2016-01-24 09:42
I have no idea what's up with the repo right now.
mawe commented on 2016-01-24 06:13
I thought plain 'giflib' is meant to be the corresponding regular package.