Problèmes et questions sur les environnements graphiques et les applications.
Répondre

[Aur] Discord

#1Messageil y a 5 ans

Bonjour,
Alors voila quand j'essaye d'installer discord (en ayant bien rentré les clés) je reçois ce message d'erreur :

[maxime@maxime-pc ~]$ trizen -S discord
Clonage dans 'discord'...
remote: Counting objects: 147, done.
remote: Compressing objects: 100% (103/103), done.
remote: Total 147 (delta 44), reused 145 (delta 42)
Réception d'objets: 100% (147/147), 49.69 KiB | 34.00 KiB/s, fait.
Résolution des deltas: 100% (44/44), fait.

:: Package: discord
:: AUR URL: https://aur.archlinux.org/packages.php?ID=516616

:: Content of /tmp/trizen-maxime/discord/PKGBUILD

# Maintainer: Anna <morganamilo@gmail.com>
# Contributor: Cayde Dixon <me@cazzar.net>
# Contributor: Anthony Anderson <aantony4122@gmail.com>


_branch='discord'

pkgname=discord
pkgver=0.0.5
pkgrel=3
pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
arch=('x86_64')
url='https://discordapp.com/'
license=('custom')
depends=('gtk2' 'gconf' 'libnotify' 'libxss' 'glibc' 'alsa-lib' 'nspr' 'nss' 'libc++')
optdepends=(
  'libpulse: For pulseaudio support'
  'noto-fonts-emoji: Google font for emoji support.'
  'ttf-symbola: Font for emoji support.'
)

install="Discord.install"
source=(Discord.desktop LICENSE)
source_x86_64=("https://dl.discordapp.net/apps/linux/${pkgver}/${_branch}-${pkgver}.tar.gz")
md5sums=('203b6c7c05e56ce3b9d9eb55d7e11d17'
         '26b3229c74488c64d94798e48bc49fcd')
md5sums_x86_64=('18a8e7f86d26a1472dbfff060e1671e4')



#This is always latest build, right now I do not know of a version param.

