Re: [gentoo-user] emerge completly a package but dont install it?

2018-08-09 Thread Mateusz Lenik
Turns out emerge has this nice flag (excerpt from emerge(1) manpage): --buildpkgonly, -B Creates binary packages for all ebuilds processed without actually merging the packages. This comes with the caveat that all build-time dependencies must already be emerged on the system. Best,

Re: [gentoo-user] Udev trouble: Non working rule...or...

2017-09-28 Thread Mateusz Lenik
On Thu, Sep 28, 2017 at 07:39:58PM +0200, tu...@posteo.de wrote: > The interesting thing is: I have a pololu avr programmer (v20, an > ISP-programmer it is), which uses also /dev/ttyACM...and that > one works fine. I plugged it in simultanously to ensure all drivers > get loaded...and then I plugge

Re: [gentoo-user] Udev trouble: Non working rule...or...

2017-09-28 Thread Mateusz Lenik
On Thu, Sep 28, 2017 at 05:03:14PM +0200, tu...@posteo.de wrote: > I have one of these: > > Bus 006 Device 018: ID 16d0:0753 MCS Digistump DigiSpark > > ... snip ... > > SUBSYSTEMS=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", > MODE:="0666" > KERNEL=="ttyACM*", ATTRS{idVendor}=="16d0

Re: [gentoo-user] chromium 60 build failure

2017-07-31 Thread Mateusz Lenik
On Mon, Jul 31, 2017 at 08:02:34PM +, Grant Edwards wrote: > ../../third_party/vulkan-validation-layers/src/loader/debug_report.c:50:5: > note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to > compile your code > ../../third_party/vulkan-validation-layers/src/loader/debug_report.c