[oi-dev] rebuilding system/xvm/xvmstore ?

2023-10-19 Thread Tim Mooney via oi-dev
igger a rebuild against a newer GCC runtime, if someone could clue me in on where the actual component is. Thanks, Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing & Infrastructure / Division of Information Technology/

Re: [oi-dev] inkscape calls gcc7 and 10

2023-07-06 Thread Tim Mooney via oi-dev
of gcc/g++ 10.x). Question: 3) is it worth updating these patches, if they're not needed to actually build any more? I'm tempted to say no, but I'm willing to update them if Andreas or others have strong feelings about keeping as many as possible. Thanks, Tim -- Tim Mooney

[oi-dev] sqlite-3 mapfile needs API updates

2023-03-09 Thread Tim Mooney via oi-dev
break everything that uses symbols in the current sqlite_3.31.1 "block"? Obviously I would add blocks for function additions since 3.31.1. BTW, I looked at the Solaris userland mapfile for sqlite-3 and theirs differs significantly from ours, but it actually appears ours is more up to date. T

Re: [oi-dev] libpulsecore error

2023-03-08 Thread Tim Mooney via oi-dev
In regard to: Re: [oi-dev] libpulsecore error, Gary Mills said (at 9:59pm...: On Wed, Mar 08, 2023 at 01:47:25PM -0600, Tim Mooney via oi-dev wrote: I believe what the error message is saying is that your current theme is not supplying a value for max-recent-items, but the gschema says there

Re: [oi-dev] SUnit and gmake test on OpenIndiana

2022-11-01 Thread Tim Mooney via oi-dev
wards. The vast majority of open source software does not do that, and OI's targets are set up to assume the more common behavior of being able to test before anything has been installed. Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computi

Re: [oi-dev] COMPONENT_TEST_TRANSFORMS for PARI

2022-10-13 Thread Tim Mooney via oi-dev
ine and line-number markers. As long as you're familiar with the "diff" format, it's pretty easy, and if you have a bunch of components to update the repetition will get you to the point where you're very comfortable with the process. Tim -- Tim Mooney

[oi-dev] perl 5.34 next steps

2022-01-26 Thread Tim Mooney via oi-dev
) possibly Module::Build, though that has miserable dependencies [1] alp explained that although we have a sun_solaris component in oi-userland, the runtime/perl-522/module/sun-solaris comes from illumos-gate, not oi-userland. See: https://github.com/OpenIndiana/oi-userland/pull/7640

[oi-dev] manually specifying dependencies between scripting language modules

2022-01-03 Thread Tim Mooney via oi-dev
akefile, as you might for a build dependency? I'm happy to fix up missing inter-module dependencies when I find them, but I would like to follow whatever the best practice is for these types of dependencies. Thanks, Tim -- Tim Mooney tim.moo...@nd

Re: [oi-dev] some Newbie questions

2021-12-29 Thread Tim Mooney via oi-dev
be a most welcome contribution. Regards, David Stes - Op 28 dec 2021 om 13:11 schreef oi-devoi-...@openindiana.org: Hello Tim, thank you for the warm welcome. And thank you for the very valuable answers and hints. They helped already a lot. I guess I 'll need some more time to get to

Re: [oi-dev] some Newbie questions

2021-12-27 Thread Tim Mooney via oi-dev
ide, and the final integration piece comes via the pull request. http://docs.openindiana.org/dev/userland/ Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing & Infrastructure / Division of Information Technology/

Re: [oi-dev] elegant way to get leaf packages?

2021-12-26 Thread Tim Mooney via oi-dev
I had no real idea what percent of packages were now 64-bit only, so this exercise is really just for me to get a clearer picture of what components still ship 32 bit binaries. Thanks again, Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing &

Re: [oi-dev] elegant way to get leaf packages?

2021-12-26 Thread Tim Mooney via oi-dev
all_packages=`pkg list -a | some filtering here` for p in `echo $all_packages` do pkg search -r -o pkg.name "depend:require:$p" > depends-upon-$p done I'm just wondering if there is a more clever, or perhaps less intensive on the publisher server, way to get the same info?

[oi-dev] elegant way to get leaf packages?

