Package Details: libplist-git 1:2.4.0.r7.g5461eda-1

Git Clone URL: https://aur.archlinux.org/libplist-git.git (read-only, click to copy)
Package Base: libplist-git
Description: A library to handle Apple Property List format whereas it's binary or XML
Upstream URL: http://www.libimobiledevice.org/
Licenses: LGPL-2.1-or-later
Conflicts: libplist
Provides: libplist, libplist++-2.0.so, libplist-2.0.so
Submitter: intellitech
Maintainer: intelfx
Last Packager: intelfx
Votes: 33
Popularity: 0.035038
First Submitted: 2009-04-17 04:15 (UTC)
Last Updated: 2024-04-30 08:56 (UTC)

Dependencies (7)

Required by (45)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

scallop commented on 2021-12-23 07:15 (UTC)

having a problem with this,

make[3]: Entering directory '/home/scallop/AUR/libplist-git/src/libplist/test'
PASS: empty.test
PASS: small.test
PASS: medium.test
PASS: large.test
PASS: huge.test
PASS: bigarray.test
PASS: dates.test
PASS: timezone1.test
PASS: timezone2.test
PASS: signedunsigned1.test
PASS: signedunsigned2.test
PASS: signedunsigned3.test
PASS: hex.test
PASS: order.test
PASS: recursion.test
PASS: entities.test
PASS: empty_keys.test
PASS: amp.test
PASS: invalid_tag.test
PASS: cdata.test
PASS: offsetsize.test
PASS: refsize.test
PASS: malformed_dict.test
PASS: uid.test
PASS: json1.test
PASS: json2.test
FAIL: json-invalid-types.test
============================================================================
Testsuite summary for libplist 2.2.1
============================================================================
# TOTAL: 27
# PASS:  26
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See test/test-suite.log
Please report to https://github.com/libimobiledevice/libplist/issues
============================================================================
make[3]: *** [Makefile:818: test-suite.log] Error 1
make[3]: Leaving directory '/home/scallop/AUR/libplist-git/src/libplist/test'
make[2]: *** [Makefile:926: check-TESTS] Error 2
make[2]: Leaving directory '/home/scallop/AUR/libplist-git/src/libplist/test'
make[1]: *** [Makefile:991: check-am] Error 2
make[1]: Leaving directory '/home/scallop/AUR/libplist-git/src/libplist/test'
make: *** [Makefile:446: check-recursive] Error 1
==> ERROR: A failure occurred in check().
    Aborting...
[scallop@laika libplist-git]$

help would be appreciated

thaewrapt commented on 2020-07-13 14:03 (UTC) (edited on 2020-07-13 14:10 (UTC) by thaewrapt)

This package is incompatible with "ccache" makepkg option at the moment. To prevent any ccache usage, PKGBUILD needs a string:

options=('!ccache')

intelfx commented on 2020-05-26 23:09 (UTC)

@0x9fff00 Oof, indeed.

0x9fff00 commented on 2020-05-26 21:08 (UTC)

You need double quotes for "libplist=$pkgver", otherwise the variable isn't substituted

aqua123 commented on 2019-12-23 13:20 (UTC)

@intelfx Thank you!

intelfx commented on 2019-12-23 13:07 (UTC)

@aqua123

/home/ethan/.pyenv/versions/3.6.9/lib/libpython3.6m.a

You should be building packages against the system python interpreter, not the pyenv or whatever you are using. Clean up your PATH/PYTHONPATH, or build as a separate user.

aqua123 commented on 2019-12-23 12:52 (UTC) (edited on 2019-12-23 12:52 (UTC) by aqua123)

I'm getting this error while compiling:

/usr/bin/ld: /home/ethan/.pyenv/versions/3.6.9/lib/libpython3.6m.a(bytearrayobject.o): relocation R_X86_64_PC32 against symbol `_Py_NoneStruct' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
clang-9: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [Makefile:456: plist.la] Error 1
make[3]: Leaving directory '/home/ethan/.cache/yay/libplist-git/src/libplist/cython'
make[2]: *** [Makefile:386: all] Error 2
make[2]: Leaving directory '/home/ethan/.cache/yay/libplist-git/src/libplist/cython'
make[1]: *** [Makefile:438: all-recursive] Error 1
make[1]: Leaving directory '/home/ethan/.cache/yay/libplist-git/src/libplist'
make: *** [Makefile:368: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
Error making: libplist-git

intelfx commented on 2019-12-15 22:14 (UTC)

Package bumped and resynced with official repo PKGBUILD (long overdue).

tsj commented on 2018-02-13 22:26 (UTC)

I had to add the cython2 path for the autogen script, line 28 of PKGBUILD should read: PYTHON=/usr/bin/python2 CYTHON=/usr/bin/cython2 ./autogen.sh --prefix=/usr

Otherwise I ended up with some python error message instead of a path in the Makefile.

encounter commented on 2017-10-05 03:52 (UTC)

@intelfx: Turned out I had clang35 installed instead, so that was my fault. Thanks!