X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-oi0-f68.google.com (mail-oi0-f68.google.com [209.85.218.68]) by lists.alpinelinux.org (Postfix) with ESMTP id F04865C4248 for ; Mon, 22 Aug 2016 03:18:05 +0000 (GMT) Received: by mail-oi0-f68.google.com with SMTP id e80so10677735oig.2 for ; Sun, 21 Aug 2016 20:18:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=cP5aky6Nrfzv4LtqwCYvpZ7Nr6DokAKjcaQVUk9mqs0=; b=Zyr0MpJ3wacpiF1pMucg3WBRDuAkDBZbmaIVaKtX3SrxRDmSq5++k0z3uBeSEFhM/e N6RlkTB3MJT9w1PPzkhrr4Wchr5v0FP7ATX89rsBUYlIk9+zWP/H7yXAFzdAI+0F3NLW 7VHlWxnsaDaakWnu56Y3H3Dl5ZmcFkKZ0fdgiPKnKRQBVS7/0yVfEO5DZ88G5YerkX0d qRI/LkpZUFB7CrZ1XBiLm3+YPN8Wzpf94ofCHFaWV5kSoDOQorrzIN9Wcm3G1CP/Q+sF 5t5GeCDn/o6WWd3kQyOLJN+tf1sLI2YX1SnhelM5PkTB8h82bT2+7PbG29JEZ7c1B3t2 eHSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=cP5aky6Nrfzv4LtqwCYvpZ7Nr6DokAKjcaQVUk9mqs0=; b=iXi1cdDrcZY4SR82s6NbL+oJgRGGZA1IOxGHjUqowUl4C3P0e03fxXOoIv8dPYX4LX da0L+4DdK9A3ZLhKmwRSQ0BdlsIrf0K6xNnIowukOduhBOS4Rdp0W2y1j++4SK/G5VTH FpjVxPAk+0Agq7lOnMPdIYO4xXGD8sq96nSa2lfgUvnfVsH6D0arSWMOEaJ0SyPIGgb3 zov1iU0U9f4ECGDzVZzZ0uKDozK9CXRspD2QQAnhVmsIuyobJvDMjOLo6+3CI5hD99KU T9ZgF9hu/2L47Sw7g6gsv/26gIq1NgZhKT3ZvjzOA7zprOwbOv9SObGvDbnrNcphc8uq Bi+Q== X-Gm-Message-State: AEkoouui2Bx4RSHeC2ClMEM43wKLH180gHyF2jiE0vxtf801XqvkaDgnzNE1rMUxl4pLMhIZY01ZulKOiK0zOg== X-Received: by 10.157.51.48 with SMTP id f45mr11008761otc.130.1471835885598; Sun, 21 Aug 2016 20:18:05 -0700 (PDT) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.202.228.134 with HTTP; Sun, 21 Aug 2016 20:18:05 -0700 (PDT) In-Reply-To: References: <20160819155839.19019-1-dsabogalcc@gmail.com> <20160819155839.19019-2-dsabogalcc@gmail.com> From: Daniel Sabogal Date: Sun, 21 Aug 2016 23:18:05 -0400 Message-ID: Subject: Re: [alpine-aports] [PATCH 2/2] testing/mupdf: build mupdf-gl and add subpackages To: Carlo Landmeter Cc: alpine-aports@lists.alpinelinux.org Content-Type: text/plain; charset=UTF-8 I've tested this on edge about a week ago. It seems that mupdf has issues with openjpeg 2.2.1 (recently upgraded). I'll submit a new set of patches. On Sun, Aug 21, 2016 at 5:58 PM, Carlo Landmeter wrote: > > > On 19 August 2016 at 17:58, Daniel Sabogal wrote: >> >> Fixes #5921 >> build mupdf with OpenGL backend >> split mupdf-x11, mupdf-gl, and mupdf-tools into subpackages > > > This fails to build for me on edge, are you using recent edge with gcc6 to > build this? > > LINK build/release/libmupdf.so.0 > build/release/fitz/load-jpx.o: In function `fz_load_jpx': > load-jpx.c:(.text+0x154): undefined reference to > `opj_set_default_decoder_parameters' > load-jpx.c:(.text+0x167): undefined reference to `opj_create_decompress' > load-jpx.c:(.text+0x181): undefined reference to `opj_set_info_handler' > load-jpx.c:(.text+0x193): undefined reference to `opj_set_warning_handler' > load-jpx.c:(.text+0x1a5): undefined reference to `opj_set_error_handler' > load-jpx.c:(.text+0x1b2): undefined reference to `opj_setup_decoder' > load-jpx.c:(.text+0x1c4): undefined reference to `opj_stream_default_create' > load-jpx.c:(.text+0x1e8): undefined reference to > `opj_stream_set_read_function' > load-jpx.c:(.text+0x1f7): undefined reference to > `opj_stream_set_skip_function' > load-jpx.c:(.text+0x206): undefined reference to > `opj_stream_set_seek_function' > load-jpx.c:(.text+0x215): undefined reference to `opj_stream_set_user_data' > load-jpx.c:(.text+0x220): undefined reference to > `opj_stream_set_user_data_length' > load-jpx.c:(.text+0x230): undefined reference to `opj_read_header' > load-jpx.c:(.text+0x248): undefined reference to `opj_decode' > load-jpx.c:(.text+0x258): undefined reference to `opj_stream_destroy' > load-jpx.c:(.text+0x260): undefined reference to `opj_destroy_codec' > load-jpx.c:(.text+0x535): undefined reference to `opj_image_destroy' > load-jpx.c:(.text+0x663): undefined reference to `opj_image_destroy' > load-jpx.c:(.text+0x67b): undefined reference to `opj_image_destroy' > load-jpx.c:(.text+0x698): undefined reference to `opj_image_destroy' > load-jpx.c:(.text+0x6b5): undefined reference to `opj_image_destroy' > build/release/fitz/load-jpx.o:load-jpx.c:(.text+0x6d2): more undefined > references to `opj_image_destroy' follow > build/release/fitz/load-jpx.o: In function `fz_load_jpx': > load-jpx.c:(.text+0x6f2): undefined reference to `opj_stream_destroy' > load-jpx.c:(.text+0x6fa): undefined reference to `opj_destroy_codec' > load-jpx.c:(.text+0x717): undefined reference to `opj_stream_destroy' > load-jpx.c:(.text+0x71f): undefined reference to `opj_destroy_codec' > load-jpx.c:(.text+0x729): undefined reference to `opj_image_destroy' > load-jpx.c:(.text+0x783): undefined reference to `opj_destroy_codec' > /usr/lib/gcc/x86_64-alpine-linux-musl/6.1.1/../../../../x86_64-alpine-linux-musl/bin/ld: > build/release/libmupdf.so.0: hidden symbol `opj_stream_set_user_data' isn't > defined > /usr/lib/gcc/x86_64-alpine-linux-musl/6.1.1/../../../../x86_64-alpine-linux-musl/bin/ld: > final link failed: Bad value > collect2: error: ld returned 1 exit status > > > --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---