Re: How to properly install a Linux desktop app?

2020-06-19 Thread Tijl Coosemans
On Fri, 19 Jun 2020 00:00:43 -0400 "Mikhail T." wrote: > Hello! > > I'm preparing a port of a Linux application (Zoom conferencing client). > > The vendor (zoom.us) offers RPMs for both x86_64 and i686, which makes > it tempting to just USE_LINUX_RPM. However, that knob unconditionally > turns

Re: glxinfo works, /compat/linux/usr/bin/glxinfo - does not

2020-06-17 Thread Tijl Coosemans
On Wed, 17 Jun 2020 12:26:25 -0400 "Mikhail T." wrote: > On 17.06.20 11:58, Tijl Coosemans wrote: >> Does "glxinfo | grep glvnd" print anything? > > Yes, both of them print the same thing now: > > root@macropod:/green/home/mi # glxinfo | grep

Re: glxinfo works, /compat/linux/usr/bin/glxinfo - does not

2020-06-17 Thread Tijl Coosemans
On Wed, 17 Jun 2020 10:53:18 -0400 "Mikhail T." wrote: > On 17.06.20 08:11, Tijl Coosemans wrote: >> The Linux graphics stack has switched to libglvnd while the FreeBSD >> stack has not so I don't know if Linux libglvnd can figure which >> stack, mesa or

Re: glxinfo works, /compat/linux/usr/bin/glxinfo - does not

2020-06-17 Thread Tijl Coosemans
On Tue, 16 Jun 2020 22:51:00 -0400 "Mikhail T." wrote: > Hello! > > I'm trying to get an OpenGL-using (Qt5-based) Linux application off the > ground on FreeBSD-12.1-STABLE/amd64, and it is dying early on because of > OpenGL errors. > > The machine has an NVidia card, driven by the nvidia-drive

Re: linux-c7-libsndfile missing dependency on libgsm

2020-06-17 Thread Tijl Coosemans
On Mon, 15 Jun 2020 22:45:28 -0700 (MST) Elijah Stone wrote: > Just fyi, libsndfile depends on libgsm, but the linux version of the > latter isn't packaged in freebsd, so every program depending on libsndfile > is broken. > > (E.G. check '/compat/linux/bin/bash -c "ldd > /compat/linux/lib/libs

Re: audio/linux-c7-alsa-utils: Build Breakage on current ports....

2019-06-09 Thread Tijl Coosemans
On Sat, 08 Jun 2019 21:55:05 -0500 Larry Rosenman wrote: > full log: > http://home.lerctr.org:/data/live-host-ports/2019-06-08_21h50m56s/logs/errors/linux-c7-alsa-utils-1.1.6.log > > but cogent part: > ===> Building package for linux-c7-alsa-utils-1.1.6 > pkg-static: Unable to access file

Linux ports roadmap

2019-06-08 Thread Tijl Coosemans
Hi, These are the current rough dates I have in mind for some major changes to the Linux ports. Please comment if you see any problems. July 10 (after FreeBSD 11.3 release) Make linux c7 ports the default. This is one month after today's major update to the c7 ports and after 2019Q3 branching.

[CFT] update linux-c7 ports to 7.6

2019-06-01 Thread Tijl Coosemans
Hi, Please test the patch attached to bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229431. It updates linux-c7 ports to version 7.6.1810. ___ freebsd-emulation@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulatio

Re: emulators/linux_base-c7 ports

2019-03-22 Thread Tijl Coosemans
On Fri, 22 Mar 2019 09:02:01 +0400 Gleb Popov wrote: > Hello. > > It turned out that CentOS changed location where RPM's are hosted: > http://mirror.centos.org/centos/7.4.1708/readme > > I tried changing > > --- Mk/Uses/linux.mk(revision 496462) > +++ Mk/Uses/linux.mk(working copy) > @@

Re: FATAL error after upgrade glibc for linux emulation

2018-12-18 Thread Tijl Coosemans
On Tue, 18 Dec 2018 04:20:02 + wrote: > I installed 'linux_base-c7' on freeBSD12, and its glibc version is > '2.17', but I have a linux application, it is depended on glibc-2.27. > So I upgrade the glibc in /compat/linux to '2.27', (I just copy glibc > 2.27 from Ubuntu 18.04 to 'compat/linux/l

Re: Making linux-c7 default?

2018-08-29 Thread Tijl Coosemans
On Thu, 23 Aug 2018 09:32:12 -0700 Kevin Oberman wrote: > Is there any plan to make linux-c7 the default version? I've been using it > for months with no problems and I have not seen issues reported by others, > so I have been expecting to see the default change for a while, now. > > The main iss