Re: [gentoo-user] NAS and replacing with larger drives

2022-12-15 Thread Dale
Dale wrote: > Howdy, > > <<< SNIP >>> > > Thoughts?  Info to share?  Ideas on a best path forward?  Buy already > built or build? > > Thanks. > > Dale > > :-)  :-)  > I have a couple questions.  I currently have the NAS thingy on a older Dell machine.  It has a 4 core CPU and 8GBs of ram so it

Re: [gentoo-user] Major problems with libpcre / UTF8

2022-12-15 Thread Ionen Wolkens
On Thu, Dec 15, 2022 at 03:52:46PM -0500, Walter Dnes wrote: > I just finished solving my babl problems, but more stuff shows up in > libpcre. First, here are my USE flags. I don't see "utf8" anywhere. > > Calculating dependencies... done! > [ebuild R] dev-libs/libpcre-8.45-r1:3::gentoo

Re: [gentoo-user] Major problems with libpcre / UTF8

2022-12-15 Thread Mike Civil
Not sure what your problem is but it looks like Glib is complaining, not mc. Having unicode in your flags would seem to infer UTF-8 support but I'm no expert. There's an assumption that you've already run an emerge --sync, emerge --update @world and a depclean and that you don't have any

Re: [gentoo-user] Major problems with libpcre / UTF8

2022-12-15 Thread Jack
On 2022.12.15 15:52, Walter Dnes wrote: I just finished solving my babl problems, but more stuff shows up in libpcre. First, here are my USE flags. I don't see "utf8" anywhere. Calculating dependencies... done! [ebuild R] dev-libs/libpcre-8.45-r1:3::gentoo USE="bzip2 cxx jit

Re: [gentoo-user] Major problems with libpcre / UTF8

2022-12-15 Thread ralfconn
On 12/15/22 21:52, Walter Dnes wrote: >    I just finished solving my babl problems, but more stuff shows up in > libpcre.  First, here are my USE flags.  I don't see "utf8" anywhere. > > Calculating dependencies... done! > [ebuild   R    ] dev-libs/libpcre-8.45-r1:3::gentoo USE="bzip2 cxx jit

Re: [gentoo-user] Major problems with libpcre / UTF8

2022-12-15 Thread Matt Connell
On Thu, 2022-12-15 at 15:52 -0500, Walter Dnes wrote: >   Can someone give me their output from "emerge -pv1 dev-libs/libpcre" I don't have advice for your specific issue, but, as requested: [ebuild R] dev-libs/libpcre-8.45-r1:3::gentoo USE="bzip2 cxx jit -libedit -pcre16 -pcre32 readline

[gentoo-user] Major problems with libpcre / UTF8

2022-12-15 Thread Walter Dnes
I just finished solving my babl problems, but more stuff shows up in libpcre. First, here are my USE flags. I don't see "utf8" anywhere. Calculating dependencies... done! [ebuild R] dev-libs/libpcre-8.45-r1:3::gentoo USE="bzip2 cxx jit readline (split-usr) (unicode) zlib -libedit

RE: [gentoo-user] Gaming on gentoo

2022-12-15 Thread Laurence Perkins
Note that some programs will dynamically load libraries at runtime, in addition to being linked against them at build time. These don’t necessarily show up in ldd. (Qt is horrible about this) Enabling core dumps or running under a debugger might shed some light on what’s going on. If that