varnish / varnish-modules

Collection of Varnish Cache modules (vmods) by Varnish Software
Other
182 stars 86 forks source link

Error with version 6.6 of Varnish #184

Closed BorderCloud closed 3 years ago

BorderCloud commented 3 years ago

Hello

The version by default of Varnish with Centos 7 is now 6.6 (via yum update).

There are now errors with varnish-module during the compilation (with the last release for 6.5 but also with the version in the master).

Error with the release for 6.5: https://github.com/BorderCloud/tft-virtuoso7-stable/runs/3026944403?check_suite_focus=true

Error with the master: https://github.com/BorderCloud/tft-virtuoso7-stable/runs/3026710351?check_suite_focus=true

gquintard commented 3 years ago

Which varnish-modules branch are you using in both cases?

-- Guillaume Quintard

On Fri, Jul 9, 2021, 12:11 Karima Rafes @.***> wrote:

Hello

The version by default of Varnish with Centos 7 is now 6.6 (via yum update).

There are now errors with this last version of varnish-module during the compilation (with the last release for 6.5 but also with the version in the master).

Error with the release for 6.5:

https://github.com/BorderCloud/tft-virtuoso7-stable/runs/3026944403?check_suite_focus=true

Error with the master:

https://github.com/BorderCloud/tft-virtuoso7-stable/runs/3026710351?check_suite_focus=true

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/varnish/varnish-modules/issues/184, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA42AKIVPXTU2Q7HS7SBS3DTW3DLNANCNFSM5ACPAXDA .

BorderCloud commented 3 years ago

Which varnish-modules branch are you using in both cases?

with the release for 6.5:

git clone -b 0.17.1 https://github.com/varnish/varnish-modules.git

Error with the master:

git clone https://github.com/varnish/varnish-modules.git
gquintard commented 3 years ago

https://github.com/varnish/varnish-modules#installation

The varnish-modules master branch targets the varnish-cache master branch, and the varnish-module 0.17 release targets the varnish-cache 6.5 releases.

For varnish-cache 6.6, use either the 6.6 branch, or the 0.18 release

-- Guillaume Quintard

On Fri, Jul 9, 2021, 12:35 Karima Rafes @.***> wrote:

Which varnish-modules branch are you using in both cases?

with the release for 6.5:

git clone -b 0.17.1 https://github.com/varnish/varnish-modules.git

Error with the master:

git clone https://github.com/varnish/varnish-modules.git

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/varnish/varnish-modules/issues/184#issuecomment-877088367, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA42AKOHDB2U7NOB657ZJPTTW3GGZANCNFSM5ACPAXDA .

BorderCloud commented 3 years ago

Thanks, it works with: git clone --depth 1 --branch 6.6 https://github.com/varnish/varnish-modules.git