Search Criteria
Package Details: envoyproxy 1.32.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/envoyproxy.git (read-only, click to copy) |
---|---|
Package Base: | envoyproxy |
Description: | A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. |
Upstream URL: | https://envoyproxy.io |
Keywords: | proxy |
Licenses: | Apache2 |
Submitter: | kxuan |
Maintainer: | fuhry |
Last Packager: | fuhry |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2018-11-01 08:31 (UTC) |
Last Updated: | 2024-10-16 16:29 (UTC) |
Dependencies (12)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- java-environment-openjdk (jdk10-openj9-binAUR, jdk16-adoptopenjdkAUR, liberica-jre-11-binAUR, jdk16-openjdkAUR, jdk14-openjdkAUR, jdk18-openjdkAUR, liberica-jre-11-full-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, zulu-15-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jdk8-dragonwell-extendedAUR, jdk13-openjdkAUR, jdk15-openjdkAUR, liberica-nik-24-full-binAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jdk19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, zing-21-binAUR, zing-8-binAUR, jdk-android-studioAUR, jdk21-jetbrains-binAUR, java-openjdk-binAUR, jdk21-temurinAUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jdk17-openj9-binAUR, jre-jetbrainsAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, java-openjdk-ea-binAUR, zulu-23-binAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jdk8-openjdk) (make)
- libc++ (libc++-msanAUR, libc++-modulesAUR) (make)
- libxcrypt-compat (make)
- lld (llvm-rocm-gitAUR, llvm-gitAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
1 2 Next › Last »
benallard commented on 2024-06-22 11:03 (UTC)
I'm having the following errors:
fuhry commented on 2024-05-03 18:36 (UTC)
As an update - it is actually an incompatibility between pkg-config's ancient bundled version of glib-2.0 (2.36) and clang 15.
I have put a patch together for pkg-config:
https://lists.freedesktop.org/archives/pkg-config/2024-May/001122.html
Created issue on bazelbuild/rules_foreign_cc:
https://github.com/bazelbuild/rules_foreign_cc/issues/1200
I've integrated this patch into the envoyproxy package and have a test build underway now. Will push once the build is verified to succeed.
fuhry commented on 2024-05-03 14:12 (UTC)
Unfortunately envoy 1.30.1 is currently not building on Arch due to incompatibility with glib2 2.80. I'll update once a patch or workaround is found.
fuhry commented on 2024-03-01 18:06 (UTC)
Hey folks, I am aware that envoy 1.29.1 is released, unfortunately I encountered build errors and have not had time to debug them. I will push 1.29.1 once I can get it building. Thank you for your patience!
fuhry commented on 2023-06-26 22:52 (UTC)
@esemeniuc Thanks for the note, I'm unfortunately getting some build errors due to https://github.com/envoyproxy/envoy/pull/27343, and need to prepare some patches before the new version can be pushed. Thanks for your patience.
fuhry commented on 2022-03-31 19:25 (UTC)
@Dulbi Thanks for the note - I've started a local build of v1.21.1. If all goes well with the build and local verification I will upload the new version later today.
fuhry commented on 2021-08-23 17:40 (UTC)
@kasei Sure, happy to help
kasei commented on 2021-08-09 02:04 (UTC)
@fuhry Good works, would you mind I add you as maintainer of this package so you can commit your changes?
fuhry commented on 2021-08-07 02:17 (UTC)
I fixed the build on v1.19.0, including a workaround for the broken default_compile_flags that include
-g0
which breaks generation of split-dwarf debug symbols in clang v12.0.1.This patch should be able to be applied with
git apply
:https://gist.github.com/fuhry/00d655987bda3a7c3b2c55864c912379
1 2 Next › Last »