From nobody Mon Apr 25 14:27:09 2022 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 34B0F199825D; Mon, 25 Apr 2022 14:29:19 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from sprint-2.amdmi3.ru (sprint-2.amdmi3.ru [IPv6:2a0a:2b41:94:cb5e::]) by mx1.freebsd.org (Postfix) with ESMTP id 4Kn6pN63vtz3FjL; Mon, 25 Apr 2022 14:29:16 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from amdmi3.ru (localhost [IPv6:::1]) by sprint-2.amdmi3.ru (Postfix) with SMTP id 3F2B318832A; Mon, 25 Apr 2022 17:29:07 +0300 (MSK) Received: by amdmi3.ru (nbSMTP-1.00) for uid 1000 amdmi3@amdmi3.ru; Mon, 25 Apr 2022 17:29:07 +0300 (MSK) Date: Mon, 25 Apr 2022 17:27:09 +0300 From: Dmitry Marakasov To: Charlie Li Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 39df21b6f9be - main - devel/sdl20: mark two options BROKEN when disabled Message-ID: References: <202204201057.23KAv8s9028336@gitrepo.freebsd.org> <2d723c61-0194-4fe8-9b84-511d9d2f2b46@freebsd.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4Kn6pN63vtz3FjL X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of amdmi3@amdmi3.ru has no SPF policy when checking 2a0a:2b41:94:cb5e::) smtp.mailfrom=amdmi3@amdmi3.ru X-Spamd-Result: default: False [-1.91 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.91)[-0.909]; FREEFALL_USER(0.00)[amdmi3]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[amdmi3.ru]; AUTH_NA(1.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MLMMJ_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main]; R_SPF_NA(0.00)[no SPF record]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:35278, ipnet:2a0a:2b41::/32, country:RU]; RCVD_COUNT_TWO(0.00)[2] X-ThisMailContainsUnwantedMimeParts: N * Charlie Li (vishwin@freebsd.org) wrote: > >> On what architectures are these broken when disabled? I have JOYSTICK > >> disabled on amd64 and it had always built successfully. > > > > These are unlikely architecture dependent, but I'm testing on amd64 > > too. These are reproducible in poudirere, reprise and locally. Also > > the option is named SDL_JOYSTICK. > > > Ran a few more tests (in poudriere) with different OPTION combinations, > seems like only disabling SDL_EVENTS is broken with the specified error. > Not getting the linker error when disabling SDL_JOYSTICK however. I've looked at the code and it turned out that the failing part belonged to SDL_HAPTIC subsystem. You probably have it disabled as well, which is why you're not getting the failure. Should be fixed in eda6359. -- Dmitry Marakasov . amdmi3@amdmi3.ru ..: https://github.com/AMDmi3 https://amdmi3.ru/