Re: When did pkg(8) drop support for 12-STABLE?

2021-02-23 Thread Matthias Fechner
Am 24.02.2021 um 00:31 schrieb Chris: It was from a 12-STABLE usb stick (probably 12.1). Is there no way forward, save building up to 12.2? yes: freebsd-update upgrade -r 12.2-RELEASE freebsd-update install # nextboot -k GENERIC reboot freebsd-update install # check that config files in etc a

Re: When did pkg(8) drop support for 12-STABLE?

2021-02-23 Thread Tatsuki Makino
Mark Millard wrote on 2021/02/24 12:43: > On 2021-Feb-23, at 19:26, Tatsuki Makino wrote: > >> By the way, now 12.x-STABLE needs to bring the source with the following git >> command. >> Is there an announcement about it anywhere? >> >> git clone -b stable/12 "https://git.FreeBSD.org/src.git"; /

Re: sysutils/uefi-edk2-bhyve isssue

2021-02-23 Thread Rebecca Cran
On 2/23/2021 5:58 PM, The Doctor wrote: Again, same issue. What is causing ld-elf.so.1: /usr/local/lib/compat/libstdc++.so.6: version CXXABI_1.3.8 required +by +/usr/ports/sysutils/uefi-edk2-bhyve/work/edk2-2e1e8c35f3178df95d79da81ac6deec24 +2da74c2/BaseTools/Source/C/bin/VfrCompile not found m

Re: When did pkg(8) drop support for 12-STABLE?

2021-02-23 Thread Mark Millard via freebsd-ports
On 2021-Feb-23, at 19:26, Tatsuki Makino wrote: > Hello. > > Jonathan Chen wrote on 2021/02/24 11:25: >> >> You're running 12.1, and not -STABLE. The EOL for 12.1 was Nov-2019. >> >> You need to get a later version or run -STABLE (ie: build from source >> off the stable/12 branch). > > No,

Re: When did pkg(8) drop support for 12-STABLE?

2021-02-23 Thread Tatsuki Makino
Hello. Jonathan Chen wrote on 2021/02/24 11:25: > > You're running 12.1, and not -STABLE. The EOL for 12.1 was Nov-2019. > > You need to get a later version or run -STABLE (ie: build from source > off the stable/12 branch). No, it's the 12.x-STABLE. But it's older than 12.2-RELEASE. By the way

Re: When did pkg(8) drop support for 12-STABLE?

2021-02-23 Thread Chris
On 2021-02-23 18:25, Jonathan Chen wrote: On Wed, 24 Feb 2021 at 15:00, Chris wrote: On 2021-02-23 16:04, Mark Millard wrote: > Chris portmaster at bsdforge.com wrote on > Tue Feb 23 23:31:09 UTC 2021 : > >> On 2021-02-23 14:58, @lbutlr wrote: >> > On 23 Feb 2021, at 13:26, Chris wrote: >> >>

Re: When did pkg(8) drop support for 12-STABLE?

2021-02-23 Thread Jonathan Chen
On Wed, 24 Feb 2021 at 15:00, Chris wrote: > > On 2021-02-23 16:04, Mark Millard wrote: > > Chris portmaster at bsdforge.com wrote on > > Tue Feb 23 23:31:09 UTC 2021 : > > > >> On 2021-02-23 14:58, @lbutlr wrote: > >> > On 23 Feb 2021, at 13:26, Chris wrote: > >> >> OK On a virgin 12 stable inst

Re: When did pkg(8) drop support for 12-STABLE?

2021-02-23 Thread Chris
On 2021-02-23 16:04, Mark Millard wrote: Chris portmaster at bsdforge.com wrote on Tue Feb 23 23:31:09 UTC 2021 : On 2021-02-23 14:58, @lbutlr wrote: > On 23 Feb 2021, at 13:26, Chris wrote: >> OK On a virgin 12 stable install. > > The current release is 12.2-RELEASE. 12.0-RELEASE was EOLed la

Re: sysutils/uefi-edk2-bhyve isssue

2021-02-23 Thread The Doctor via freebsd-ports
On Tue, Feb 23, 2021 at 08:31:18AM -0700, Rebecca Cran wrote: > On 2/23/21 7:49 AM, The Doctor wrote: > > On Mon, Feb 22, 2021 at 11:30:24PM -0700, Rebecca Cran wrote: > > >> Do you have anything in /etc/make.conf that could be affecting the build? > > > > DEFAULT_VERSIONS+=linux=c7_64 > > DEFAUL

Re: sysutils/uefi-edk2-bhyve isssue

