Package Details: darling-cli-python2-common-git r4302.c431326ef-1

Git Clone URL: https://aur.archlinux.org/darling-git.git (read-only, click to copy)
Package Base: darling-git
Description: Components of Darling that are shared between the CLI and Python 2 components
Upstream URL: https://www.darlinghq.org
Keywords: Emulator macOS OSX Wine
Licenses: GPL3
Conflicts: darling-cli-python2-common
Provides: darling-cli-python2-common
Submitter: UnicornDarkness
Maintainer: lazerbeak12345
Last Packager: lazerbeak12345
Votes: 41
Popularity: 0.000000
First Submitted: 2013-06-29 15:19 (UTC)
Last Updated: 2025-10-25 20:56 (UTC)

Dependencies (42)

Sources (155)

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 Next › Last »

UnicornDarkness commented on 2014-05-08 12:55 (UTC)

Thank for you report. That's strange: With darling-multilib-git pkgrel=6, I have noticed this problem (see https://github.com/X0rg/AUR-PKGBUILD/commit/cf07de069339147914650fcbafab269534d7f29f). Before uploading new PKGBUILD, I had a problem when compiling Darling with GCC 4.9.0, me too. But, now, we can't compile gnustep-make without GCC 4.9.0 (fail with GCC 4.8): gnustep-make need GCC 4.9, and Darling need GCC < 4.9 ; that's very problematic, that's why I had remove 'gcc<4.9.0' in Darling (see https://github.com/X0rg/AUR-PKGBUILD/commit/6e4fa6bf2d2798344dfec9bf7100f585bc921f2d). When I run 'yaourt -S darling-multilib-git --noconfirm' on a clean install and with GCC 4.9.0-1, Darling compiles fine. I'm not able to reproduce this problem now... What is the output of command 'pacman -Qs gnustep-make-multilib-clang-svn', please ?

UnicornDarkness commented on 2014-05-03 19:43 (UTC)

Darling-multilib-git Release 6 (2014-05-03 19:27): - Modified unistd.h is no longer needed since glibc 2.19 - GCC 4.9.0 seems to be not compatible with Darling

UnicornDarkness commented on 2014-05-03 19:42 (UTC)

Darling-git Release 9 (2014-05-03 19:26): - Modified unistd.h is no longer needed since glibc 2.19 - GCC 4.9.0 seems to be not compatible with Darling

UnicornDarkness commented on 2013-10-19 11:58 (UTC)

Darling-git Release 8 (2013-10-19 11:51): I've attempted to KISS (Keep It Simple, Stupid) Darling & GNUstep, like remove French langage (not very usefull). See here for more details: https://github.com/X0rg/AUR-PKGBUILD/commit/6fa0a952fd6602151386504c36a734c8a8809b72

UnicornDarkness commented on 2013-10-13 16:52 (UTC)

Darling-multilib-git Release 4 (2013-10-13 16:49) come with big changes : - full rewrite of dependencies (new group gnustep-multilib-clang-svn replaces lib32-gnustep-clang-svn) - rewrite PKGBUILD - fix script /usr/bin/dyld

UnicornDarkness commented on 2013-08-30 16:43 (UTC)

Darling-multilib-git Release 3 (2013-08-30 16:41) : - replace deprecated unistd.h patch with sed (with sudo) by a patched file (the unistd.h in sources). - remove creation of file dyld in PKGBUILD and add this file in sources (KISS)

UnicornDarkness commented on 2013-08-30 16:41 (UTC)

Darling-git Release 7 (2013-08-30 16:40) : replace deprecated unistd.h patch with sed (with sudo) by a patched file (the unistd.h in sources).

UnicornDarkness commented on 2013-08-28 17:46 (UTC)

Release 2 : - function makedepends=('...') was gone -> solved. - Fix LD_LIBRARY_PATH in script '/usr/bin/dyld32' (that's fun to copy and paste...)