Date: Mon, 20 May 2024 02:39:07 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 279006] multimedia/handbrake 1.7.2_1 core dump, crash, will not launch Message-ID: <bug-279006-7788-vwupusrMAB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-279006-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-279006-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279006 --- Comment #4 from Yuichiro NAITO <naito.yuichiro@gmail.com> --- > Do you have any port built with a non-standard option? No, I don't set port build options. I ran the following script on my PC. It shows the packages from Ports. ``` #!/bin/sh for name in $(pkg query %n-%v); do if [ -z "$(pkg info -A $name | grep repo_type)" ]; then echo $name fi done ``` % ./list_ports_packages=20 bsddialog-1.0.1 drm-61-kmod-6.1.69_2 dtc-1.6.0 grub2-bhyve-0.40_11 I have patched grub2-bhyve but it has no relation to HandBrake. Which desktop environment are you running? I'm running Xfce. Which locale do you set on your desktop environment? I don't test all of the message catalogs. Does setting `LANG=3Den_US.UTF-8` help you? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279006-7788-vwupusrMAB>