2021-02-23 Thread The Doctor via freebsd-ports
On Tue, Feb 23, 2021 at 08:31:18AM -0700, Rebecca Cran wrote: > On 2/23/21 7:49 AM, The Doctor wrote: > > On Mon, Feb 22, 2021 at 11:30:24PM -0700, Rebecca Cran wrote: > > >> Do you have anything in /etc/make.conf that could be affecting the build? > > > > DEFAULT_VERSIONS+=linux=c7_64 > > DEFAUL

Re: When did pkg(8) drop support for 12-STABLE?

2021-02-23 Thread Mark Millard via freebsd-ports
Chris portmaster at bsdforge.com wrote on Tue Feb 23 23:31:09 UTC 2021 : > On 2021-02-23 14:58, @lbutlr wrote: > > On 23 Feb 2021, at 13:26, Chris wrote: > >> OK On a virgin 12 stable install. > > > > The current release is 12.2-RELEASE. 12.0-RELEASE was EOLed last February. > > I > > am > > n

Re: When did pkg(8) drop support for 12-STABLE?

2021-02-23 Thread Chris
On 2021-02-23 14:58, @lbutlr wrote: On 23 Feb 2021, at 13:26, Chris wrote: OK On a virgin 12 stable install. The current release is 12.2-RELEASE. 12.0-RELEASE was EOLed last February. I am not sure what build you mean by "12-STABLE" It was from a 12-STABLE usb stick (probably 12.1). Is ther

Re: Updating emulators/i386-wine-devel but get a runtime error

2021-02-23 Thread Neel Chauhan
Nevermind, it was that WINEDLLPATH was missing. -Neel On 2021-02-23 13:01, Neel Chauhan wrote: Hi freebsd-ports@ I recently adopted emulators/i386-wine-devel and am attempting to update it to 6.2 along with adding 14.0 support. Phabricator URL: https://reviews.freebsd.org/D28908 When I attem

Re: When did pkg(8) drop support for 12-STABLE?

2021-02-23 Thread @lbutlr
On 23 Feb 2021, at 13:26, Chris wrote: > OK On a virgin 12 stable install. The current release is 12.2-RELEASE. 12.0-RELEASE was EOLed last February. I am not sure what build you mean by "12-STABLE" Are you on the http://lists.freebsd.org/mailman/listinfo/freebsd-stable mailing list? -- 'Wh

Updating emulators/i386-wine-devel but get a runtime error

2021-02-23 Thread Neel Chauhan
Hi freebsd-ports@ I recently adopted emulators/i386-wine-devel and am attempting to update it to 6.2 along with adding 14.0 support. Phabricator URL: https://reviews.freebsd.org/D28908 When I attempt to run the `wine` command, I get this error: root@omen:/usr/ports.dev/emulators/i386-wine-de

When did pkg(8) drop support for 12-STABLE?

2021-02-23 Thread Chris
OK On a virgin 12 stable install. Followed by a svnlite co svn://svn.freebsd.org/portd/head /usr/ports and a /usr/src already populated. A trip to /usr/ports/ports-mgmt/pkg followed by make install clean returned: /!\ ERROR: /!\ Ports Collection support for your FreeBSD version has ended, and no

Re: sysutils/uefi-edk2-bhyve isssue

2021-02-23 Thread Mateusz Piotrowski
On 23/02/2021 15:49, The Doctor via freebsd-ports wrote: DEFAULT_VERSIONS+=linux=c7_64 DEFAULT_VERSIONS+=ruby=2.7 DEFAULT_VERSIONS+=python=3.8 DEFAULT_VERSIONS+=pytho3=3.8 This looks like a typo BTW. ___ freebsd-ports@freebsd.org mailing list https://

Re: sysutils/uefi-edk2-bhyve isssue

2021-02-23 Thread Rebecca Cran
On 2/23/21 7:49 AM, The Doctor wrote: On Mon, Feb 22, 2021 at 11:30:24PM -0700, Rebecca Cran wrote: Do you have anything in /etc/make.conf that could be affecting the build? DEFAULT_VERSIONS+=linux=c7_64 DEFAULT_VERSIONS+=ruby=2.7 DEFAULT_VERSIONS+=python=3.8 DEFAULT_VERSIONS+=pytho3=3.8 DEF

Re: sysutils/uefi-edk2-bhyve isssue

2021-02-23 Thread The Doctor via freebsd-ports
On Mon, Feb 22, 2021 at 11:30:24PM -0700, Rebecca Cran wrote: > On 2/22/2021 9:21 PM, Rebecca Cran wrote: > > On 2/22/2021 8:43 AM, The Doctor wrote: > > > >> Same result and now looking to reinstall gcc48 > >> in the csm version! > > > > I just installed a fresh copy of FreeBSD 12.2 and ran 'make'

FreeBSD ports you maintain which are out of date

2021-02-23 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you