From: Jamie C. <jca...@we...> - 2023-08-29 02:37:26
|
Oh I see, you're using packages and not ports. In that case, what output do you get if you run : pkg search -Q comment glib On 28/Aug/2023 18:53 Dave Overton via webadmin-list wrote .. Initially, the "make search" fails because I don't use or care about "/usr/ports" except when something strange happens. So I went ahead and did a make fetchindex so it would work, then it just gives a list of 12,300 available programs. So yes, the command as provided returned nothing to start with. From: Jamie Cameron [mailto:jca...@we...] Sent: Monday, August 28, 2023 6:46 PM To: Webmin users list Subject: Re: [webmin-l] Webmin and Freebsd pkg upgrade Wait, so does the command : make search 'key=.*' | grep glib Not output anything? On 28/Aug/2023 10:48 Dave Overton via webadmin-list wrote .. Before the grep, it returns: The search target requires INDEX-13. Please run make index or make fetchindex. So, since the index isn’t really necessary to the pkg system, not a useful answer. But for fun… # make fetchindex# grep glib12,300 lines returned. Dave OvertonOwner SYIX.COM530.755.1751 From: Jamie Cameron Sent: Friday, August 25, 2023 10:23 PM To: da...@sy...; Webmin users list Subject: Re: [webmin-l] Webmin and Freebsd pkg upgrade You may be right about the version number. If you SSH in as root and run : cd /usr/ports && make search 'key=.*' | grep glib What does it output? On 25/Aug/2023 18:06 Dave Overton via webadmin-list wrote .. Using webmin on FreeBSD 13.2System Info (Dashboard) says there is a package update.Click it, there are none listedRefresh using the button, still none listed.SSH into the machine: #pkg upgradeUpdating FreeBSD repository catalogue...FreeBSD repository is up to date.All repositories are up to date.< /p>Checking for upgrades (18 candidates): 100%Processing candidates (18 candidates): 100%The following 1 package(s) will be affected (of 0 checked):Installed packages to be UPGRADED: glib: 2.76.4,2 -> 2.76.4_1,2Number of packages to be upgraded: 13 MiB to be downloaded.Proceed with this action? [y/N]: y[1/1] Fetching glib-2.76.4_1,2.pkg: 100% 3 MiB 1.2MB/s 0 0:03I suspect its the "," in the version number breaking thingsDave Overton, Own...@sy...530-755-1751 |