Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

engineer

Members
  • Posts

    34
  • Joined

  • Last visited

Personal

  • Location
    California, USA

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

engineer's Achievements

  1. virt-manager used to compile with older setuptools (ver 60) and was fixed, I think is version 61, but version 62 fails again. It doesn't understand multiple top-level packages. Please fix.
  2. It may be app-admin/salt that is bringing in more-itertools. I loaded both.
  3. There's a depenancy for python 3.8 in dev-python/more-itertools. I can't figure out how to have python 3.7 and 3.8 loaded, as I know nothing about Python. Please help.
  4. I use jEdit, but you need to load javatoolkit-0.6.7 yourself.
  5. While you are there, go ahead and fix /usr/share/genkernel/defaults/config.sh /usr/share/genkernel/arch/x86/config.sh KERNEL_BINARY="arch/x86/boot/bzImage" DEFAULT_MAKEOPTS="-j5" Also in /usr/share/genkernel/gen_bootloader.sh change grub2-mkconfig -o "${GRUB_CONF}" to ego boot update
  6. sh: bad number error is fixed by changing the following code /usr/share/genkernel/defaults/linuxrc: Replace linuxrc: if [ "${USE_AUFS_NORMAL}" -eq '1' ] With linuxrc: if [ "${USE_AUFS_NORMAL}" = '1' ] There are two instances.
  7. On linux-debian-sources-5.10.28_p1 I get this error also, but it comes before initramfs. Output says: ... Hint: Use parameter scandelay... Determining boot device... Detected real_root=/dev/sda3 Mounting /dev/sda3 as root... Using mount -t ext4 -o ro sh: bad number Booting (initramfs).. INIT: version 2.95 booting etc.
  8. ty got it working and jEdit loaded. If you've never tried "elastic tabstops" you've been missing out and should try jEdit which has that option.
  9. The Rust people have removed C routines as "unsafe". C is not unsafe, lazy programmers are unsafe. Anyhow, they have screwed the python cryptography module and everyone's CI pipelines are breaking. The solution is to recompile the Rust toolchain. I notice Funtoo did a mini update to 5.10.26_p1 and that should compile whatever broke. When I am compiling toolchain stuff, I emerge @system first and then @world, which is redundant but ensures the toolchain is complete. ex: emerge -uDN --with-bdeps=y --emptytree @system Note: this takes almost two days on my iCore 5.
  10. I was trying to merge jEdit programmer's editor and got errors on javamail that took a little while to track down, so here's how to fix it. BUILD FAILED Target "-push-to-maven-init" does not exist in the project "JavaMail". It is used from target "push-to-maven-prepare". build.xml of dev-java/oracle-javamail-1.5.6 contains: <!DOCTYPE project [ <!ENTITY commonBuild SYSTEM "ant-common.xml"> ]> ... &commonBuild; And ant-common.xml contains necessary code. BUT Python xml.sax module by default does not expand external entities since Python 3.6.7, 3.7.1 and 3.8.0 SOLUTION: There is a script https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=5480034ddf29a050671aa22effdd1cefb1a97f55
  11. Edit /etc/boot.conf, add display { gfxmode 1280x1024x24, 1024x768, 800x600, auto } use numbers that make sense on your machine, obv.
  12. That worked great! Thanks for the detailed instructions, they worked first time, flawlessly. This has inspired me to try an --empty-tree which may take a couple of days on my Core i5 with 1800+ packages. I'm sure something will break and I'll be back. ;)
  13. Latest problem is net-voip/telepathy-gabble-0.18.4 and net-voip/telepathy-salute-0.8.1-r1 which are pulled in by net-in/telepathy-connection-managers-2-r2 I suspect openssl 1.1+ is messing them up, or some Apple defines that are messing up the structures. Anyone else running into this?
  14. OK, of course there's a package.mask as well. I can't delete the post, but if an admin wants to that's fine.
×
×
  • Create New...