• Freebsd 31.2 and availabkle packages

    From DaveG@21:1/5 to All on Sun Dec 24 11:52:25 2023
    Is it just me or is there currently some major packages currently
    missing from/not building in the LATEST package repository?

    One specific example would be firefox.

    laptop:/root/bin %uname -a
    FreeBSD laptop 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 laptop:/root/bin %pkg search firefox
    firefox-121.0,2 Web browser based on the browser portion of Mozilla
    firefox-esr-115.6.0,1 Web browser based on the browser portion of Mozilla
    p5-Firefox-Marionette-1.40 Automate the Firefox browser with the Marionette protocol
    laptop:/root/bin %

    But, on 13.2...

    testbox:/root/bin %uname -a
    FreeBSD testbox.asgard.uk 13.2-RELEASE-p8 FreeBSD 13.2-RELEASE-p8 GENERIC amd64 testbox:/root/bin %pkg search firefox
    testbox:/root/bin %

    Other notabley large packages "missing" includes qt5-webkit, gimp-app and
    many others.

    Any pointers appreciated as I'd rather not upgrade other PCs by
    resorting to compiling very large ports :-)

    Thanks,



    --
    ad astra tabernamque

    Don't feed the trolls. You might catch something nasty.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Winston@21:1/5 to DaveG on Sun Dec 24 13:10:01 2023
    Not what you asked, and maybe not helpful, but ...

    DaveG <nospam@nospam.net> writes:
    Is it just me or is there currently some major packages currently
    missing from/not building in the LATEST package repository?

    One specific example would be firefox.

    laptop:/root/bin %uname -a
    FreeBSD laptop 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 laptop:/root/bin %pkg search firefox
    firefox-121.0,2 Web browser based on the browser portion of Mozilla
    firefox-esr-115.6.0,1 Web browser based on the browser portion of Mozilla
    p5-Firefox-Marionette-1.40 Automate the Firefox browser with the Marionette protocol
    laptop:/root/bin %

    Interesting. pkg search with the latest pkg repository for 14.0 lists:

    firefox-120.0.1_1,2 [not 121.0]
    firefox-esr-115.5.0_2,1 [not 115.6]
    p5-Firefox-Marionette-1.40

    so not as up-to-date as 12.4.

    But, on 13.2...

    testbox:/root/bin %uname -a
    FreeBSD testbox.asgard.uk 13.2-RELEASE-p8 FreeBSD 13.2-RELEASE-p8 GENERIC amd64
    testbox:/root/bin %pkg search firefox
    testbox:/root/bin %

    Don't know about currently, but a month ago the 13.2 pkg repository had
    firefox and firefox-esr (and IDK about the other one), so 13.2 *used* to
    have them.

    If you're not in a hurry, and since it's a holiday period, maybe wait
    for the next repository update and see if they reappear?
    -WBE

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From DaveG@21:1/5 to Winston on Sun Dec 24 19:29:50 2023
    On Sun, 24 Dec 2023 13:10:01 -0500, Winston wrote:

    If you're not in a hurry, and since it's a holiday period, maybe wait for
    the next repository update and see if they reappear?

    Thanks, yeah, I'll just wait :-)

    With 12.3 going EOL this New Year, I thought I'd take the opportunity
    of the holiday break to do the upgrades. I've seen the odd packages
    be missing for a while due to the package cluster build failing until
    they get fixed, but i don't recall seeing so much missing all at the
    same time so was concerned that it might be something at my end, maybe
    the major version upgrade not quite going to plan this time.

    Luckily my "testbox" really only gets used remotely for doing video
    transcoding so missing packages isn't a big deal (I saved a list of
    what got removed with by the pkg upgrade part of the update to 13.2)
    and my file server has very few packages on it anyway and nothing was
    missing in that case :-)

    I'll leave my daily driver till the New Year :-)

    --
    ad astra tabernamque

    Don't feed the trolls. You might catch something nasty.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bob Eager@21:1/5 to DaveG on Sun Dec 24 21:39:36 2023
    On Sun, 24 Dec 2023 11:52:25 +0000, DaveG wrote:

    Is it just me or is there currently some major packages currently
    missing from/not building in the LATEST package repository?

    One specific example would be firefox.

    laptop:/root/bin %uname -a FreeBSD laptop 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 laptop:/root/bin %pkg search firefox firefox-121.0,2 Web browser based on the browser portion
    of Mozilla firefox-esr-115.6.0,1 Web browser based on the
    browser portion of Mozilla p5-Firefox-Marionette-1.40 Automate the Firefox browser with the Marionette protocol laptop:/root/bin %

    But, on 13.2...

    testbox:/root/bin %uname -a FreeBSD testbox.asgard.uk 13.2-RELEASE-p8
    FreeBSD 13.2-RELEASE-p8 GENERIC amd64 testbox:/root/bin %pkg search
    firefox testbox:/root/bin %

    Other notabley large packages "missing" includes qt5-webkit, gimp-app
    and many others.

    Any pointers appreciated as I'd rather not upgrade other PCs by
    resorting to compiling very large ports :-)

    Wonder if that system has the repositories set wrong. I get:

    meet/EC2# uname -a
    FreeBSD meet.tavi.cx 13.2-RELEASE-p8 FreeBSD 13.2-RELEASE-p8 GENERIC amd64 meet/EC2# pkg search firefox
    firefox-121.0,2 Web browser based on the browser portion of Mozilla
    firefox-esr-115.6.0,1 Web browser based on the browser portion of Mozilla
    p5-Firefox-Marionette-1.40 Automate the Firefox browser with the
    Marionette protocol
    meet/EC2#/





    --
    Using UNIX since v6 (1975)...

    Use the BIG mirror service in the UK:
    http://www.mirrorservice.org

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andreas Kempe@21:1/5 to All on Sun Dec 24 23:29:04 2023
    Den 2023-12-24 skrev DaveG <nospam@nospam.net>:
    Is it just me or is there currently some major packages currently
    missing from/not building in the LATEST package repository?

    One specific example would be firefox.

    Looking at firefox on freshports[0], firefox seems to be having some
    issues. It's present on the quarterly branch for amd64 for all
    releases, but not on latest. Going to the bug tracker, there is a
    ticket open stating that firefox currently isn't building[1].

    Personally, I usually stick to quarterly instead of latest for
    stability reasons unless I really need a new version of some software
    and can't wait until the next quarterly build.


    [0]: https://www.freshports.org/
    [1]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275610

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Doctor@21:1/5 to kempe@lysator.liu.se on Mon Dec 25 04:29:01 2023
    In article <umaes0$gan$2@nyheter.lysator.liu.se>,
    Andreas Kempe <kempe@lysator.liu.se> wrote:
    Den 2023-12-24 skrev DaveG <nospam@nospam.net>:
    Is it just me or is there currently some major packages currently
    missing from/not building in the LATEST package repository?

    One specific example would be firefox.

    Looking at firefox on freshports[0], firefox seems to be having some
    issues. It's present on the quarterly branch for amd64 for all
    releases, but not on latest. Going to the bug tracker, there is a
    ticket open stating that firefox currently isn't building[1].

    Personally, I usually stick to quarterly instead of latest for
    stability reasons unless I really need a new version of some software
    and can't wait until the next quarterly build.


    [0]: https://www.freshports.org/
    [1]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275610

    31.2? Do you mean 13.2 ?
    --
    Member - Liberal International This is doctor@nk.ca Ici doctor@nk.ca
    Yahweh, King & country!Never Satan President Republic!Beware AntiChrist rising! Look at Psalms 14 and 53 on Atheism ; unsubscribe from Google Groups to be seen Merry Christmas 2023 and Happy New year 2024 Beware https://mindspring.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Louis Epstein@21:1/5 to The Doctor on Mon Dec 25 08:14:22 2023
    The Doctor <doctor@doctor.nl2k.ab.ca> wrote:
    In article <umaes0$gan$2@nyheter.lysator.liu.se>,
    Andreas Kempe <kempe@lysator.liu.se> wrote:
    Den 2023-12-24 skrev DaveG <nospam@nospam.net>:
    Is it just me or is there currently some major packages currently
    missing from/not building in the LATEST package repository?

    One specific example would be firefox.

    Looking at firefox on freshports[0], firefox seems to be having some >>issues. It's present on the quarterly branch for amd64 for all
    releases, but not on latest. Going to the bug tracker, there is a
    ticket open stating that firefox currently isn't building[1].

    Personally, I usually stick to quarterly instead of latest for
    stability reasons unless I really need a new version of some software
    and can't wait until the next quarterly build.


    [0]: https://www.freshports.org/
    [1]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275610

    31.2? Do you mean 13.2 ?

    I'm correcting the header for those who care
    (you got to the typo before I did).

    31.2 shouldn't even branch for the next 30 years...

    -=-=-
    The World Trade Center towers MUST rise again,
    at least as tall as before...or terror has triumphed.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Winston@21:1/5 to All on Mon Dec 25 03:09:51 2023
    A few hours ago I posted:
    Interesting. pkg search with the latest pkg repository for 14.0 lists:
    firefox-120.0.1_1,2 [not 121.0]
    firefox-esr-115.5.0_2,1 [not 115.6]
    p5-Firefox-Marionette-1.40
    so not as up-to-date as 12.4.

    An update for 14.0 just came out. It now has:
    firefox-121.0,2
    firefox-esr-115.6.0,1
    p5-Firefox-Marionette-1.40
    so it's caught up to 12.4. :)
    -WBE

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Doctor@21:1/5 to le@main.lekno.ws on Mon Dec 25 13:01:24 2023
    In article <umbdku$oig$1@reader1.panix.com>,
    Louis Epstein <le@main.lekno.ws> wrote:
    The Doctor <doctor@doctor.nl2k.ab.ca> wrote:
    In article <umaes0$gan$2@nyheter.lysator.liu.se>,
    Andreas Kempe <kempe@lysator.liu.se> wrote:
    Den 2023-12-24 skrev DaveG <nospam@nospam.net>:
    Is it just me or is there currently some major packages currently
    missing from/not building in the LATEST package repository?

    One specific example would be firefox.

    Looking at firefox on freshports[0], firefox seems to be having some >>>issues. It's present on the quarterly branch for amd64 for all
    releases, but not on latest. Going to the bug tracker, there is a
    ticket open stating that firefox currently isn't building[1].

    Personally, I usually stick to quarterly instead of latest for
    stability reasons unless I really need a new version of some software
    and can't wait until the next quarterly build.


    [0]: https://www.freshports.org/
    [1]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275610

    31.2? Do you mean 13.2 ?

    I'm correcting the header for those who care
    (you got to the typo before I did).

    31.2 shouldn't even branch for the next 30 years...


    A little tricky.

    -=-=-
    The World Trade Center towers MUST rise again,
    at least as tall as before...or terror has triumphed.


    --
    Member - Liberal International This is doctor@nk.ca Ici doctor@nk.ca
    Yahweh, King & country!Never Satan President Republic!Beware AntiChrist rising! Look at Psalms 14 and 53 on Atheism ; unsubscribe from Google Groups to be seen Merry Christmas 2023 and Happy New year 2024 Beware https://mindspring.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Doctor@21:1/5 to nospam@nospam.net on Mon Dec 25 19:21:15 2023
    In article <cAkiN.3945$Gq%d.3534@fx03.ams1>, DaveG <nospam@nospam.net> wrote: >On Mon, 25 Dec 2023 04:29:01 +0000, The Doctor wrote:

    31.2? Do you mean 13.2 ?

    Oops!

    On the hand, you are the one in the position to let us all know
    what's in Freebsd 31.2 :-)

    Hope you enjoyed the Xmas Special.
    --
    ad astra tabernamque

    Don't feed the trolls. You might catch something nasty.

    :-)
    --
    Member - Liberal International This is doctor@nk.ca Ici doctor@nk.ca
    Yahweh, King & country!Never Satan President Republic!Beware AntiChrist rising! Look at Psalms 14 and 53 on Atheism ; unsubscribe from Google Groups to be seen Merry Christmas 2023 and Happy New year 2024 Beware https://mindspring.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From DaveG@21:1/5 to The Doctor on Mon Dec 25 19:18:32 2023
    On Mon, 25 Dec 2023 04:29:01 +0000, The Doctor wrote:

    31.2? Do you mean 13.2 ?

    Oops!

    On the hand, you are the one in the position to let us all know
    what's in Freebsd 31.2 :-)

    Hope you enjoyed the Xmas Special.
    --
    ad astra tabernamque

    Don't feed the trolls. You might catch something nasty.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)