2021-12-25 Thread Tim Mooney via oi-dev
` for p in `echo $all_packages` do pkg search -r -o pkg.name "depend:require:$p" > depends-upon-$p done I'm just wondering if there is a more clever, or perhaps less intensive on the publisher server, way to get the same info?

Re: [oi-dev] Some packages did not build anymore in userland

2021-12-22 Thread Tim Mooney via oi-dev
statement. Is that something someone else has had rejected in the ninja bugtracker, or what's the provenance of that patch? Thanks, Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing & Infrastructure / Division of Information Technolog

Re: [oi-dev] Some packages did not build anymore in userland

2021-12-22 Thread Tim Mooney via oi-dev
elf from Illumos recently and the glib issues are because of changes in that dependency? Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing & Infrastructure / Division of Information Technology/701

[oi-dev] upstreaming our libtool search_path patch

2021-11-24 Thread Tim Mooney via oi-dev
maintainer at the solaris-userland patch and letting them know that that patch is beneficial for both commercial Solaris and for OpenIndiana? I would like to get one of the patches into upstream, and it seems easiest to vote for the solaris-userland one as acceptable to both OSes. Tim --

[oi-dev] libxml2 mapfile and symbol removal

2021-11-13 Thread Tim Mooney via oi-dev
eed a rebuild. My question is about what should be done to the mapfile we use with libxml2. Most of these symbols are marked "global" at SYMBOL_VERSION SUNW_1.6 { Do I just comment them out of that block, or is there some other better way to handle these now-removed symbo

[oi-dev] packaging scripts that use python3

2021-11-08 Thread Tim Mooney via oi-dev
python version is? I know there's $(PYTHON), but that still points to 2.7. I'm just wondering if there's something like PYTHON3_PREFERRED or similar, so that different components don't have different versions of python 3 hardcoded. Thanks, Tim -- Tim Mooney

Re: [oi-dev] Logitech C930e

2021-11-07 Thread Tim Mooney via oi-dev
same is probably true of VLC; the TLS connector is not currently being built for that, which limits some of its functionality. I should have the PR for ffmpeg and its deps in the next couple days. I can ping you if you want to try the updated build, but I suspec

Re: [oi-dev] gstreamer1 and OpenGL/EGL

2021-10-30 Thread Tim Mooney via oi-dev
In regard to: gstreamer1 and OpenGL/EGL, Tim Mooney said (at 2:44pm on Oct...: I'm working my way through updating the gstreamer1 components to the latest version (1.16.2 -> 1.18.5). They've switched from autoconf to meson, so the biggest hurdle has been converting the Makefile t

Re: [oi-dev] crypto/ca-certificates

2021-10-28 Thread Tim Mooney via oi-dev
as to remove 'DST Root CA X3' from their packaged ca-certificates bundle. https://access.redhat.com/articles/6338021 I'm not certain how other popular Linux distros have addressed it, but only a few distros do long-term support, so those would be the ones most impacted by it

Re: [oi-dev] gstreamer1 and OpenGL/EGL

2021-10-27 Thread Tim Mooney via oi-dev
In regard to: Re: [oi-dev] gstreamer1 and OpenGL/EGL, Gary Mills said (at...: On Tue, Oct 26, 2021 at 02:44:25PM -0500, Tim Mooney via oi-dev wrote: I'm working my way through updating the gstreamer1 components to the latest version (1.16.2 -> 1.18.5). They've switched from auto

Re: [oi-dev] gstreamer1 and OpenGL/EGL

2021-10-27 Thread Tim Mooney via oi-dev
t in mind for future components. Thanks! Tim On 26.10.21 21:44, Tim Mooney via oi-dev wrote: All- I'm working my way through updating the gstreamer1 components to the latest version (1.16.2 -> 1.18.5).  They've switched from autoconf to meson, so the biggest hurdle has been conve

Re: [oi-dev] what target creates $(WS_TOP)/archives ?

2021-10-23 Thread Tim Mooney via oi-dev
perhaps 'download'). Otherwise, if the user must do it manually when starting out with oi-userland, the step needs to be added to the documentation. Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing & Infrastructure / Division o

Re: [oi-dev] questions about updating security/pinentry

2021-09-26 Thread Tim Mooney via oi-dev
In regard to: Re: [oi-dev] questions about updating security/pinentry,...: On Sun, 26 Sept 2021 at 20:01, Tim Mooney via oi-dev wrote: Finally, the security/pinentry uses symlinks to default /usr/bin/pinentry to the pinentry-gtk2 backend. Is there a convenient method with IPS to make that

[oi-dev] questions about updating security/pinentry

2021-09-26 Thread Tim Mooney via oi-dev
, the security/pinentry uses symlinks to default /usr/bin/pinentry to the pinentry-gtk2 backend. Is there a convenient method with IPS to make that selectable by the sysadmin installing the system? Something similar to how the system-default version of python or perl can

Re: [oi-dev] PR #184: Support for epub and pandoc version problems

2021-06-03 Thread Tim Mooney via oi-dev
to have any Haskell experts in the audience and since pandoc is the first package that's called for Haskell, I'm not too eager to spend my time packaging Haskell. I have a backlog of other stuff that I would tackle first. pandoc does seem like a useful utili

Re: [oi-dev] PR #184: Support for epub and pandoc version problems

2021-06-02 Thread Tim Mooney via oi-dev
ler) for a language I do not speak or use, it always makes the packaging process much more difficult. Do you use Haskell for other projects? Even having someone that can reliably test an experimental package and offer feedback increases the likelihood of getting the package into a usable state.

Re: [oi-dev] OI hipster text iso image

2021-04-05 Thread Tim Mooney via oi-dev
n't think there is a (public) mirror of the openindiana.org publisher in North America. - it will create zfs mounts (by default) for its work and output area. Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing & Infras

Re: [oi-dev] Latest ksh93 changes in illumos-gate have impacts on REQUIRED_PACKAGES

2021-03-27 Thread Tim Mooney via oi-dev
products would require SUNWcs, but only ones that included ksh scripts would require shell/ksh93 . +1, I was trying to make the same point in the email I just sent. I don't think *any* SUNWcs should be replaced. I think shell/ksh93 should be *added* in some places. Tim -- Tim M

Re: [oi-dev] openssl and gmake REQUIRED_PACKAGES

2021-02-22 Thread Tim Mooney via oi-dev
king at you, library/icu) can eventually be converted to the mediator approach. It makes it possible to move dependencies to a new version in phases, rather than having to do it all at once. I'm very thankful that Aurélien made this improvement to our openssl pa

Re: [oi-dev] OpenSSL update process

2021-02-06 Thread Tim Mooney via oi-dev
ing perl 5.30.1 and updating the perl modules when the pandemic lockdown started, so my build box is in a bit of a weird state for perl. I don't see how that would be causing problems for openssl, but a fresh build box wouldn't hurt. Tim -- Tim Mooney

Re: [oi-dev] OpenSSL update process

2021-02-06 Thread Tim Mooney via oi-dev
In regard to: Re: [oi-dev] OpenSSL update process, Aurélien Larcher said...: On Sun, Feb 7, 2021 at 12:33 AM Tim Mooney via oi-dev < oi-dev@openindiana.org> wrote: In regard to: Re: [oi-dev] OpenSSL update process, Aurélien Larcher said...: OpenSSL 1.1 is now merged: 1. The media

Re: [oi-dev] OpenSSL update process

2021-02-06 Thread Tim Mooney via oi-dev
hich cannot be updated and may cause security issues. and... the more, the merrier! Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing & Infrastructure / Division of Information Technology/701-231-1076 (Voice) North Dakota

Re: [oi-dev] CVE-2021-3156 seems relevant for OI

2021-01-27 Thread Tim Mooney via oi-dev
In regard to: [oi-dev] CVE-2021-3156 seems relevant for OI, Tony Brian...: We might want to get sudo patched really, really quickly. Rich Lowe had a PR for it last night, just a few hours after the embargo lifted: https://github.com/OpenIndiana/oi-userland/pull/6456 Tim -- Tim

Re: [oi-dev] Shipping the nano editor alongside with vi

2021-01-09 Thread Tim Mooney via oi-dev
ndiana.org > https://openindiana.org/mailman/listinfo/oi-dev > > > -- > --- > Praise the Caffeine embeddings > ___ > oi-dev mailing list > oi-dev@openindiana.org > https://openindiana.org/mailman/listinfo/oi-dev > _________

Re: [oi-dev] Shipping the nano editor alongside with vi

2021-01-09 Thread Tim Mooney via oi-dev
ith a default/minimal install, but nano is pretty small so I personally don't think it would be bad to add it to a minimal install. Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing & Infrastructure / Division of Informat

Re: [oi-dev] No more notification pop-up for printing

2020-11-24 Thread Tim Mooney via oi-dev
ot sure when it changed, but it does appear that it's not currently working. Just as for you, printing works fine, it's just the notification that is now missing. I personally can live without the notification, but it is annoying to know that it used to work and now do

Re: [oi-dev] Python components

2020-11-18 Thread Tim Mooney via oi-dev
for just a specific Python series and which build for any and all of the options that OI currently provides. Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing & Infrastructure / Division of Information Technology/701-231-1076

Re: [oi-dev] No more notification pop-up for printing

2020-11-16 Thread Tim Mooney via oi-dev
ad an opportunity to observe if the behavior has changed for me. I'll try remember to test next time I'm in my work office. Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing & Infrastructure / Division of Information Technolog

Re: [oi-dev] GCC 10.1 build zone: first pass

2020-05-11 Thread Tim Mooney
k/rtorrent network/pdns-recursor network/socat network/tor openindiana/ddu openindiana/illumos-gcc openindiana/kvm openindiana/slim_source perl/DBI-MySQL perl/DBI perl/DBI-PostgreSQL perl/HTML-Parser perl/DBI-SQLite Tim -- Tim Mooney tim.moo...@ndsu.edu

Re: [oi-dev] perl module update questions

2020-03-16 Thread Tim Mooney
variable are examined as dependencies. gmake REQUIRED_PACKAGES tries to populate this list , running resolve against all currently installed packages. Are you saying that pkgdepend resolve does *not* look at any specific 'depend' lines in the manifest? Tim ________

Re: [oi-dev] perl module update questions

2020-03-16 Thread Tim Mooney
In regard to: perl module update questions, Tim Mooney said (at 12:38pm on...: All- I'm working my way through rebuilding hipster's perl modules for perl 5.30.1 and I have a couple questions. I've run into a couple of perl modules for which the publish targets "pkgd

Re: [oi-dev] perl module update questions

2020-03-10 Thread Tim Mooney
e new default, then eventually we'll want to add the -522 and -524 module packages to the history file, so that they too become obsolete and are replaced by the -530 module packages. Thanks! Tim -- Tim Mooney tim.moo...@ndsu.edu Enterpri

[oi-dev] perl module update questions

2020-03-06 Thread Tim Mooney
nes? I would like to follow the proper procedure for any modules I add or update, but at least for 'history', I'm not sure what that is. It doesn't seem to be covered in the IPS dev guide, that I can find. Thanks! Tim -- Tim Mooney

Re: [oi-dev] Totem sad story

2020-02-22 Thread Tim Mooney
x27;ll submit what I have when I get a chance, but it probably won't be before Monday. Tim ________ ??: Tim Mooney ??: 21 ??? 2020 ?. 22:36 : Alexander Pyhalov via oi-dev : Re: [oi-dev] Totem sad story In regard to: [oi-dev] Totem sad sto

Re: [oi-dev] Totem sad story

2020-02-21 Thread Tim Mooney
ome issues with the new grilo-based plugins, including the youtube & vimeo plugins. I didn't look any deeper into that. I can dust this off and submit pulls for the work that I have, if you want to take a look at it. Tim -- Tim Mooney tim.mo

Re: [oi-dev] updating the perl stack on hipster

2020-01-09 Thread Tim Mooney
ks for the info! Much appreciated. Tim ________ От: Tim Mooney Отправлено: 4 января 2020 г. 1:07 Кому: oi-dev@openindiana.org Тема: [oi-dev] updating the perl stack on hipster I would like to get both the perl runtime and the collection of perl modules we ship updat

[oi-dev] updating the perl stack on hipster

2020-01-03 Thread Tim Mooney
; pull request, that references each individual pull request? - make 530 and modules available before obsoleting/removing perl-524? - how do we go about eventually getting rid of perl-522? I know that long-term we don't want to be providing 3 versions of perl, I'm just not ce

Re: [oi-dev] How does one stop meson from generating -pie?

2019-12-18 Thread Tim Mooney
w Alan makes PIE configurable. You basically pass -Db_pie=false to turn it off. Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing & Infrastructure / Division of Information Technology/701-231-1076 (Voice) North D

Re: [oi-dev] what transforms and/or actuators for man pages?

2019-10-15 Thread Tim Mooney
In regard to: Re: [oi-dev] what transforms and/or actuators for man pages?,...: On 10/09/19 08:57 PM, Tim Mooney wrote: In userland, I believe that all/most the mangler.man.stability transforms, other than the default one setting man page stability to "uncommitted", should be remov

Re: [oi-dev] Nginx missing IPv6 Configuration

2019-10-15 Thread Tim Mooney
diana.org. pkg.openindiana.org name server ns3.openindiana.org. Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing & Infrastructure / Division of Information Technology/701-231-1076 (Voice) North Dakota

Re: [oi-dev] what transforms and/or actuators for man pages?

2019-10-09 Thread Tim Mooney
In regard to: Re: [oi-dev] what transforms and/or actuators for man pages?,...: Hi Tim. On 10/08/19 11:34 PM, Tim Mooney wrote: What are the recommended transforms to include in a component's .p5m file for man pages? The "Packaging and Delivering Software with IPS" guide

[oi-dev] what transforms and/or actuators for man pages?

2019-10-08 Thread Tim Mooney
update-man-index:default , which I'm assuming is equivalent to the svc:/application/man-index:default from the example. So, what are best practices for man page transforms for OI? Thanks! Tim -- Tim Mooney tim.moo...@ndsu.edu Enterpr

[oi-dev] 64 or 32_and_64 for dependency "leaf" ?

2019-09-24 Thread Tim Mooney
ion likely applies to any other component that is one or two executables and support files, with no shared libraries of its own. I looked at both the "Building with oi-userland" and the "Existing tasks" docs on docs.openindiana.org and don't see this discussed. Apologies if i

Re: [oi-dev] component TODO list for perl components?

2019-06-24 Thread Tim Mooney
27;ll open a pull request with some proposed updates, and you and others can comment on whether they're a good idea or not. Tim ________ От: Tim Mooney Отправлено: 24 июня 2019 г. 5:24:33 Кому: oi-dev@openindiana.org Тема: [oi-dev] component TODO list for perl

[oi-dev] component TODO list for perl components?

2019-06-23 Thread Tim Mooney
ast, so I understand if there isn't one. Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing & Infrastructure 701-231-1076 (Voice) Room 242-J6, Quentin Burdick Building 701-231-8541 (Fax) North Dakota Stat

Re: [oi-dev] Importing data from wiki to oi-docs

2019-05-15 Thread Tim Mooney
t to move and I don't want to delay the process, so I think committing your changes to the 'Building oi-userland' is the right thing to do. If I have time, I'll try re-implement some of the improvements from the previous docs page in the new content. Tim -- Tim Mooney

[oi-dev] Xvnc securitytypes=none and issue #10584

2019-04-09 Thread Tim Mooney
and Michal are the only two to have been involved with that patch (lightdm/patches/17-customize-config.patch). Can anyone comment on why securitytypes=none is being added? Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing & Infrastructure

Re: [oi-dev] mate-tweak?

2019-04-05 Thread Tim Mooney
script I use for customizing my environment when I'm spinning up a new hipster build box. Hopefully you find some useful examples in there. Tim -- Tim Mooney tim.moo...@ndsu.edu Enterprise Computing & Infrastructure 701-231-1076 (Voic

[oi-dev] should packages have a pkg.description or not?

2019-01-11 Thread Tim Mooney
Currently, some packages have a pkg.description, but many do not. I want to do it the "right" way, but it's not clear to me which way that is. I've done some searching of the oi-dev archives, but I don't see any threads that discuss pkg.descr