Git Product home page Git Product logo

booboo's People

Contributors

abraxa avatar bryttanybch avatar chrboe avatar cognifloyd avatar cuchac avatar dreamerddl avatar elemir avatar gordon-quad avatar hoehnp avatar l29ah avatar leavittx avatar lexszero avatar mattenklicker avatar miklergm avatar naryl avatar np3 avatar o01eg avatar r4rdsn avatar rdnetto avatar satanicraw avatar stiletto avatar totktonada avatar z411 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

booboo's Issues

openbazaar-server not able to merge

when trying to merge the bazaar-server, it throws a lot of python errors

maybe some dependencies are missing in the ebuild?

market/btcprice.py: 75: [E:syntax-error] -- invalid syntax
************* Module market.network
market/network.py: 83: [E:syntax-error] -- invalid syntax
************* Module market.contracts
market/contracts.py:547: [E:syntax-error] -- invalid syntax
************* Module market.protocol
market/protocol.py:282: [E:syntax-error] -- invalid syntax
************* Module market.transactions
market/transactions.py:174: [I:locally-disabled] -- Locally disabling cell-var-from-loop (W0640)
market/transactions.py: 4: [F:import-error] -- Unable to import 'bitcointools'
market/transactions.py: 5: [E:no-name-in-module] -- No name 'SelectParams' in module 'bitcoin'
market/transactions.py: 6: [E:no-name-in-module] -- No name 'core' in module 'bitcoin'
market/transactions.py: 6: [F:import-error] -- Unable to import 'bitcoin.core'
market/transactions.py: 7: [E:no-name-in-module] -- No name 'core' in module 'bitcoin'
market/transactions.py: 7: [F:import-error] -- Unable to import 'bitcoin.core.script'
market/transactions.py: 8: [E:no-name-in-module] -- No name 'core' in module 'bitcoin'
market/transactions.py: 8: [F:import-error] -- Unable to import 'bitcoin.core.scripteval'
market/transactions.py: 9: [E:no-name-in-module] -- No name 'wallet' in module 'bitcoin'
market/transactions.py: 9: [F:import-error] -- Unable to import 'bitcoin.wallet'
market/transactions.py: 10: [F:import-error] -- Unable to import 'config' (invalid syntax (, line 161))
************* Module market.moderation
market/moderation.py: 3: [F:import-error] -- Unable to import 'nacl.signing'
market/moderation.py: 8: [F:import-error] -- Unable to import 'config' (invalid syntax (, line 161))
market/moderation.py: 11: [E:no-name-in-module] -- No name 'keychain' in module 'keys'
market/moderation.py: 11: [F:import-error] -- Unable to import 'keys.keychain' (Missing parentheses in call to 'print' (, line 36))
market/moderation.py: 12: [E:no-name-in-module] -- No name 'contracts' in module 'market'
market/moderation.py: 12: [F:import-error] -- Unable to import 'market.contracts' (invalid syntax (, line 547))
FAIL: Detected 51 files with errors.
Makefile:14: recipe for target 'pycheck' failed

Drop multilib ref in layout.conf?

Whenever I update, I get a warning stating

Unavailable repository 'multilib' referenced by masters entry in '/var/lib/layman/l29ah/metadata/layout.conf'

I think this might be leftover from before the ABI_X86 USE flag was added. I removed the multilib reference and nothing major broke for me, but then again I only use kona so I doubt I'd be in the path of any trainwrecks.

checking for bctoolbox... no, not found bctoolbox

checking for bctoolbox... no
configure: error: "Could not find bctoolbox (required dependency)"
When I "make" oRTP which is bctoolbox in the folder however I still got the error as I mentioned above.

Deprecated eutils.eclass

due to the lack of the file in portage tree there's an emerge error:

