Skip to content

Commit

Permalink
www/gatling: Mark BROKEN
Browse files Browse the repository at this point in the history
Gatling hasn't built for months and there's also a new version available.
Various errors but most common seems to be:
"ld: error: duplicate symbol: first_deferred"

Reference: https://portsfallout.com/fallout?port=www%2Fgatling%24&page=1

PR:		259180
Reported by:	pkg-fallout
Approved by:	port maintainer timeout (2+ weeks), arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32769
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Nov 3, 2021
1 parent 394ba69 commit 20df522
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/gatling/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ COMMENT= High performance webserver with scalability benchmark tools

LICENSE= GPLv2

BROKEN_mips= fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
BROKEN_mips64= fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
BROKEN= Outdated and doesn't compile "ld: error: duplicate symbol: first_deferred"
BROKEN_mips= fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
BROKEN_mips64= fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'

BUILD_DEPENDS= libowfat>=0.31:devel/libowfat

Expand Down

0 comments on commit 20df522

Please sign in to comment.