[OpenIndiana-discuss] Gnuplot on 2024.10?
Stephan Althaus
Stephan.Althaus at Duedinghausen.eu
Sat Jun 28 18:49:50 UTC 2025
On 6/28/25 18:48, Reginald Beardsley via openindiana-discuss wrote:
> uname -a
>
> SunOS hipster 5.11 illumos-845df4971e i86pc i386 i86pc
>
> Here's the console log:
> root at hipster:/app# pkg install gnuplot
> Creating Plan (Solver setup): -
> pkg install: No matching version of image/gnuplot can be installed:
> Reject: pkg://openindiana.org/image/gnuplot@6.0.2-2024.0.0.0
> Reason: No version matching 'require' dependency library/graphics/wxwidgets-3 at 3.2.6-2024.0.0.0 can be installed
> ----------------------------------------
> Reject: pkg://openindiana.org/library/graphics/wxwidgets-3@3.2.8-2025.0.0.0
> pkg://openindiana.org/library/graphics/wxwidgets-3@3.2.8.1-2025.0.0.0
> Reason: This version is excluded by installed incorporation consolidation/userland/userland-incorporation at 0.5.11-2025.0.0.27642
> ----------------------------------------
> root at hipster:/app# pkg install wxwidgets
> No updates necessary for this image.
> root at hipster:/app# pkg install gnuplot
> Creating Plan (Solver setup): \
> pkg install: No matching version of image/gnuplot can be installed:
> Reject: pkg://openindiana.org/image/gnuplot@6.0.2-2024.0.0.0
> Reason: No version matching 'require' dependency library/graphics/wxwidgets-3 at 3.2.6-2024.0.0.0 can be installed
> ----------------------------------------
> Reject: pkg://openindiana.org/library/graphics/wxwidgets-3@3.2.8-2025.0.0.0
> pkg://openindiana.org/library/graphics/wxwidgets-3@3.2.8.1-2025.0.0.0
> Reason: This version is excluded by installed incorporation consolidation/userland/userland-incorporation at 0.5.11-2025.0.0.27642
> ----------------------------------------
> root at hipster:/app#
>
> It seems to me the gnuplot pkg is borked, but no clue how to fix it.
>
> Reg
>
> _______________________________________________
> openindiana-discuss mailing list
> openindiana-discuss at openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
Hi!
it is not 'safe' and not the finest art, but if you uninstall 'entire'
and 'userland-incorporation', gnuplot can be installed, and works (so
far as i can say):
$ gnuplot
G N U P L O T
Version 6.0 patchlevel 2 last modified 2024-12-19
Copyright (C) 1986-1993, 1998, 2004, 2007-2024
Thomas Williams, Colin Kelley and many others
gnuplot home: http://www.gnuplot.info
faq, bugs, etc: type "help FAQ"
immediate help: type "help" (plot window: hit 'h')
Terminal type is now qt
gnuplot>
In the package manifest (
https://pkg.openindiana.org/hipster/manifest/0/image%2Fgnuplot@6.0.2%2C5.11-2024.0.0.0%3A20241230T090931Z
)
i can see the requirement with a fixed versino number 3.2.6, ( depend
fmri=pkg:/library/graphics/wxwidgets-3 at 3.2.6-2024.0.0.0 type=require )
which is not this way in the Makefile, where the corresponding entry
looks like this:
REQUIRED_PACKAGES += library/graphics/wxwidgets-3
So a PR for gnuplot with COMPONENT_REVISION= 1 for a rebuild should be
sufficient to make it installable again...
Regards,
Stephan
More information about the openindiana-discuss
mailing list