package() {
  # Install the main files.
  install -d "${pkgdir}/opt/${pkgname}"
  cp -a "${srcdir}/Discord/." "${pkgdir}/opt/${pkgname}"

  # Exec bit
  chmod 755 "${pkgdir}/opt/${pkgname}/Discord"


  # Desktop Entry
  install -Dm644 "${srcdir}/Discord.desktop" "${pkgdir}/usr/share/applications/Discord.desktop"

  # Main binary
  install -d "${pkgdir}/usr/bin"
  #install "${srcdir}/Discord.sh" "${pkgdir}/usr/bin/discord"
  ln -s "/opt/${pkgname}/Discord" "${pkgdir}/usr/bin/${pkgname}"

  # Create symbolic link to the icon
  install -d "${pkgdir}/usr/share/pixmaps"
  ln -s "/opt/${pkgname}/discord.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"

  # License
  install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

=>> Edit PKGBUILD? [y/N]: n

:: Content of /tmp/trizen-maxime/discord/Discord.desktop

[Desktop Entry]
Name=Discord
Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
GenericName=Internet Messenger
Exec=/usr/bin/discord
Icon=discord
Type=Application
StartupNotify=false
Categories=Network;InstantMessaging;
StartupWMClass=discord

=>> Edit Discord.desktop? [y/N]: n

:: Content of /tmp/trizen-maxime/discord/Discord.install

post_upgrade() {
    echo ">>> You may need to delete discord's config directory ~/.config/discord"
    echo ">>> If you are using betterdiscord you may also need to reinstall that"
    echo ">>> Try this if discord is stuck on the updating screen or if nothing displays but a gray box"
    echo ">>> If you believe there is a problem with this AUR package please report it to the AUR page"
    echo ">>> If you believe there is a problem with Discord please report it to:"
    echo ">>> https://discord.gg/discord-testers or https://discord.gg/discord-linux."
    /opt/discord/postinst.sh > /dev/null
}

=>> Edit Discord.install? [y/N]: n

:: Content of /tmp/trizen-maxime/discord/Discord.sh

#!/bin/bash
PULSE_LATENCY_MSEC=30 /opt/discord/Discord

=>> Edit Discord.sh? [y/N]: n

:: Content of /tmp/trizen-maxime/discord/LICENSE
[...] (j'ai coupé cette partie car sinon je ne pouvais pas poster ce message du au trop grand nombre de caractere)
=>> Edit LICENSE? [y/N]: n

Repository      : AUR
Name            : discord
Version         : 0.0.5-3
Maintainer      : Morganamilo
URL             : https://discordapp.com/
AUR URL         : https://aur.archlinux.org/packages.php?ID=516616
License         : custom
Votes           : 316
Popularity      : 25%
Installed       : No
Out Of Date     : No
Depends On      : gtk2
                  gconf
                  libnotify
                  libxss
                  glibc
                  alsa-lib
                  nspr
                  nss
                  libc++
Make Deps       : None
Check Deps      : None
Optional Deps   : libpulse: For pulseaudio support
                  noto-fonts-emoji: Google font for emoji support.
                  ttf-symbola: Font for emoji support.
Provides        : None
Conflicts With  : None
Replaces        : None
Package Base    : discord
Last Update     : Mon Jun  4 18:07:43 2018
Description     : All-in-one voice and text chat for gamers that's free and secure.

HEAD est maintenant à 6f0ab5a Update to 6.0.0, migrate from make to ninja, include check function/tests and relocate the experimental headers to appropriate package.
Déjà à jour.

:: Package: libc++
:: AUR URL: https://aur.archlinux.org/packages.php?ID=496176

:: Content of /tmp/trizen-maxime/libc++/PKGBUILD

# Maintainer: Llewelyn Trahaearn <woefulderelict [at] gmail [dot] com>
# Contributor: Daniel Micay <danielmicay [at] gmail [dot] com>
# Contributor: MThinkCpp <mtc [dot] maintainer [at] outlook [dot] com>

pkgbase=libc++
pkgname=(${pkgbase}{,abi,experimental})
pkgver=6.0.0
pkgrel=1
url="https://libcxx.llvm.org/"
license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
arch=('i686' 'x86_64')
depends=('gcc-libs')
makedepends=('clang' 'cmake' 'ninja' 'python' 'libunwind')
source=("https://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz"{,.sig}
        "https://releases.llvm.org/$pkgver/libcxx-$pkgver.src.tar.xz"{,.sig}
        "https://releases.llvm.org/$pkgver/libcxxabi-$pkgver.src.tar.xz"{,.sig})
noextract=("${source[@]##*/}")
sha512sums=('a71fdd5ddc46f01327ad891cfcc198febdbe10769c57f14d8a4fb7d514621ee4080e1a641200d3353c16a16731d390270499ec6cd3dc98fadc570f3eb6b52b8c'
            'SKIP'
            '3d93910f85a778f36c5f7a4429639008acba5713a2c8ac79a9de09463af6f9a388af45d39af23423a7223660701697ba067f3391f25d5a970973691dd88635e3'
            'SKIP'
            'c5e4cc05105770b42b20595fdbda5e1483be4582bc94335da1a15531ba43a0ecf30e1e0a252f62d4d0e6c79cda9d44ff5fdbe69a0a295b2431fd6de158410e2e'
            'SKIP')
validpgpkeys=(# Tom Stellard <tom@stellard.net> (.1 releases)
              # https://pgp.mit.edu/pks/lookup?op=get&search=0x8F0871F202119294
              11E521D646982372EB577A1F8F0871F202119294
              # Hans Wennborg <hans@chromium.org> (.0 releases)
              # https://releases.llvm.org/6.0.0/hans-gpg-key.asc
              B6C8F98282B944E3B0D5C2530FC3042E345AD05D)
 
prepare() {
  [[ -d llvm ]] || mkdir llvm
  bsdtar --strip-components 1 --uid 0 --gid 0 -zxf \
         ${srcdir}/${source[0]##*/} -C \
         llvm
  [[ -d llvm/projects/libcxx ]] || mkdir llvm/projects/libcxx
  bsdtar --strip-components 1 --uid 0 --gid 0 -zxf \
         ${srcdir}/${source[2]##*/} -C \
         llvm/projects/libcxx
  [[ -d llvm/projects/libcxxabi ]] || mkdir  llvm/projects/libcxxabi
  bsdtar --strip-components 1 --uid 0 --gid 0 -zxf \
         ${srcdir}/${source[4]##*/} -C \
         llvm/projects/libcxxabi
  sed -i 's/CREDITS.TXT/CREDITS/' llvm/projects/libcxx/LICENSE.TXT
  sed -i 's/CREDITS.TXT/CREDITS/' llvm/projects/libcxxabi/LICENSE.TXT
  [[ -d build ]] || mkdir build
}
 
build() {
  cd build
  cmake \
    -G Ninja \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_C_COMPILER=clang \
    -DCMAKE_CXX_COMPILER=clang++ \
    -DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY=On \
    -DLIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=Off \
    ${srcdir}/llvm
  ninja cxx cxx_experimental
}

check() {
  cd build
  ninja check-cxx
}

package_libc++() {
  pkgdesc='LLVM C++ standard library.'
  depends=("libc++abi=${pkgver}-${pkgrel}")
  cd ${srcdir}/build
  DESTDIR="${pkgdir}" ninja install-libcxx

  # Remove ABI headers.
  rm "${pkgdir}/usr/include/c++/v1/cxxabi.h"
  rm "${pkgdir}/usr/include/c++/v1/__cxxabi_config.h"

  # Remove experimental headers.
  rm -rf "${pkgdir}/usr/include/c++/v1/experimental"

  # License.
  install -Dm644 ${srcdir}/llvm/projects/libcxx/CREDITS.TXT "${pkgdir}/usr/share/licenses/${pkgname}/CREDITS"
  install -Dm644 ${srcdir}/llvm/projects/libcxx/LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
 
package_libc++abi() {
  pkgdesc='Low level support for the LLVM C++ standard library.'
  cd ${srcdir}/build
  DESTDIR="${pkgdir}" ninja install-libcxxabi
  install -Dm644 ${srcdir}/build/include/c++/v1/cxxabi.h "${pkgdir}/usr/include/c++/v1/cxxabi.h"
  install -Dm644 ${srcdir}/build/include/c++/v1/__cxxabi_config.h "${pkgdir}/usr/include/c++/v1/__cxxabi_config.h"
  install -Dm644 ${srcdir}/llvm/projects/libcxxabi/CREDITS.TXT "${pkgdir}/usr/share/licenses/${pkgname}/CREDITS"
  install -Dm644 ${srcdir}/llvm/projects/libcxxabi/LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
 
package_libc++experimental() {
  depends=("libc++=$pkgver-$pkgrel")
  pkgdesc='LLVM C++ experimental library.'
  install -Dm644 ${srcdir}/build/lib/libc++experimental.a ${pkgdir}/usr/lib/libc++experimental.a
  install -d ${pkgdir}/usr/include/c++/v1/experimental
  install -m644 ${srcdir}/build/include/c++/v1/experimental/* ${pkgdir}/usr/include/c++/v1/experimental
  install -Dm644 ${srcdir}/llvm/projects/libcxx/CREDITS.TXT "${pkgdir}/usr/share/licenses/${pkgname}/CREDITS"
  install -Dm644 ${srcdir}/llvm/projects/libcxx/LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

=>> Edit PKGBUILD? [y/N]: n
ILD? [y/N]: n

Repository      : AUR
Name            : libc++
Version         : 6.0.0-1
Maintainer      : WoefulDerelict
URL             : https://libcxx.llvm.org/
AUR URL         : https://aur.archlinux.org/packages.php?ID=496176
License         : MIT
                  custom:University of Illinois/NCSA Open Source License
Votes           : 153
Popularity      : 17%
Installed       : No
Out Of Date     : No
Depends On      : gcc-libs
                  libc++abi=6.0.0-1
Make Deps       : clang
                  cmake
                  ninja
                  python
                  libunwind
Check Deps      : None
Optional Deps   : None
Provides        : None
Conflicts With  : None
Replaces        : None
Package Base    : libc++
Last Update     : Wed Mar 21 05:20:57 2018
Description     : LLVM C++ standard library.

HEAD est maintenant à 6f0ab5a Update to 6.0.0, migrate from make to ninja, include check function/tests and relocate the experimental headers to appropriate package.
Déjà à jour.

:: Package: libc++abi
:: AUR URL: https://aur.archlinux.org/packages.php?ID=496177

:: Content of /tmp/trizen-maxime/libc++/PKGBUILD

# Maintainer: Llewelyn Trahaearn <woefulderelict [at] gmail [dot] com>
# Contributor: Daniel Micay <danielmicay [at] gmail [dot] com>
# Contributor: MThinkCpp <mtc [dot] maintainer [at] outlook [dot] com>

pkgbase=libc++
pkgname=(${pkgbase}{,abi,experimental})
pkgver=6.0.0
pkgrel=1
url="https://libcxx.llvm.org/"
license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
arch=('i686' 'x86_64')
depends=('gcc-libs')
makedepends=('clang' 'cmake' 'ninja' 'python' 'libunwind')
source=("https://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz"{,.sig}
        "https://releases.llvm.org/$pkgver/libcxx-$pkgver.src.tar.xz"{,.sig}
        "https://releases.llvm.org/$pkgver/libcxxabi-$pkgver.src.tar.xz"{,.sig})
noextract=("${source[@]##*/}")
sha512sums=('a71fdd5ddc46f01327ad891cfcc198febdbe10769c57f14d8a4fb7d514621ee4080e1a641200d3353c16a16731d390270499ec6cd3dc98fadc570f3eb6b52b8c'
            'SKIP'
            '3d93910f85a778f36c5f7a4429639008acba5713a2c8ac79a9de09463af6f9a388af45d39af23423a7223660701697ba067f3391f25d5a970973691dd88635e3'
            'SKIP'
            'c5e4cc05105770b42b20595fdbda5e1483be4582bc94335da1a15531ba43a0ecf30e1e0a252f62d4d0e6c79cda9d44ff5fdbe69a0a295b2431fd6de158410e2e'
            'SKIP')
validpgpkeys=(# Tom Stellard <tom@stellard.net> (.1 releases)
              # https://pgp.mit.edu/pks/lookup?op=get&search=0x8F0871F202119294
              11E521D646982372EB577A1F8F0871F202119294
              # Hans Wennborg <hans@chromium.org> (.0 releases)
              # https://releases.llvm.org/6.0.0/hans-gpg-key.asc
              B6C8F98282B944E3B0D5C2530FC3042E345AD05D)
 
prepare() {
  [[ -d llvm ]] || mkdir llvm
  bsdtar --strip-components 1 --uid 0 --gid 0 -zxf \
         ${srcdir}/${source[0]##*/} -C \
         llvm
  [[ -d llvm/projects/libcxx ]] || mkdir llvm/projects/libcxx
  bsdtar --strip-components 1 --uid 0 --gid 0 -zxf \
         ${srcdir}/${source[2]##*/} -C \
         llvm/projects/libcxx
  [[ -d llvm/projects/libcxxabi ]] || mkdir  llvm/projects/libcxxabi
  bsdtar --strip-components 1 --uid 0 --gid 0 -zxf \
         ${srcdir}/${source[4]##*/} -C \
         llvm/projects/libcxxabi
  sed -i 's/CREDITS.TXT/CREDITS/' llvm/projects/libcxx/LICENSE.TXT
  sed -i 's/CREDITS.TXT/CREDITS/' llvm/projects/libcxxabi/LICENSE.TXT
  [[ -d build ]] || mkdir build
}
 
build() {
  cd build
  cmake \
    -G Ninja \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_C_COMPILER=clang \
    -DCMAKE_CXX_COMPILER=clang++ \
    -DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY=On \
    -DLIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=Off \
    ${srcdir}/llvm
  ninja cxx cxx_experimental
}

check() {
  cd build
  ninja check-cxx
}

package_libc++() {
  pkgdesc='LLVM C++ standard library.'
  depends=("libc++abi=${pkgver}-${pkgrel}")
  cd ${srcdir}/build
  DESTDIR="${pkgdir}" ninja install-libcxx

  # Remove ABI headers.
  rm "${pkgdir}/usr/include/c++/v1/cxxabi.h"
  rm "${pkgdir}/usr/include/c++/v1/__cxxabi_config.h"

  # Remove experimental headers.
  rm -rf "${pkgdir}/usr/include/c++/v1/experimental"

  # License.
  install -Dm644 ${srcdir}/llvm/projects/libcxx/CREDITS.TXT "${pkgdir}/usr/share/licenses/${pkgname}/CREDITS"
  install -Dm644 ${srcdir}/llvm/projects/libcxx/LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
 
package_libc++abi() {
  pkgdesc='Low level support for the LLVM C++ standard library.'
  cd ${srcdir}/build
  DESTDIR="${pkgdir}" ninja install-libcxxabi
  install -Dm644 ${srcdir}/build/include/c++/v1/cxxabi.h "${pkgdir}/usr/include/c++/v1/cxxabi.h"
  install -Dm644 ${srcdir}/build/include/c++/v1/__cxxabi_config.h "${pkgdir}/usr/include/c++/v1/__cxxabi_config.h"
  install -Dm644 ${srcdir}/llvm/projects/libcxxabi/CREDITS.TXT "${pkgdir}/usr/share/licenses/${pkgname}/CREDITS"
  install -Dm644 ${srcdir}/llvm/projects/libcxxabi/LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
 
package_libc++experimental() {
  depends=("libc++=$pkgver-$pkgrel")
  pkgdesc='LLVM C++ experimental library.'
  install -Dm644 ${srcdir}/build/lib/libc++experimental.a ${pkgdir}/usr/lib/libc++experimental.a
  install -d ${pkgdir}/usr/include/c++/v1/experimental
  install -m644 ${srcdir}/build/include/c++/v1/experimental/* ${pkgdir}/usr/include/c++/v1/experimental
  install -Dm644 ${srcdir}/llvm/projects/libcxx/CREDITS.TXT "${pkgdir}/usr/share/licenses/${pkgname}/CREDITS"
  install -Dm644 ${srcdir}/llvm/projects/libcxx/LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Repository      : AUR
Name            : libc++
Version         : 6.0.0-1
Maintainer      : WoefulDerelict
URL             : https://libcxx.llvm.org/
AUR URL         : https://aur.archlinux.org/packages.php?ID=496176
License         : MIT
                  custom:University of Illinois/NCSA Open Source License
Votes           : 153
Popularity      : 17%
Installed       : No
Out Of Date     : No
Depends On      : gcc-libs
                  libc++abi=6.0.0-1
Make Deps       : clang
                  cmake
                  ninja
                  python
                  libunwind
Check Deps      : None
Optional Deps   : None
Provides        : None
Conflicts With  : None
Replaces        : None
Package Base    : libc++
Last Update     : Wed Mar 21 05:20:57 2018
Description     : LLVM C++ standard library.

HEAD est maintenant à 6f0ab5a Update to 6.0.0, migrate from make to ninja, include check function/tests and relocate the experimental headers to appropriate package.
Déjà à jour.

:: Package: libc++abi
:: AUR URL: https://aur.archlinux.org/packages.php?ID=496177

:: Content of /tmp/trizen-maxime/libc++/PKGBUILD

# Maintainer: Llewelyn Trahaearn <woefulderelict [at] gmail [dot] com>
# Contributor: Daniel Micay <danielmicay [at] gmail [dot] com>
# Contributor: MThinkCpp <mtc [dot] maintainer [at] outlook [dot] com>

pkgbase=libc++
pkgname=(${pkgbase}{,abi,experimental})
pkgver=6.0.0
pkgrel=1
url="https://libcxx.llvm.org/"
license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
arch=('i686' 'x86_64')
depends=('gcc-libs')
makedepends=('clang' 'cmake' 'ninja' 'python' 'libunwind')
source=("https://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz"{,.sig}
        "https://releases.llvm.org/$pkgver/libcxx-$pkgver.src.tar.xz"{,.sig}
        "https://releases.llvm.org/$pkgver/libcxxabi-$pkgver.src.tar.xz"{,.sig})
noextract=("${source[@]##*/}")
sha512sums=('a71fdd5ddc46f01327ad891cfcc198febdbe10769c57f14d8a4fb7d514621ee4080e1a641200d3353c16a16731d390270499ec6cd3dc98fadc570f3eb6b52b8c'
            'SKIP'
            '3d93910f85a778f36c5f7a4429639008acba5713a2c8ac79a9de09463af6f9a388af45d39af23423a7223660701697ba067f3391f25d5a970973691dd88635e3'
            'SKIP'
            'c5e4cc05105770b42b20595fdbda5e1483be4582bc94335da1a15531ba43a0ecf30e1e0a252f62d4d0e6c79cda9d44ff5fdbe69a0a295b2431fd6de158410e2e'
            'SKIP')
validpgpkeys=(# Tom Stellard <tom@stellard.net> (.1 releases)
              # https://pgp.mit.edu/pks/lookup?op=get&search=0x8F0871F202119294
              11E521D646982372EB577A1F8F0871F202119294
              # Hans Wennborg <hans@chromium.org> (.0 releases)
              # https://releases.llvm.org/6.0.0/hans-gpg-key.asc
              B6C8F98282B944E3B0D5C2530FC3042E345AD05D)
 
prepare() {
  [[ -d llvm ]] || mkdir llvm
  bsdtar --strip-components 1 --uid 0 --gid 0 -zxf \
         ${srcdir}/${source[0]##*/} -C \
         llvm
  [[ -d llvm/projects/libcxx ]] || mkdir llvm/projects/libcxx
  bsdtar --strip-components 1 --uid 0 --gid 0 -zxf \
         ${srcdir}/${source[2]##*/} -C \
         llvm/projects/libcxx
  [[ -d llvm/projects/libcxxabi ]] || mkdir  llvm/projects/libcxxabi
  bsdtar --strip-components 1 --uid 0 --gid 0 -zxf \
         ${srcdir}/${source[4]##*/} -C \
         llvm/projects/libcxxabi
  sed -i 's/CREDITS.TXT/CREDITS/' llvm/projects/libcxx/LICENSE.TXT
  sed -i 's/CREDITS.TXT/CREDITS/' llvm/projects/libcxxabi/LICENSE.TXT
  [[ -d build ]] || mkdir build
}
 
build() {
  cd build
  cmake \
    -G Ninja \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_C_COMPILER=clang \
    -DCMAKE_CXX_COMPILER=clang++ \
    -DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY=On \
    -DLIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=Off \
    ${srcdir}/llvm
  ninja cxx cxx_experimental
}

check() {
  cd build
  ninja check-cxx
}

package_libc++() {
  pkgdesc='LLVM C++ standard library.'
  depends=("libc++abi=${pkgver}-${pkgrel}")
  cd ${srcdir}/build
  DESTDIR="${pkgdir}" ninja install-libcxx

  # Remove ABI headers.
  rm "${pkgdir}/usr/include/c++/v1/cxxabi.h"
  rm "${pkgdir}/usr/include/c++/v1/__cxxabi_config.h"

  # Remove experimental headers.
  rm -rf "${pkgdir}/usr/include/c++/v1/experimental"

  # License.
  install -Dm644 ${srcdir}/llvm/projects/libcxx/CREDITS.TXT "${pkgdir}/usr/share/licenses/${pkgname}/CREDITS"
  install -Dm644 ${srcdir}/llvm/projects/libcxx/LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
 
package_libc++abi() {
  pkgdesc='Low level support for the LLVM C++ standard library.'
  cd ${srcdir}/build
  DESTDIR="${pkgdir}" ninja install-libcxxabi
  install -Dm644 ${srcdir}/build/include/c++/v1/cxxabi.h "${pkgdir}/usr/include/c++/v1/cxxabi.h"
  install -Dm644 ${srcdir}/build/include/c++/v1/__cxxabi_config.h "${pkgdir}/usr/include/c++/v1/__cxxabi_config.h"
  install -Dm644 ${srcdir}/llvm/projects/libcxxabi/CREDITS.TXT "${pkgdir}/usr/share/licenses/${pkgname}/CREDITS"
  install -Dm644 ${srcdir}/llvm/projects/libcxxabi/LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
 
package_libc++experimental() {
  depends=("libc++=$pkgver-$pkgrel")
  pkgdesc='LLVM C++ experimental library.'
  install -Dm644 ${srcdir}/build/lib/libc++experimental.a ${pkgdir}/usr/lib/libc++experimental.a
  install -d ${pkgdir}/usr/include/c++/v1/experimental
  install -m644 ${srcdir}/build/include/c++/v1/experimental/* ${pkgdir}/usr/include/c++/v1/experimental
  install -Dm644 ${srcdir}/llvm/projects/libcxx/CREDITS.TXT "${pkgdir}/usr/share/licenses/${pkgname}/CREDITS"
  install -Dm644 ${srcdir}/llvm/projects/libcxx/LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

=>> Edit PKGBUILD? [y/N]: n

Repository      : AUR
Name            : libc++abi
Version         : 6.0.0-1
Maintainer      : WoefulDerelict
URL             : https://libcxx.llvm.org/
AUR URL         : https://aur.archlinux.org/packages.php?ID=496177
License         : MIT
                  custom:University of Illinois/NCSA Open Source License
Votes           : 153
Popularity      : 17%
Installed       : No
Out Of Date     : No
Depends On      : gcc-libs
Make Deps       : clang
                  cmake
                  ninja
                  python
                  libunwind
Check Deps      : None
Optional Deps   : None
Provides        : None
Conflicts With  : None
Replaces        : None
Package Base    : libc++
Last Update     : Wed Mar 21 05:20:57 2018
Description     : Low level support for the LLVM C++ standard library.

==> Création du paquet libc++ 6.0.0-1 (dim. 10 juin 2018 18:12:54 CEST)
==> Vérification des dépendances pour l’exécution…
==> Vérification des dépendances pour la compilation…
==> Récupération des sources…
  -> llvm-6.0.0.src.tar.xz trouvé
  -> llvm-6.0.0.src.tar.xz.sig trouvé
  -> libcxx-6.0.0.src.tar.xz trouvé
  -> libcxx-6.0.0.src.tar.xz.sig trouvé
  -> libcxxabi-6.0.0.src.tar.xz trouvé
  -> libcxxabi-6.0.0.src.tar.xz.sig trouvé
==> Validation des fichiers source avec sha512sums…
    llvm-6.0.0.src.tar.xz ... Réussite
    llvm-6.0.0.src.tar.xz.sig ... Ignoré
    libcxx-6.0.0.src.tar.xz ... Réussite
    libcxx-6.0.0.src.tar.xz.sig ... Ignoré
    libcxxabi-6.0.0.src.tar.xz ... Réussite
    libcxxabi-6.0.0.src.tar.xz.sig ... Ignoré
==> Vérification des signatures des fichiers sources grâce à gpg…
    llvm-6.0.0.src.tar.xz ... Réussite
    libcxx-6.0.0.src.tar.xz ... Réussite
    libcxxabi-6.0.0.src.tar.xz ... Réussite
==> Extraction des sources…
==> Lancement de prepare()…
==> Suppression du répertoire $pkgdir/ existant…
==> Lancement de build()…
CMake Deprecation Warning at CMakeLists.txt:14 (cmake_policy):
  The OLD behavior for policy CMP0051 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- Native target architecture is X86
-- Threads enabled.
-- Doxygen disabled.
-- Go bindings disabled.
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) 
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) 
-- OCaml bindings disabled.
-- Could NOT find Python module pygments
-- Could NOT find Python module pygments.lexers.c_cpp
-- Could NOT find Python module yaml
-- LLVM host triple: x86_64-unknown-linux-gnu
-- LLVM default target triple: x86_64-unknown-linux-gnu
-- Building with -fPIC
-- Constructing LLVMBuild project information
-- Linker detection: GNU ld
-- Targeting AArch64
-- Targeting AMDGPU
-- Targeting ARM
-- Targeting BPF
-- Targeting Hexagon
-- Targeting Lanai
-- Targeting Mips
-- Targeting MSP430
-- Targeting NVPTX
-- Targeting PowerPC
-- Targeting Sparc
-- Targeting SystemZ
-- Targeting X86
-- Targeting XCore
-- Linker detection: GNU ld
-- Linker detection: GNU ld
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/trizen-maxime/libc++/src/build
ninja: no work to do.
==> Lancement de check()…
[0/1] Running libcxx tests
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/lit.cfg:45: note: Using configuration variant: libcxx
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/config.py:307: note: inferred use_system_cxx_lib as: None
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/config.py:313: note: inferred with_availability as: False
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/config.py:345: note: inferred use_clang_verify as: True
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/config.py:355: note: enabling thread-safety annotations
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/config.py:535: note: inferred language dialect as: c++2a
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/target_info.py:68: warning: The locale ru_RU.UTF-8 is not supported by your platform. Some tests will be unsupported.
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/target_info.py:68: warning: The locale zh_CN.UTF-8 is not supported by your platform. Some tests will be unsupported.
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/target_info.py:68: warning: The locale fr_CA.ISO8859-1 is not supported by your platform. Some tests will be unsupported.
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/target_info.py:68: warning: The locale cs_CZ.ISO8859-2 is not supported by your platform. Some tests will be unsupported.
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/config.py:436: note: inferred long_tests as: True
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/config.py:156: note: Using compiler: /usr/bin/clang++
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/config.py:157: note: Using flags: ['-v', '-D_LIBCPP_DISABLE_AVAILABILITY', '-ftemplate-depth=270']
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/config.py:162: note: Using compile flags: ['-Werror=thread-safety', '-std=c++2a', '-include', '/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/support/nasty_macros.hpp', '-nostdinc++', '-I/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/include', '-I/tmp/trizen-maxime/libc++/src/build/projects/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-I/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/support', '-DLIBCXX_FILESYSTEM_STATIC_TEST_ROOT="/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/std/experimental/filesystem/Inputs/static_test_env"', '-DLIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT="/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/filesystem/Output/dynamic_env"', '-DLIBCXX_FILESYSTEM_DYNAMIC_TEST_HELPER="/usr/bin/python2.7 /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/support/filesystem_dynamic_test_helper.py"']
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/config.py:164: note: Using warnings: ['-D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER', '-Wall', '-Wextra', '-Werror', '-Wuser-defined-warnings', '-Wshadow', '-Wno-unused-command-line-argument', '-Wno-attributes', '-Wno-pessimizing-move', '-Wno-c++11-extensions', '-Wno-user-defined-literals', '-Wno-noexcept-type', '-Wno-aligned-allocation-unavailable', '-Wsign-compare', '-Wunused-variable', '-Wunused-parameter', '-Wunreachable-code', '-Wno-conversion', '-Wno-unused-local-typedef', '-Wno-#warnings']
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/config.py:165: note: Using link flags: ['-L/tmp/trizen-maxime/libc++/src/build/./lib', '-Wl,-rpath,/tmp/trizen-maxime/libc++/src/build/./lib', '-nodefaultlibs', '-lc++experimental', '-lc++', '-lm', '-lgcc_s', '-lgcc', '-lpthread', '-lc', '-lgcc_s', '-lgcc']
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/config.py:168: note: Using available_features: ['libc++', 'verify-support', 'glibc-2', 'modules-support', 'linux', 'locale.en_US.UTF-8', 'diagnose-if-support', 'long_tests', 'fdelayed-template-parsing', '-faligned-allocation', 'c++2a', 'c++filesystem', 'c++experimental', 'clang', 'locale.fr_FR.UTF-8', 'glibc-2.27', 'libatomic', 'fsized-deallocation', 'fcoroutines-ts', 'clang-6.0', 'thread-safety', 'glibc', 'clang-6']
llvm-lit: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/utils/libcxx/test/config.py:173: note: Adding environment variables: {'LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT': '/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/filesystem/Output/dynamic_env'}
FAIL: libc++ :: std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp (3036 of 5874)
******************** TEST 'libc++ :: std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp' FAILED ********************
Compiled With: ['/usr/bin/clang++', '-o', '/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/Output/get_long_double_fr_FR.pass.cpp.o', '-x', 'c++', '/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp', '-c', '-v', '-D_LIBCPP_DISABLE_AVAILABILITY', '-ftemplate-depth=270', '-Werror=thread-safety', '-std=c++2a', '-include', '/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/support/nasty_macros.hpp', '-nostdinc++', '-I/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/include', '-I/tmp/trizen-maxime/libc++/src/build/projects/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-I/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/support', '-DLIBCXX_FILESYSTEM_STATIC_TEST_ROOT="/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/std/experimental/filesystem/Inputs/static_test_env"', '-DLIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT="/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/filesystem/Output/dynamic_env"', '-DLIBCXX_FILESYSTEM_DYNAMIC_TEST_HELPER="/usr/bin/python2.7 /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/support/filesystem_dynamic_test_helper.py"', '-D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER', '-Wall', '-Wextra', '-Werror', '-Wuser-defined-warnings', '-Wshadow', '-Wno-unused-command-line-argument', '-Wno-attributes', '-Wno-pessimizing-move', '-Wno-c++11-extensions', '-Wno-user-defined-literals', '-Wno-noexcept-type', '-Wno-aligned-allocation-unavailable', '-Wsign-compare', '-Wunused-variable', '-Wunused-parameter', '-Wunreachable-code', '-Wno-conversion', '-Wno-unused-local-typedef', '-Wno-#warnings', '-c', '&&', '/usr/bin/clang++', '-o', '/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/Output/get_long_double_fr_FR.pass.cpp.exe', '/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/Output/get_long_double_fr_FR.pass.cpp.o', '-v', '-D_LIBCPP_DISABLE_AVAILABILITY', '-ftemplate-depth=270', '-L/tmp/trizen-maxime/libc++/src/build/./lib', '-Wl,-rpath,/tmp/trizen-maxime/libc++/src/build/./lib', '-nodefaultlibs', '-lc++experimental', '-lc++', '-lm', '-lgcc_s', '-lgcc', '-lpthread', '-lc', '-lgcc_s', '-lgcc']
Command: ['/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/Output/get_long_double_fr_FR.pass.cpp.exe']
Exit Code: -6
Standard Error:
--
get_long_double_fr_FR.pass.cpp.exe: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp:93: int main(): Assertion `iter.base() == v.data() + v.size()' failed.
--

Compiled test failed unexpectedly!
********************
FAIL: libc++ :: std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp (3052 of 5874)
******************** TEST 'libc++ :: std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp' FAILED ********************
Compiled With: ['/usr/bin/clang++', '-o', '/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/Output/put_long_double_fr_FR.pass.cpp.o', '-x', 'c++', '/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp', '-c', '-v', '-D_LIBCPP_DISABLE_AVAILABILITY', '-ftemplate-depth=270', '-Werror=thread-safety', '-std=c++2a', '-include', '/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/support/nasty_macros.hpp', '-nostdinc++', '-I/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/include', '-I/tmp/trizen-maxime/libc++/src/build/projects/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-I/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/support', '-DLIBCXX_FILESYSTEM_STATIC_TEST_ROOT="/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/std/experimental/filesystem/Inputs/static_test_env"', '-DLIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT="/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/filesystem/Output/dynamic_env"', '-DLIBCXX_FILESYSTEM_DYNAMIC_TEST_HELPER="/usr/bin/python2.7 /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/support/filesystem_dynamic_test_helper.py"', '-D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER', '-Wall', '-Wextra', '-Werror', '-Wuser-defined-warnings', '-Wshadow', '-Wno-unused-command-line-argument', '-Wno-attributes', '-Wno-pessimizing-move', '-Wno-c++11-extensions', '-Wno-user-defined-literals', '-Wno-noexcept-type', '-Wno-aligned-allocation-unavailable', '-Wsign-compare', '-Wunused-variable', '-Wunused-parameter', '-Wunreachable-code', '-Wno-conversion', '-Wno-unused-local-typedef', '-Wno-#warnings', '-c', '&&', '/usr/bin/clang++', '-o', '/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/Output/put_long_double_fr_FR.pass.cpp.exe', '/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/Output/put_long_double_fr_FR.pass.cpp.o', '-v', '-D_LIBCPP_DISABLE_AVAILABILITY', '-ftemplate-depth=270', '-L/tmp/trizen-maxime/libc++/src/build/./lib', '-Wl,-rpath,/tmp/trizen-maxime/libc++/src/build/./lib', '-nodefaultlibs', '-lc++experimental', '-lc++', '-lm', '-lgcc_s', '-lgcc', '-lpthread', '-lc', '-lgcc_s', '-lgcc']
Command: ['/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/Output/put_long_double_fr_FR.pass.cpp.exe']
Exit Code: -6
Standard Error:
--
put_long_double_fr_FR.pass.cpp.exe: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp:86: int main(): Assertion `ex == "1 234 567,89"' failed.
--

Compiled test failed unexpectedly!
********************
FAIL: libc++ :: std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp (3134 of 5874)
******************** TEST 'libc++ :: std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp' FAILED ********************
Compiled With: ['/usr/bin/clang++', '-o', '/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/Output/thousands_sep.pass.cpp.o', '-x', 'c++', '/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp', '-c', '-v', '-D_LIBCPP_DISABLE_AVAILABILITY', '-ftemplate-depth=270', '-Werror=thread-safety', '-std=c++2a', '-include', '/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/support/nasty_macros.hpp', '-nostdinc++', '-I/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/include', '-I/tmp/trizen-maxime/libc++/src/build/projects/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-I/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/support', '-DLIBCXX_FILESYSTEM_STATIC_TEST_ROOT="/tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/std/experimental/filesystem/Inputs/static_test_env"', '-DLIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT="/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/filesystem/Output/dynamic_env"', '-DLIBCXX_FILESYSTEM_DYNAMIC_TEST_HELPER="/usr/bin/python2.7 /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/support/filesystem_dynamic_test_helper.py"', '-D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER', '-Wall', '-Wextra', '-Werror', '-Wuser-defined-warnings', '-Wshadow', '-Wno-unused-command-line-argument', '-Wno-attributes', '-Wno-pessimizing-move', '-Wno-c++11-extensions', '-Wno-user-defined-literals', '-Wno-noexcept-type', '-Wno-aligned-allocation-unavailable', '-Wsign-compare', '-Wunused-variable', '-Wunused-parameter', '-Wunreachable-code', '-Wno-conversion', '-Wno-unused-local-typedef', '-Wno-#warnings', '-c', '&&', '/usr/bin/clang++', '-o', '/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/Output/thousands_sep.pass.cpp.exe', '/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/Output/thousands_sep.pass.cpp.o', '-v', '-D_LIBCPP_DISABLE_AVAILABILITY', '-ftemplate-depth=270', '-L/tmp/trizen-maxime/libc++/src/build/./lib', '-Wl,-rpath,/tmp/trizen-maxime/libc++/src/build/./lib', '-nodefaultlibs', '-lc++experimental', '-lc++', '-lm', '-lgcc_s', '-lgcc', '-lpthread', '-lc', '-lgcc_s', '-lgcc']
Command: ['/tmp/trizen-maxime/libc++/src/build/projects/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/Output/thousands_sep.pass.cpp.exe']
Exit Code: -6
Standard Error:
--
thousands_sep.pass.cpp.exe: /tmp/trizen-maxime/libc++/src/llvm/projects/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp:66: int main(): Assertion `np.thousands_sep() == sep' failed.
--

Compiled test failed unexpectedly!
********************
Testing Time: 890.13s
********************
Failing Tests (3):
    libc++ :: std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp
    libc++ :: std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp
    libc++ :: std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp

  Expected Passes    : 5748
  Expected Failures  : 7
  Unsupported Tests  : 116
  Unexpected Failures: 3

4 warning(s) in tests.
FAILED: projects/libcxx/test/CMakeFiles/check-cxx 
cd /tmp/trizen-maxime/libc++/src/build/projects/libcxx/test && /usr/bin/python2.7 /tmp/trizen-maxime/libc++/src/build/./bin/llvm-lit -sv /tmp/trizen-maxime/libc++/src/build/projects/libcxx/test
ninja: build stopped: subcommand failed.
==> ERREUR : Une erreur s’est produite dans check().
    Abandon…
:: Unable to build libc++abi - makepkg exited with code: 4
=>> Do you want to try again? [y/N]: 
10
administration/modération
Dernière modification par Erwanil y a 5 ans, modifié au total 1 fois.
Raison :balise code absente + code 10 + Aur

[Aur] Discord

#2Messageil y a 5 ans

Bonjour,
Tu as installé les clés pour libc++ comme précisé dans ce sujet ?

Dans le doute tu peux vérifier à l'aide de cette commande : gpg -k L'installation des clés est à faire, avant de compiler le programme ;)

[Aur] Discord

#3Messageil y a 5 ans

:bjr:
ici ce n'est pas un problème de clé mais de compilation :saispas:
Compiled test failed unexpectedly!
il me semble que ces 2 paquets ont très souvent des problèmes ; il faut consulter leurs pages AUR !!!!

Sinon discord est dispo sur plusieurs dépôts non officiels comme celui-ci (entre autres)
https://repo.itmettke.de/status/aur/ qui dispose d'une belle liste de (400) paquets

Tu peux même installer les paquets par un simple pacman -U si tu ne désires pas installer ce dépôt :wink:

[Aur] Discord

#4Messageil y a 5 ans

Avant, j'installais Discord via Flatpak (justement because AUR avait des coquetteries) mais depuis deux jours je l'utilise dans franz -- viewtopic.php?f=20&t=10234
Répondre