Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Building package giflib:x64-uwp failed with: BUILD_FAILED #3043

Closed
kasperbalink opened this issue Mar 15, 2018 · 1 comment
Closed
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@kasperbalink
Copy link

Error: Building package giflib:x64-uwp failed with: BUILD_FAILED
Package: giflib:x64-uwp
Vcpkg version: 0.0.105-2018-03-14-3a056235b85f34573903a7dc325d45e66549b6ff

Same issue for giflib:arm-uwp and giflib:x86-uwp.
This error occured while installing tesseract:x64-uwp

patch-x64-uwp-0-err.log:

Checking patch lib/dgif_lib.c...
error: while searching for:
#include <limits.h>
#include <stdint.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdio.h>
#include <string.h>

error: patch failed: lib/dgif_lib.c:12
error: lib/dgif_lib.c: patch does not apply
Checking patch lib/egif_lib.c...
error: while searching for:

*****************************************************************************/

#include <unistd.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>

error: patch failed: lib/egif_lib.c:8
error: lib/egif_lib.c: patch does not apply
Checking patch lib/gif_hash.c...
error: while searching for:

*****************************************************************************/

#include <unistd.h>
#include <stdint.h>
#include <stdlib.h>
#include <fcntl.h>

error: patch failed: lib/gif_hash.c:11
error: lib/gif_hash.c: patch does not apply
Checking patch lib/gif_hash.h...
error: while searching for:
#ifndef GIF_HASH_H
#define GIF_HASH_H

#include <unistd.h>
#include <stdint.h>

#define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */

error: patch failed: lib/gif_hash.h:7
error: lib/gif_hash.h: patch does not apply

@NancyLi1013 NancyLi1013 added the category:port-bug The issue is with a library, which is something the port should already support label Feb 12, 2019
@JackBoosY
Copy link
Contributor

Hi @kasperbalink , thanks for reporting this issue!
I've fixed this issue just now. Please update and rebuild giflib.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

No branches or pull requests

3 participants