Belgacem1958 has quit [Remote host closed the connection]
<cruxbot>
[opt.git/3.6]: libsdl2: switch buildsystem to cmake, add several optional deps
<cruxbot>
[opt.git/3.6]: mpg123: update to 1.29.1
jue has joined #crux
Moth has quit [Remote host closed the connection]
Moth has joined #crux
plow has quit [Ping timeout: 245 seconds]
plow has joined #crux
jue has quit [Read error: Connection reset by peer]
humky has quit [Quit: Leaving]
humky has joined #crux
SiFuh has quit [Remote host closed the connection]
Belgacem1958 has joined #crux
<Belgacem1958>
When compiling openjdk8, this message appears : "cp: failed to preserve ownership for /home/pkgmk/work/openjdk8/pkg/usr/lib/java/openjdk8/jre/lib/amd64/server/libjsig.so: Operation not supported". Any solution you may suggest?
Moth has quit [Remote host closed the connection]
Moth has joined #crux
Belgacem1958 has quit [Remote host closed the connection]
farkuhar has quit [Ping timeout: 260 seconds]
jeremyc has joined #crux
farkuhar has joined #crux
<farkuhar>
Belgacem1958 was trying to build contrib/ant as an unprivileged user (fakeroot pkgmk), but ant doesn't play nicely with fakeroot. The only workaround I found was to run pkgmk as root, just for this one port.
<farkuhar>
When I brought this up several months ago, pedja pointed out that "does not build under fakeroot" should be considered an upstream bug, not the fault of any crux packager.
<stenur>
'could try to use unshare(1) which can have its own uid/git mapping
<jeremyc>
Anyone have a tutorial on how to make your webcam work in Crux? Need it for work and have been failing all weekend long :-(
<pedja>
define 'failing'. kernel doesn't recognise it or ?
<jeremyc>
pedja: yeah, I should have been more clear. Yes, I can not get /dev/video? to show up. I've went through about 12 iterations of kernel compiles, some working, some I broke things. I'm now on 5.14.13, but still no luck. On other Linux distros it works fine, so I'm sure it's just kernel options and maybe mod probe stuff. I'm a bit out of my element here.
<pedja>
jeremyc, when you plug it in, is there anything in dmesg/lsusb output?
<pedja>
uvcvideo kernel module is the most common one webcams use, iirc
<jeremyc>
[ 811.306656] usb 1-4: new high-speed USB device number 7 using xhci_hcd
<jeremyc>
lsusb reports: Bus 001 Device 007: ID 046d:082d Logitech, Inc. HD Pro Webcam C920
<jeremyc>
Do you have to do anything with V4L?
<pedja>
only as a sanity check 'v4l2-ctl --list-devices'
<pedja>
or to see if there is stuff that can be configured for it
<jeremyc>
OK, I just wiped my (now really messed up) /usr/src/linux-5.14.13 tree, gonna start from scratch on that. I think I went overboard enabling everything I could see relating to webcam/video/V4L/multimedia...
<pedja>
uvcvideo is the generic driver, so start from there
<pedja>
afaict, that's kernel config required to make it work
<jeremyc>
pedja: thanks. I copyied 5.4.80's .config to 5.14.13/.config and did a make olddefconfig then booted into 5.14.13 just now. I'll go start w/just that module.
<jeremyc>
pedja: that's a pretty cool website, I'll show my ignorance here and admit, I didn't know of it.
<pedja>
jeremyc, don't feel bad, 'proper' kernel .config is kind of tricky :)
jeremyc has quit [Quit: leaving]
jeremyc has joined #crux
jeremyc has quit [Client Quit]
jeremyc has joined #crux
ppetrov^ has quit [Quit: Leaving]
Belgacem1958 has joined #crux
<Belgacem1958>
<farkuhar>: probably after disabling "makecommand sudo -H -u pkgmk f
<Belgacem1958>
<farkuhar>: probably after disabling "makecommand sudo -H -u pkgmk fakeroot pkgmk" in /etc/prt-get.conf, the compilation of openjdk8 will success with root user? Maybe!
<Belgacem1958>
now i start to have a nice setup with CRUX, however i'm missing some tweaks to make my HP1005P printer work, i made the sound work (alsa service started) once but i don't have it after restarting. I have to fight to install Rstudio. I am a research scientist and I need Rstudio, Octave Julia, Neovim. I will see how to proceed to install Julia who is not in the ports.
<pedja>
afaict, julia-1.6.3 is the latest available
<Belgacem1958>
But i think anaconda is python rather than julia.
<pedja>
julia, rstudio, octave are all easily installed using conda, anaconda's package manager.
<pedja>
it did start with python, but support for other languages used in data science was added over time
<pedja>
python, julia, r
<pedja>
all separate from system packages and maintained by large active community, which is neat, because I am lazy :)
<Belgacem1958>
PEDJA : ok, great! But not conflicting with the already installed Python!
<pedja>
no, it installs/runs from home dir, using virtual environments
<pedja>
check the docs in the links I posted, if you are curious how it works
<Belgacem1958>
I know that i can i install anaconda using pacman with ArchLinux, but never tried installing it with Crux. I guess it's also easy to do so.
<Belgacem1958>
Thank you for your kind help
<pedja>
np
pedja has quit [Quit: Leaving]
Belgacem1958 has quit [Remote host closed the connection]
<stenur>
pedja: linux-hardware.org is a great thing, thanks!