Calculating dependencies / * ERROR: dev-libs/libusb-0.1.12-r8::booboo failed (depend phase):

  • eutils.eclass could not be found by inherit()
  • Call stack:
  •             ebuild.sh, line 632:  Called source '/var/db/repos/booboo/dev-libs/libusb/libusb-0.1.12-r8.ebuild'
    
  • libusb-0.1.12-r8.ebuild, line 7: Called inherit 'eutils' 'libtool' 'autotools' 'toolchain-funcs' 'multilib-minimal'
  •             ebuild.sh, line 277:  Called die
    
  • The specific snippet of code:
  •  	[[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
    
  • If you need support, post the output of emerge --info '=dev-libs/libusb-0.1.12-r8::booboo',
  • the complete build log and the output of emerge -pqv '=dev-libs/libusb-0.1.12-r8::booboo'.
  • Working directory: '/usr/lib/python3.12/site-packages'
  • S: '/var/tmp/portage/dev-libs/libusb-0.1.12-r8/work/libusb-0.1.12'
    ... done!

taisei-9999 won't install

>>> Starting src_install
ninja: Entering directory `/var/tmp/paludis/games-arcade-taisei-9999/work/taisei-9999-build'
[0/1] /usr/bin/python3.5 /usr/lib/python-exec/python3.5/meson --internal install /var/tmp/paludis/games-arcade-taisei-9999/work/taisei-9999-build/meson-private/install.dat
ninja -v -j5 -l0 -C /var/tmp/paludis/games-arcade-taisei-9999/work/taisei-9999-build install
Installing src/taisei to /var/tmp/paludis/games-arcade-taisei-9999/image//usr/bin/taisei
Stripping target 'src/taisei'
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.5/meson", line 37, in <module>
    sys.exit(main())
  File "/usr/lib/python-exec/python3.5/meson", line 34, in main
    return mesonmain.run(sys.argv[1:], launcher)
  File "/usr/lib64/python3.5/site-packages/mesonbuild/mesonmain.py", line 322, in run
    sys.exit(run_script_command(args[1:]))
  File "/usr/lib64/python3.5/site-packages/mesonbuild/mesonmain.py", line 278, in run_script_command
    return cmdfunc(cmdargs)
  File "/usr/lib64/python3.5/site-packages/mesonbuild/scripts/meson_install.py", line 375, in run
    do_install(datafilename)
  File "/usr/lib64/python3.5/site-packages/mesonbuild/scripts/meson_install.py", line 190, in do_install
    install_targets(d)
  File "/usr/lib64/python3.5/site-packages/mesonbuild/scripts/meson_install.py", line 322, in install_targets
    ps, stdo, stde = Popen_safe(d.strip_bin + [outname])
  File "/usr/lib64/python3.5/site-packages/mesonbuild/mesonlib.py", line 637, in Popen_safe
    return Popen_safe_legacy(args, write=write, stderr=stderr, **kwargs)
  File "/usr/lib64/python3.5/site-packages/mesonbuild/mesonlib.py", line 648, in Popen_safe_legacy
    stderr=stderr, **kwargs)
  File "/usr/lib64/python3.5/subprocess.py", line 676, in __init__
    restore_signals, start_new_session)
  File "/usr/lib64/python3.5/subprocess.py", line 1289, in _execute_child
    raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 'STRIP'

sci-libs/libarea-9999: multilib-strict check failed!

Files matching a file type that is not allowed:
   usr/lib/libarea.so.0
 * ERROR: sci-libs/libarea-9999::booboo failed:
 *   multilib-strict check failed!
 *
 * Call stack:
 *   misc-functions.sh, line 605:  Called install_qa_check
 *   misc-functions.sh, line 217:  Called source 'install_symlink_html_docs'
 *   80multilib-strict, line  46:  Called multilib_strict_check
 *   80multilib-strict, line  42:  Called die
 * The specific snippet of code:
 *              [[ ${abort} == yes ]] && die "multilib-strict check failed!"

Presumably portage wants it to go into /usr/lib64?

https://github.com/gentoo/sci/issues/832 may be relevant

ERROR: sci-geosciences/grass-6.4.3-r1::booboo failed (depend phase)

* ERROR: sci-geosciences/grass-6.4.3-r1::booboo failed (depend phase):
 *   python.eclass could not be found by inherit()
 *
 * Call stack:
 *               ebuild.sh, line 611:  Called source '/var/lib/layman/booboo/sci-geosciences/grass/grass-6.4.3-r1.ebuild'
 *   grass-6.4.3-r1.ebuild, line   6:  Called inherit 'eutils' 'gnome2' 'multilib' 'python' 'versionator' 'wxwidgets' 'autotools'
 *               ebuild.sh, line 284:  Called die
 * The specific snippet of code:
 *              [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
 *
 * If you need support, post the output of `emerge --info '=sci-geosciences/grass-6.4.3-r1::booboo'`,
 * the complete build log and the output of `emerge -pqv '=sci-geosciences/grass-6.4.3-r1::booboo'`.
 * Working directory: '/usr/lib64/python2.7/site-packages'
 * S: '/var/tmp/portage/sci-geosciences/grass-6.4.3-r1/work/grass-6.4.3'
 | * ERROR: sci-geosciences/grass-6.4.2-r1::booboo failed (depend phase):
 *   python.eclass could not be found by inherit()
 *
 * Call stack:
 *               ebuild.sh, line 611:  Called source '/var/lib/layman/booboo/sci-geosciences/grass/grass-6.4.2-r1.ebuild'
 *   grass-6.4.2-r1.ebuild, line  10:  Called inherit 'eutils' 'gnome2' 'multilib' 'python' 'versionator' 'wxwidgets' 'base' 'autotools'
 *               ebuild.sh, line 284:  Called die
 * The specific snippet of code:
 *              [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
 *
 * If you need support, post the output of `emerge --info '=sci-geosciences/grass-6.4.2-r1::booboo'`,
 * the complete build log and the output of `emerge -pqv '=sci-geosciences/grass-6.4.2-r1::booboo'`.
 * Working directory: '/usr/lib64/python2.7/site-packages'
 * S: '/var/tmp/portage/sci-geosciences/grass-6.4.2-r1/work/grass-6.4.2'

uzbl error in depend phase

When emergin uzbl i get the next error message:

Calculating dependencies \ * ERROR: www-client/uzbl-9999-r1::booboo failed (depend phase):
 *   use() calls are not allowed in global scope
 * 
 * Call stack:
 *             ebuild.sh, line 606:  Called source '/var/lib/layman/booboo/www-client/uzbl/uzbl-9999-r1.ebuild'
 *   uzbl-9999-r1.ebuild, line  18:  Called use 'experimental'
 *             ebuild.sh, line  78:  Called die
 * The specific snippet of code:
 *          eval "${x}() { die \"\${FUNCNAME}() calls are not allowed in global scope\"; }"
 * 
 * If you need support, post the output of `emerge --info '=www-client/uzbl-9999-r1::booboo'`,
 * the complete build log and the output of `emerge -pqv '=www-client/uzbl-9999-r1::booboo'`.
 * Working directory: '/usr/lib64/python2.7/site-packages'
 * S: '/var/tmp/portage/www-client/uzbl-9999-r1/work/uzbl-9999'                                                                                                                                ... done!

Thank you.

media-plugins/alsaequal searches in the wrong place for a moved library

Switching profile as suggested by the recent portage news, I've encountered this issue while routing audio through the alsaequal plugin:

"Failed to load plugin "/usr/lib/ladspa/caps.so": /usr/lib/ladspa/caps.so: cannot open shared object file: No such file or directory"

The symlink between /usr/lib and /usr/lib64 has been removed by the profile change, but alsaequal seems to have the path where to search this library hardcoded.
I'm opening this as a issue here, as this is the main overlay for alsaequal now and i think the problem is quite related only to the Gentoo distribution.
In the meantime I'm opening this issue also on the author repository, hoping for a fix.

khrplatform file for OpenBoardView

Hello,

Thanks for offering this in your overlay!

I think the khrplatform.h file has changed again as in #74. Build fails with:

!!! Fetched file: khrplatform.h VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      11131
!!! Expected: 10279

dev-util/abootimg no more downloadable

Hi,

I tried installing it and it failed on the fetching part.

>>> Emerging (1 of 1) dev-util/abootimg-9999-r1::booboo
>>> Unpacking source...
Initialized empty Git repository in /usr/portage/distfiles/git3-src/ac100_abootimg.git/
 * Fetching git://gitorious.org/ac100/abootimg.git ...
git fetch git://gitorious.org/ac100/abootimg.git +HEAD:refs/git-r3/HEAD
fatal: unable to connect to gitorious.org:
gitorious.org[0: 64.13.172.37]: errno=Connection refused
gitorious.org[1: 2a02:c0:1014::1]: errno=Network is unreachable

The git repo has moved over there i think : https://github.com/ggrandou/abootimg

Issue when upgrading.

Hello I want to report the following issue I've encountered when doing a sudo emerge -uDN @world command:

Schermata del 2022-12-14 13-57-53

linuxCNC?

I see there is no manifest and when i do:
sudo ebuild linuxcnc-9999.ebuild manifest

Error(s) in metadata for 'sci-electronics/linuxcnc-9999':
DEPEND: Invalid atom (Invalid use dep: '%PYTHON_USEDEP-NEEDS-TO-BE-USED-IN-PYTHON_GEN_COND_DEP%'), token 18
RDEPEND: Invalid atom (Invalid use dep: '%PYTHON_USEDEP-NEEDS-TO-BE-USED-IN-PYTHON_GEN_COND_DEP%'), token 18

:(

Can't install linphone.

kitteh@uwu: ~ $ gentoo install linphone

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy ">=net-libs/belle-sip-1.5.0".
(dependency required by "net-voip/linphone-3.10.2::booboo" [ebuild])
(dependency required by "linphone" [argument])

you seem to be missing belle-sip

Can you show some love for OpenBoardView?

I just found this software and was amazed it was in your overlay.... but:

[ebuild  N    ~] sci-electronics/OpenBoardView-7.4_pre1::booboo  10 KiB

Total: 1 package (1 new), Size of downloads: 10 KiB


>>> Verifying ebuild manifests

>>> Emerging (1 of 1) sci-electronics/OpenBoardView-7.4_pre1::booboo
 * gl.xml SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                                                                                                                                [ ok ]
>>> Downloading 'http://distfiles.gentoo.org/distfiles/86/khrplatform.h'
--2021-03-15 23:30:32--  http://distfiles.gentoo.org/distfiles/86/khrplatform.h
Resolving distfiles.gentoo.org... 185.93.3.15, 195.181.167.13
Connecting to distfiles.gentoo.org|185.93.3.15|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-03-15 23:30:33 ERROR 404: Not Found.

>>> Downloading 'https://www.khronos.org/registry/egl/api/KHR/khrplatform.h'
--2021-03-15 23:30:33--  https://www.khronos.org/registry/egl/api/KHR/khrplatform.h
Resolving www.khronos.org... 104.236.24.254
Connecting to www.khronos.org|104.236.24.254|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.khronos.org/registry/EGL/api/KHR/khrplatform.h [following]
--2021-03-15 23:30:33--  https://www.khronos.org/registry/EGL/api/KHR/khrplatform.h
Reusing existing connection to www.khronos.org:443.
HTTP request sent, awaiting response... 200 OK
Length: 10279 (10K) [text/x-c]
Saving to: ‘/mnt/nfs/distfiles/khrplatform.h.__download__’

/mnt/nfs/distfiles/ 100%[===================>]  10,04K  --.-KB/s    in 0s

2021-03-15 23:30:33 (162 MB/s) - ‘/mnt/nfs/distfiles/khrplatform.h.__download__’ saved [10279/10279]

!!! Fetched file: khrplatform.h VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      10279
!!! Expected: 10037
Refetching... File renamed to '/mnt/nfs/distfiles/khrplatform.h._checksum_failure_.1f1yjkth'

!!! Couldn't download 'khrplatform.h'. Aborting.
 * Fetch failed for 'sci-electronics/OpenBoardView-7.4_pre1', Log file:
 *  '/var/log/portage/sci-electronics:OpenBoardView-7.4_pre1:20210315-223032.log'

>>> Failed to emerge sci-electronics/OpenBoardView-7.4_pre1, Log file:

>>>  '/var/log/portage/sci-electronics:OpenBoardView-7.4_pre1:20210315-223032.log'

 * Messages for package sci-electronics/OpenBoardView-7.4_pre1:
 * Log file: /var/log/portage/sci-electronics:OpenBoardView-7.4_pre1:20210315-223032.log

 * Fetch failed for 'sci-electronics/OpenBoardView-7.4_pre1', Log file:
 *  '/var/log/portage/sci-electronics:OpenBoardView-7.4_pre1:20210315-223032.log'
 *
 * The following package has failed to build, install, or execute postinst:
 *
 *  (sci-electronics/OpenBoardView-7.4_pre1:0/0::booboo, ebuild scheduled for merge), Log file:
 *   '/var/log/portage/sci-electronics:OpenBoardView-7.4_pre1:20210315-223032.log'

Regards, :)

dev-vcs/fossil fails to build w/o tclsh

>>> Starting src_configure
No installed jimsh or tclsh, building local bootstrap jimsh0
./autosetup/find-tclsh: line 11: 26296 Aborted                 "$d/jimsh0" "$d/test-tclsh"
./autosetup/find-tclsh: line 11: 26323 Aborted                 "$d/jimsh0" "$d/test-tclsh"
No working C compiler found. Tried cc and gcc.

Effect: building of tkabber with full deps tree fails at first time.

Possible fix: add Tcl to fossil's dependencies.

dev-libs/msgpack-1.2.0 fails to build

msgpack fails to compile with the following error:

In file included from /var/tmp/portage/dev-libs/msgpack-1.2.0/work/msgpack-1.2.0/src/unpack.c:276:0:
/var/tmp/portage/dev-libs/msgpack-1.2.0/work/msgpack-1.2.0/include/msgpack/unpack_template.h: In function 'template_execute':
/var/tmp/portage/dev-libs/msgpack-1.2.0/work/msgpack-1.2.0/include/msgpack/unpack_template.h:258:17: error: this statement may fall through [-Werror=implicit-fallthrough=]
                 ++p;
                 ^~~
/var/tmp/portage/dev-libs/msgpack-1.2.0/work/msgpack-1.2.0/include/msgpack/unpack_template.h:260:13: note: here
             default:
             ^~~~~~~

My system:

$ uname -srop
Linux 4.16.0+ Intel(R) Core(TM) i7-3667U CPU @ 2.00GHz GNU/Linux

$ gcc -v
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/7.2.0/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/7.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/notmpfs/portage/sys-devel/gcc-7.2.0-r1/work/gcc-7.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/7.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/include/g++-v7 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/7.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --disable-nls --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 7.2.0-r1 p1.1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 7.2.0 (Gentoo 7.2.0-r1 p1.1)

$ emerge -pqv dev-libs/msgpack
[ebuild     U ] dev-libs/msgpack-1.2.0 [1.1.0] USE="cxx -static-libs {-test}" ABI_X86="32 (64) (-x32)"

EAPI 5 is not supported

Hello. Thanks for your work!

When I run /etc/portage/repo.postsync.d/egencache script I got the following error for this overlay:

=== Sync completed for booboo
* In post-repository hook for booboo
** synced from remote repository https://github.com/gentoo-mirror/booboo.git
** synced into /var/db/repos/booboo
 * ERROR: dev-embedded/icoprog-9999::booboo failed (depend phase):
 *   subversion: EAPI 5 is not supported
 * 
 * Call stack:
 *             ebuild.sh, line 618:  Called source '/var/db/repos/booboo/dev-embedded/icoprog/icoprog-9999.ebuild'
 *   icoprog-9999.ebuild, line   9:  Called inherit 'eutils' 'subversion' 'multilib'
 * ERROR: media-sound/midieditor-9999::booboo failed (depend phase):
 *             ebuild.sh, line 298:  Called __qa_source '/var/db/repos/gentoo/eclass/subversion.eclass'
 *   subversion: EAPI 5 is not supported
 * 
 * Call stack:
 *             ebuild.sh, line 114:  Called source '/var/db/repos/gentoo/eclass/subversion.eclass'
 *                ebuild.sh, line 618:  Called source '/var/db/repos/booboo/media-sound/midieditor/midieditor-9999.ebuild'
 *     subversion.eclass, line  19:  Called die
 * The specific snippet of code:
 *   midieditor-9999.ebuild, line   7:  Called inherit 'eutils' 'subversion'
 *   	*) die "${ESVN}: EAPI ${EAPI:-0} is not supported" ;;
 * 
 * If you need support, post the output of `emerge --info '=dev-embedded/icoprog-9999::booboo'`,
 *                ebuild.sh, line 298:  Called __qa_source '/var/db/repos/gentoo/eclass/subversion.eclass'
 * the complete build log and the output of `emerge -pqv '=dev-embedded/icoprog-9999::booboo'`.
 * Working directory: '/usr/lib/python3.9/site-packages'
 * S: '/var/tmp/portage/dev-embedded/icoprog-9999/work/icoprog-9999'
 *                ebuild.sh, line 114:  Called source '/var/db/repos/gentoo/eclass/subversion.eclass'
 *        subversion.eclass, line  19:  Called die
 * The specific snippet of code:
Error processing dev-embedded/icoprog-9999, continuing...
 *   	*) die "${ESVN}: EAPI ${EAPI:-0} is not supported" ;;
 * 
 * If you need support, post the output of `emerge --info '=media-sound/midieditor-9999::booboo'`,
 * the complete build log and the output of `emerge -pqv '=media-sound/midieditor-9999::booboo'`.
 * Working directory: '/usr/lib/python3.9/site-packages'
 * S: '/var/tmp/portage/media-sound/midieditor-9999/work/midieditor-9999'
Error processing media-sound/midieditor-9999, continuing...
!!! egencache failed!
 * Spawn failed for: egencache, /etc/portage/repo.postsync.d/egencache

Those ebuilds (dev-embedded/icoprog-9999 and media-sound/midieditor-9999) are outdated a lot, but they look very simple, so it might be possible to just bump EAPI version. If they are not maintained (thus are not used) another possible solution is to just delete them.

Cannot install xkb-switch-9999::booboo - missing keyword

Hi. I am trying to emerge "xkb-switch" but emerge tells me that there's a missing keyword.

What I am trying to execute:

doas emerge "=xkb-switch-9999::booboo" --autounmask-write
Calculating dependencies... done!
Dependency resolution took 1.55 s (backtrack: 0/20).


!!! All ebuilds that could satisfy "=xkb-switch-9999::booboo" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-apps/xkb-switch-9999::booboo (masked by: missing keyword)

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.

Maybe it's a skill issue. Either way, the emerge man page doesn't tell me, and looking at the .emerge file, everything looks OK to me...

media-gfx/prusa-slicer-9999 missing dependencies

While trying to emerge prusa-slicer I have been getting some build errors due to missing dependencies.

The ebuild is missing the following dependencies:
media-gfx/openvdb (USE: -abi4-compat)
sci-mathematics/cgal

After emerging these packages I was able to build prusa-slicer.

can't build linphone-9999 as there is no polarssl:= ebuild.

I'm on gentoo, can you add such polarssl dependency into booboo so I can build linphone?

emerge -av1 -j1 \=net-voip/linphone-9999

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "net-libs/polarssl:=".
(dependency required by "net-libs/belle-sip-9999::booboo" [ebuild])
(dependency required by "net-voip/linphone-9999::booboo" [ebuild])
(dependency required by "=net-voip/linphone-9999" [argument])

media-fonts/arialuni - EAPI2 is not supported by font.eclass, "masked by: corruption"

Hi,

Today I did an emerge -DNua @world and a long error message popped up, including the message "EAPI2 is not supported by font.eclass"

I tried cleaning and re-emerging media-fonts/arialuni, but it gives the same error message and refuses to emerge, auto-masking the package with reason "(masked by: corruption)"

The full output of emerge after attempting to reinstall:

Calculating dependencies / * ERROR: media-fonts/arialuni-2::booboo failed (depend phase):
 *   EAPI 2 is not supported by font.eclass.
 * 
 * Call stack:
 *           ebuild.sh, line 616:  Called source '/var/db/repos/booboo/media-fonts/arialuni/arialuni-2.ebuild'
 \ *   arialuni-2.ebuild, line   7:  Called inherit 'font'
 *           ebuild.sh, line 317:  Called __qa_source '/usr/portage/eclass/font.eclass'
 *           ebuild.sh, line 112:  Called source '/usr/portage/eclass/font.eclass'
 *         font.eclass, line  13:  Called die
 * The specific snippet of code:
 *      *) die "EAPI ${EAPI} is not supported by font.eclass." ;;
 * 
 * If you need support, post the output of `emerge --info '=media-fonts/arialuni-2::booboo'`,
 * the complete build log and the output of `emerge -pqv '=media-fonts/arialuni-2::booboo'`.
 * Working directory: '/usr/lib64/python3.6/site-packages'
 * S: '/var/tmp/portage/media-fonts/arialuni-2/work/arialuni-2'
... done!

!!! All ebuilds that could satisfy "arialuni" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-fonts/arialuni-2::booboo (masked by: corruption)

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.

Can you please take a look? Thank you!

net-libs/ortp missing dependency on net-libs/bctoolbox

When installing linphone

net-libs/ortp emerging error:

checking for BCTOOLBOX... no
configure: error: "Could not find bctoolbox (required dependency)"

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/net-libs/ortp-0.27.0/work/ortp-0.27.0/config.log
 * ERROR: net-libs/ortp-0.27.0::booboo failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *               ebuild.sh, line  115:  Called src_configure
 *             environment, line 2701:  Called econf '--disable-memcheck' '--disable-mode64bit' '--disable-strict' '--disable-tests_enabled' '--enable-fast-install' '--enable-libtool-lock' '--disable-debug' '--disable-perf' '--disable-ntp-timestamp' '--enable-ssl-hmac' '--disable-doxygen'
 *        phase-helpers.sh, line  665:  Called __helpers_die 'econf failed'
 *   isolated-functions.sh, line  117:  Called die
 * The specific snippet of code:
 *              die "$@"

build.txt
config.txt

After emerging net-libs/bctoolbox problem is solved.
Dependency should be updated in net-libs/ortp.

www-client/uzbl-9999 has missing dependencies

With the default USE flags (="browser tabbed") www-client/uzbl-9999 needs the following additional build dependencies on my system:

  • dev-python/wheel
  • dev-python/pip

I didn't check which are also runtime dependencies.

Also the compilation complains about pip not having a --prefix option. The following line got executed by the uzbl Makefile.
pip3 install -I --prefix=/var/tmp/portage/www-client/uzbl-9999-r1/imge///usr --root=/var/tmp/portage/www-client/uzbl-9999-r1/image/ --install-option="" dist/uzbl-0.9.1+36.g1ce13a2c-py3-none-any.whl

media-sound/sonic failed to install

  • Applying sonic-9999-fix-lib.patch ... [ ok ]
  • ERROR: media-sound/sonic-9999::booboo failed (prepare phase):
  • eapply_user (or default) must be called in src_prepare()!
  • Call stack:
  •        ebuild.sh, line  762:  Called __ebuild_main 'prepare'
    
  • phase-functions.sh, line 1050: Called __dyn_prepare
  • phase-functions.sh, line 395: Called die
  • The specific snippet of code:
  •  	die "eapply_user (or default) must be called in src_prepare()!"
    

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.