juippis

Results 20 issues of juippis

I have: ``` [DEFAULT] tatt.ignore-prefixes = elibc_,video_cards_,linguas_,python_targets_,python_single_target_,kdeenablefinal,test,debug,qemu_user_,qemu_softmmu_,libressl,static-libs,systemd,sdjournal,doc,ruby_targets ``` in */root/.config/pkgdev/pkgdev.conf*, but the use flag `debug` is constantly enabled when running **pkgdev tatt**. If I call **pkgdev tatt --emerge-opts="--verbose" --ignore-prefixes debug**...

tools/tatt

Hey, so here's the patch I was pushing: ```diff diff --git a/app-forensics/aide/aide-0.17.4-r3.ebuild b/app-forensics/aide/aide-0.17.4-r3.ebuild index 4623eda866f..0684f472885 100644 --- a/app-forensics/aide/aide-0.17.4-r3.ebuild +++ b/app-forensics/aide/aide-0.17.4-r3.ebuild @@ -12,9 +12,10 @@ SRC_URI="https://github.com/aide/aide/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm64 x86"...

When doing **pkgdiff-mg -b** against go ebuilds, you can get literally tens of thousands of lines just LICENSE differences due to updated go modules. We can use external tools to...

Hey, when doing a scan with latest clamav, https://www.clamav.net/ against rlotties sources, it detects "Keyloggers". ----------- SCAN SUMMARY ----------- Known viruses: 8639436 Engine version: 0.105.1 Scanned directories: 43 Scanned files:...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If you check history for: https://gitweb.gentoo.org/repo/gentoo.git/log/dev-libs/sexpp?showmsg=1 Version 0.8.7 was added prior,...

bug

Unfortunately this doesn't fix building firefox with rust-bin for me. I'm starting to think the problem lies deeper in how rust-bin is built upstream. The rust-toolchain update is worthy on...

assigned
bug linked
no signoff

Hello. I've become an iamb enjoyer recently. Thank you for this good piece of software! I run iamb in a screen window which is not visible/activated most of the time....

Hey, I hope I can explain the problem even though I don't really understand the matrix protocol too well. Sometimes some messages can't be decrypted - most likely because the...

Hey, I often like to compile packages with 6-12 use flag combinations to test these widely. But **pkgdev tatt** has a very poor randomization logic. Try Firefox or Thunderbird for...

``` /var/tmp/portage/dev-util/librnp-0.18.0/work/rnp-0.18.0/src/lib/crypto/exdsa_ecdhkem.h:122:53: warning: 'Botan::Curve25519_PrivateKey' is deprecated: Use X25519_PrivateKey [-Wdeprecated-declarations] 122 | Botan::Curve25519_PrivateKey botan_key_x25519() const; | ^~~~~ /usr/include/botan-3/botan/curve25519.h:18:69: note: declared here 18 | BOTAN_DEPRECATED("Use X25519_PrivateKey") typedef X25519_PrivateKey Curve25519_PrivateKey; | ^~~~~~~~~~~~~~~~~~~~~ In...