GithubHelp home page GithubHelp logo

winny-overlay's Introduction

http://unmaintained.tech/badge.svg

winny Portage Overlay

http://unmaintained.tech/badge.svg

Just some ebuilds that aren’t working elsewhere, or are not available elsewhere. Expect little to no testing.

End of Life!

This project is unmaintained and may disappear at any time. If you want to use ebuilds in this repository, please copy them to your own overlay.

Fequently Questioned Answers (FQA)

How to use an overlay with “little to no testing”?

After adding the overlay you should mask all ebuilds, and only unmask what you intend on using. I personally use this technique for all unofficial overlays.

/etc/portage/package.mask/overlays

*/*::winny

/etc/portage/package.unmask/overlays

net-misc/sacc::winny
media-sound/mpvc::winny

Alternative: emerge -a category/name by default will ask if you would like to unmask all necessary package atoms to install category/name. Use dispatch-conf as usual ;). You may want to edit the resulting unmasks to not specify package atom versions.

Why is app-emulation/spim masked? Why subversion?

According to the ebuild writing documentation on subversion sources:

Note: Subversion ebuilds must be either with empty KEYWORDS or package.masked (but not both). Empty KEYWORDS are strongly preferred. This applies to “live” ebuilds (-9999) and to ebuilds that extract a static revision but still use Subversion for fetching.

As the above suggests, you will need to add something like ~app-emulation/spim-9.1.21_p729 ** to your package.accept_keywords.

Subversion is used because upstream does not offer source tarballs, though upstream offers prebuilt packages for Debian x86, Debian amd64, Mac OS X, and Windows. This means the ebuild must use Subversion — it’s not ideal, but I can work with that.

A related point of contention is how upstream uses Subversion: Tags — the standard way to mark versions in a Subversion repository — are not utilized; instead one must grep through the commit history looking for text that looks like a version number, and manually check if that commit (a) corresponds to that release, (b) references a different release, or (c) simply isn’t a reference to a release.

Some ebuilds in this overlay

Chat client for Twitch.

One of the best fonts for programming.

Simple gopher client.

Banish the mouse when not in use.

I’m a big fan of Racket, so I always want the latest release.

A faithful Quake I client best for single player and mods.

Marathon, Marathon 2 (Durandal), and Marathon Infinity. Classic first person shooters.

And many more…

Ebuilds will be removed from tree as I get stuff merged back into the original ebuild repositories.

Tasklist

  • [ ] Install x11-wm/stumpwm-contrib’s stumpish script to /usr/bin. Control with useflag?
  • [ ] Add missing metadata.xml files
  • [ ] Add streamlined way to test every ebuild installs cleanly. If possible add to CI/CD

winny-overlay's People

Contributors

jorgicio avatar winny- avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

jorgicio

winny-overlay's Issues

dev-games/libtcod: missing X11 dependency

020-08-13 09:31:37,432 - 65944f (stdout): >>> Emerging (1 of 1) dev-games/libtcod-1.5.1::winny
2020-08-13 09:31:37,505 - 65944f (stderr): Unable to configure loopback interface: Operation not permitted
2020-08-13 09:31:37,687 - 65944f (stdout):  * libtcod-1.5.1.tar.gz BLAKE2B SHA512 size ;-) ...                      [ ok ]
2020-08-13 09:31:38,075 - 65944f (stdout): Unable to configure loopback interface: Operation not permitted
2020-08-13 09:31:38,170 - 65944f (stdout): >>> Unpacking source...
2020-08-13 09:31:38,172 - 65944f (stdout): >>> Unpacking libtcod-1.5.1.tar.gz to /var/tmp/portage/dev-games/libtcod-1.5.1/work
2020-08-13 09:31:38,422 - 65944f (stdout): >>> Source unpacked in /var/tmp/portage/dev-games/libtcod-1.5.1/work
2020-08-13 09:31:38,676 - 65944f (stdout): Unable to configure loopback interface: Operation not permitted
2020-08-13 09:31:38,767 - 65944f (stdout): >>> Preparing source in /var/tmp/portage/dev-games/libtcod-1.5.1/work/libtcod-1.5.1 ...
2020-08-13 09:31:38,776 - 65944f (stdout):  * Applying libtcod-1.5.1-library-version.patch ...
2020-08-13 09:31:38,781 - 65944f (stdout):  [ ok ]
2020-08-13 09:31:38,786 - 65944f (stdout): >>> Source prepared.
2020-08-13 09:31:39,042 - 65944f (stdout): Unable to configure loopback interface: Operation not permitted
2020-08-13 09:31:39,143 - 65944f (stdout): >>> Configuring source in /var/tmp/portage/dev-games/libtcod-1.5.1/work/libtcod-1.5.1 ...
2020-08-13 09:31:39,146 - 65944f (stdout): >>> Source configured.
2020-08-13 09:31:39,400 - 65944f (stdout): Unable to configure loopback interface: Operation not permitted
2020-08-13 09:31:39,493 - 65944f (stdout): >>> Compiling source in /var/tmp/portage/dev-games/libtcod-1.5.1/work/libtcod-1.5.1 ...
2020-08-13 09:31:39,505 - 65944f (stdout): make -j8 -f makefiles/makefile-linux64 release -j1 TEMP=/var/tmp/portage/dev-games/libtcod-1.5.1/work/temp
2020-08-13 09:31:39,509 - 65944f (stdout): mkdir -p /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/png
2020-08-13 09:31:39,511 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/bresenham_c.o -c src/bresenham_c.c
2020-08-13 09:31:39,635 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/bsp_c.o -c src/bsp_c.c
2020-08-13 09:31:39,765 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/color_c.o -c src/color_c.c
2020-08-13 09:31:39,957 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/console_c.o -c src/console_c.c
2020-08-13 09:31:40,858 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/fov_c.o -c src/fov_c.c
2020-08-13 09:31:40,959 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/fov_circular_raycasting.o -c src/fo
v_circular_raycasting.c
2020-08-13 09:31:41,289 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/fov_diamond_raycasting.o -c src/fov
_diamond_raycasting.c
2020-08-13 09:31:41,418 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/fov_recursive_shadowcasting.o -c sr
c/fov_recursive_shadowcasting.c
2020-08-13 09:31:41,539 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/fov_permissive2.o -c src/fov_permis
sive2.c
2020-08-13 09:31:41,677 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/fov_restrictive.o -c src/fov_restri
ctive.c
2020-08-13 09:31:41,818 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/heightmap_c.o -c src/heightmap_c.c
2020-08-13 09:31:42,106 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/image_c.o -c src/image_c.c
2020-08-13 09:31:42,572 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/lex_c.o -c src/lex_c.c
2020-08-13 09:31:42,628 - 65944f (stdout): src/lex_c.c: In function ‘TCOD_lex_parse_until_token_type’:
2020-08-13 09:31:42,628 - 65944f (stdout): src/lex_c.c:649:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
2020-08-13 09:31:42,628 - 65944f (stdout):   649 |         if ( token == tokenType )
2020-08-13 09:31:42,629 - 65944f (stdout):       |         ^~
2020-08-13 09:31:42,629 - 65944f (stdout): src/lex_c.c:651:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
2020-08-13 09:31:42,629 - 65944f (stdout):   651 |      token = TCOD_lex_parse(lex);
2020-08-13 09:31:42,629 - 65944f (stdout):       |      ^~~~~
2020-08-13 09:31:42,629 - 65944f (stdout): src/lex_c.c: In function ‘TCOD_lex_parse_until_token_value’:
2020-08-13 09:31:42,630 - 65944f (stdout): src/lex_c.c:664:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
2020-08-13 09:31:42,630 - 65944f (stdout):   664 |         if ( strcmp( lex->tok, tokenValue ) == 0
2020-08-13 09:31:42,630 - 65944f (stdout):       |         ^~
2020-08-13 09:31:42,630 - 65944f (stdout): src/lex_c.c:667:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
2020-08-13 09:31:42,631 - 65944f (stdout):   667 |      token = TCOD_lex_parse(lex);
2020-08-13 09:31:42,631 - 65944f (stdout):       |      ^~~~~
2020-08-13 09:31:42,852 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/list_c.o -c src/list_c.c
2020-08-13 09:31:42,975 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/mersenne_c.o -c src/mersenne_c.c
2020-08-13 09:31:43,249 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/noise_c.o -c src/noise_c.c
2020-08-13 09:31:44,936 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/parser_c.o -c src/parser_c.c
2020-08-13 09:31:45,027 - 65944f (stdout): src/parser_c.c: In function ‘default_new_property’:
2020-08-13 09:31:45,028 - 65944f (stdout): src/parser_c.c:792:20: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
2020-08-13 09:31:45,028 - 65944f (stdout):   792 |  sprintf(tmp,"%s.%s",cur_prop_name,propname);
2020-08-13 09:31:45,028 - 65944f (stdout):       |                    ^
2020-08-13 09:31:45,028 - 65944f (stdout): In file included from /usr/include/stdio.h:867,
2020-08-13 09:31:45,029 - 65944f (stdout):                  from src/parser_c.c:29:
2020-08-13 09:31:45,029 - 65944f (stdout): /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 2 or more bytes (assuming 513) into a destination of size 512
2020-08-13 09:31:45,029 - 65944f (stdout):    36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
2020-08-13 09:31:45,029 - 65944f (stdout):       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-08-13 09:31:45,030 - 65944f (stdout):    37 |       __bos (__s), __fmt, __va_arg_pack ());
2020-08-13 09:31:45,030 - 65944f (stdout):       |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-08-13 09:31:45,032 - 65944f (stdout): src/parser_c.c: In function ‘default_new_flag’:
2020-08-13 09:31:45,032 - 65944f (stdout): src/parser_c.c:781:20: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
2020-08-13 09:31:45,033 - 65944f (stdout):   781 |  sprintf(tmp,"%s.%s",cur_prop_name,name);
2020-08-13 09:31:45,033 - 65944f (stdout):       |                    ^
2020-08-13 09:31:45,033 - 65944f (stdout): In file included from /usr/include/stdio.h:867,
2020-08-13 09:31:45,033 - 65944f (stdout):                  from src/parser_c.c:29:
2020-08-13 09:31:45,034 - 65944f (stdout): /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 2 or more bytes (assuming 513) into a destination of size 512
2020-08-13 09:31:45,034 - 65944f (stdout):    36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
2020-08-13 09:31:45,034 - 65944f (stdout):       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-08-13 09:31:45,034 - 65944f (stdout):    37 |       __bos (__s), __fmt, __va_arg_pack ());
2020-08-13 09:31:45,035 - 65944f (stdout):       |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-08-13 09:31:45,042 - 65944f (stdout): src/parser_c.c: In function ‘TCOD_parser_error’:
2020-08-13 09:31:45,042 - 65944f (stdout): src/parser_c.c:89:38: warning: ‘%s’ directive writing up to 2047 bytes into a region of size 2029 [-Wformat-overflow=]
2020-08-13 09:31:45,043 - 65944f (stdout):    89 |  sprintf(buf2,"error in %s line %d : %s",lex->filename,lex->file_line,buf);
2020-08-13 09:31:45,043 - 65944f (stdout):       |                                      ^~                               ~~~
2020-08-13 09:31:45,043 - 65944f (stdout): In file included from /usr/include/stdio.h:867,
2020-08-13 09:31:45,043 - 65944f (stdout):                  from src/parser_c.c:29:
2020-08-13 09:31:45,043 - 65944f (stdout): /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output 20 or more bytes (assuming 2067) into a destination of size 2048
2020-08-13 09:31:45,043 - 65944f (stdout):    36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
2020-08-13 09:31:45,044 - 65944f (stdout):       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-08-13 09:31:45,044 - 65944f (stdout):    37 |       __bos (__s), __fmt, __va_arg_pack ());
2020-08-13 09:31:45,044 - 65944f (stdout):       |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-08-13 09:31:45,291 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/path_c.o -c src/path_c.c
2020-08-13 09:31:45,623 - 65944f (stdout): gcc  -Iinclude -Iinclude/gui -Wall `sdl-config --cflags`  -fno-strict-aliasing -fPIC -ansi -DNDEBUG -O2 -s -o /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/sys_c.o -c src/sys_c.c
2020-08-13 09:31:45,661 - 65944f (stdout): src/sys_c.c:36:10: fatal error: X11/Xlib.h: No such file or directory
2020-08-13 09:31:45,662 - 65944f (stdout):    36 | #include <X11/Xlib.h>
2020-08-13 09:31:45,662 - 65944f (stdout):       |          ^~~~~~~~~~~~
2020-08-13 09:31:45,663 - 65944f (stdout): compilation terminated.
2020-08-13 09:31:45,663 - 65944f (stdout): make: *** [makefiles/makefile-linux64:26: /var/tmp/portage/dev-games/libtcod-1.5.1/work/temp/libtcod/release/sys_c.o] Error 1
2020-08-13 09:31:45,667 - 65944f (stdout):  * ERROR: dev-games/libtcod-1.5.1::winny failed (compile phase):
2020-08-13 09:31:45,671 - 65944f (stdout):  *   emake failed
2020-08-13 09:31:45,674 - 65944f (stdout):  *
2020-08-13 09:31:45,677 - 65944f (stdout):  * If you need support, post the output of `emerge --info '=dev-games/libtcod-1.5.1::winny'`,
2020-08-13 09:31:45,680 - 65944f (stdout):  * the complete build log and the output of `emerge -pqv '=dev-games/libtcod-1.5.1::winny'`.
2020-08-13 09:31:45,683 - 65944f (stdout):  * The complete build log is located at '/var/tmp/portage/dev-games/libtcod-1.5.1/temp/build.log'.
2020-08-13 09:31:45,687 - 65944f (stdout):  * The ebuild environment file is located at '/var/tmp/portage/dev-games/libtcod-1.5.1/temp/environment'.
2020-08-13 09:31:45,690 - 65944f (stdout):  * Working directory: '/var/tmp/portage/dev-games/libtcod-1.5.1/work/libtcod-1.5.1'
2020-08-13 09:31:45,693 - 65944f (stdout):  * S: '/var/tmp/portage/dev-games/libtcod-1.5.1/work/libtcod-1.5.1'

games-fps/alephone bad default use flags

twoflower ~ # emerge -av games-fps/alephone-infinity

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

Calculating dependencies... done!

!!! The ebuild selected to satisfy "games-fps/alephone" has unmet requirements.
- games-fps/alephone-20190331::winny USE="alsa ffmpeg mad mpeg vorbis -curl -sndfile -speex"

  The following REQUIRED_USE flag constraints are unsatisfied:
    ffmpeg? ( !mad !mpeg !vorbis ) mad? ( !ffmpeg ) mpeg? ( !ffmpeg ) vorbis? ( !ffmpeg )

  The above constraints are a subset of the following complete expression:
    ffmpeg? ( !mad !mpeg !sndfile !vorbis ) mad? ( !ffmpeg ) mpeg? ( !ffmpeg ) sndfile? ( !ffmpeg ) vorbis? ( !ffmpeg )

(dependency required by "games-fps/alephone-infinity-20190331::winny" [ebuild])
(dependency required by "games-fps/alephone-infinity" [argument])

Global scope ebuild failure

https://qa-reports.gentoo.org/output/repos/winny.html

THere's probably a gentoo bugzilla # for this too...



$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 winny
--
  | * dev-qt/qtwebengine-5.15.1-r1: failed sourcing ebuild: qt5-build: EAPI 7 not supported, (qt5-build.eclass, line  20:  called die) | [FATAL]
  | * Cache regen failed with 1


media-plugins/noise-repellent: ebuildtester failure

2020-08-12 21:54:31,943 - 6becc5 emerge --autounmask-write=y --verbose =media-plugins/noise-repellent-0.1.5
2020-08-12 21:54:32,976 - 6becc5 (stdout): 
2020-08-12 21:54:32,981 - 6becc5 (stdout): These are the packages that would be merged, in order:
2020-08-12 21:54:32,981 - 6becc5 (stdout): 
2020-08-12 21:54:33,071 - 6becc5 (stdout): Calculating dependencies
2020-08-12 21:54:33,072 - 6becc5 (stdout):  * IMPORTANT: 7 news items need reading for repository 'gentoo'.
2020-08-12 21:54:33,072 - 6becc5 (stdout):  * Use eselect news read to view new items.
2020-08-12 21:54:33,072 - 6becc5 (stdout): 
2020-08-12 21:54:33,850 - 6becc5 (stdout): ... done!
2020-08-12 21:54:33,854 - 6becc5 (stdout): [ebuild  N    ~] media-plugins/noise-repellent-0.1.5::winny  0 KiB
2020-08-12 21:54:33,854 - 6becc5 (stdout): 
2020-08-12 21:54:33,854 - 6becc5 (stdout): Total: 1 package (1 new), Size of downloads: 0 KiB
2020-08-12 21:54:33,884 - 6becc5 (stdout): 
2020-08-12 21:54:33,884 - 6becc5 (stdout): >>> Verifying ebuild manifests
2020-08-12 21:54:33,885 - 6becc5 (stdout): 
2020-08-12 21:54:33,892 - 6becc5 (stdout): 
2020-08-12 21:54:33,892 - 6becc5 (stdout): >>> Emerging (1 of 1) media-plugins/noise-repellent-0.1.5::winny
2020-08-12 21:54:33,966 - 6becc5 (stderr): Unable to configure loopback interface: Operation not permitted
2020-08-12 21:54:34,094 - 6becc5 (stdout):  * noise-repellent-0.1.5.tar.gz BLAKE2B SHA512 size ;-) ...              [ ok ]
2020-08-12 21:54:34,672 - 6becc5 (stdout): Unable to configure loopback interface: Operation not permitted
2020-08-12 21:54:34,775 - 6becc5 (stdout): >>> Unpacking source...
2020-08-12 21:54:34,777 - 6becc5 (stdout): >>> Unpacking noise-repellent-0.1.5.tar.gz to /var/tmp/portage/media-plugins/noise-repellent-0.1.5/work
2020-08-12 21:54:34,873 - 6becc5 (stdout): >>> Source unpacked in /var/tmp/portage/media-plugins/noise-repellent-0.1.5/work
2020-08-12 21:54:35,129 - 6becc5 (stdout): Unable to configure loopback interface: Operation not permitted
2020-08-12 21:54:35,235 - 6becc5 (stdout): >>> Preparing source in /var/tmp/portage/media-plugins/noise-repellent-0.1.5/work/noise-repellent-0.1.5 ...
2020-08-12 21:54:35,240 - 6becc5 (stdout): >>> Source prepared.
2020-08-12 21:54:35,496 - 6becc5 (stdout): Unable to configure loopback interface: Operation not permitted
2020-08-12 21:54:35,605 - 6becc5 (stdout): >>> Configuring source in /var/tmp/portage/media-plugins/noise-repellent-0.1.5/work/noise-repellent-0.1.5 ...
2020-08-12 21:54:36,309 - 6becc5 (stdout): meson setup --buildtype plain --libdir lib64 --localstatedir /var/lib --prefix /usr --sysconfdir /etc --wrap-mode nodownload --build.pkg-config-path /usr/share/pkgconfig --pkg-config-path /usr/share/pkgconfig --native-file /var/tmp/portage/media-plugins/noise-repellent-0.1.5/temp/meson.x86_64-pc-linux-gnu.amd64.ini --prefix=/usr/lib64/lv2 /var/tmp/portage/media-plugins/noise-repellent-0.1.5/work/noise-repellent-0.1.5 /var/tmp/portage/media-plugins/noise-repellent-0.1.5/work/noise-repellent-0.1.5-build
2020-08-12 21:54:36,613 - 6becc5 (stdout): The Meson build system
2020-08-12 21:54:36,613 - 6becc5 (stdout): Version: 0.54.2
2020-08-12 21:54:36,613 - 6becc5 (stdout): Source dir: /var/tmp/portage/media-plugins/noise-repellent-0.1.5/work/noise-repellent-0.1.5
2020-08-12 21:54:36,614 - 6becc5 (stdout): Build dir: /var/tmp/portage/media-plugins/noise-repellent-0.1.5/work/noise-repellent-0.1.5-build
2020-08-12 21:54:36,614 - 6becc5 (stdout): Build type: native build
2020-08-12 21:54:36,624 - 6becc5 (stdout): Project name: noise-repellent
2020-08-12 21:54:36,625 - 6becc5 (stdout): Project version: undefined
2020-08-12 21:54:36,808 - 6becc5 (stdout): C compiler for the host machine: x86_64-pc-linux-gnu-gcc (gcc 9.3.0 "x86_64-pc-linux-gnu-gcc (Gentoo 9.3.0-r1 p3) 9.3.0")
2020-08-12 21:54:36,808 - 6becc5 (stdout): C linker for the host machine: x86_64-pc-linux-gnu-gcc ld.bfd 2.33.1
2020-08-12 21:54:36,821 - 6becc5 (stdout): Host machine cpu family: x86_64
2020-08-12 21:54:36,821 - 6becc5 (stdout): Host machine cpu: x86_64
2020-08-12 21:54:36,886 - 6becc5 (stdout): Library m found: YES
2020-08-12 21:54:36,890 - 6becc5 (stdout): Found pkg-config: /usr/bin/x86_64-pc-linux-gnu-pkg-config (1.6.3)
2020-08-12 21:54:37,000 - 6becc5 (stdout): Run-time dependency fftw3f found: YES 3.3.8
2020-08-12 21:54:37,014 - 6becc5 (stdout): Did not find CMake 'cmake'
2020-08-12 21:54:37,014 - 6becc5 (stdout): Found CMake: NO
2020-08-12 21:54:37,014 - 6becc5 (stdout): Run-time dependency lv2 found: NO (tried pkgconfig)
2020-08-12 21:54:37,015 - 6becc5 (stdout): 
2020-08-12 21:54:37,015 - 6becc5 (stdout): meson.build:13:0: ERROR: Dependency "lv2" not found, tried pkgconfig
2020-08-12 21:54:37,015 - 6becc5 (stdout): 
2020-08-12 21:54:37,015 - 6becc5 (stdout): A full log can be found at /var/tmp/portage/media-plugins/noise-repellent-0.1.5/work/noise-repellent-0.1.5-build/meson-logs/meson-l
og.txt
2020-08-12 21:54:37,058 - 6becc5 (stdout):  * ERROR: media-plugins/noise-repellent-0.1.5::winny failed (configure phase):
2020-08-12 21:54:37,062 - 6becc5 (stdout):  *   (no error message)
2020-08-12 21:54:37,066 - 6becc5 (stdout):  *
2020-08-12 21:54:37,070 - 6becc5 (stdout):  * Call stack:
2020-08-12 21:54:37,081 - 6becc5 (stdout):  *     ebuild.sh, line  125:  Called src_configure
2020-08-12 21:54:37,090 - 6becc5 (stdout):  *   environment, line 2185:  Called meson_src_configure
2020-08-12 21:54:37,097 - 6becc5 (stdout):  *   environment, line 1495:  Called die
2020-08-12 21:54:37,102 - 6becc5 (stdout):  * The specific snippet of code:
2020-08-12 21:54:37,123 - 6becc5 (stdout):  *       "${mesonargs[@]}" ) || die
2020-08-12 21:54:37,128 - 6becc5 (stdout):  *
2020-08-12 21:54:37,133 - 6becc5 (stdout):  * If you need support, post the output of `emerge --info '=media-plugins/noise-repellent-0.1.5::winny'`,
2020-08-12 21:54:37,137 - 6becc5 (stdout):  * the complete build log and the output of `emerge -pqv '=media-plugins/noise-repellent-0.1.5::winny'`.
2020-08-12 21:54:37,142 - 6becc5 (stdout):  * The complete build log is located at '/var/tmp/portage/media-plugins/noise-repellent-0.1.5/temp/build.log'.
2020-08-12 21:54:37,146 - 6becc5 (stdout):  * The ebuild environment file is located at '/var/tmp/portage/media-plugins/noise-repellent-0.1.5/temp/environment'.
2020-08-12 21:54:37,151 - 6becc5 (stdout):  * Working directory: '/var/tmp/portage/media-plugins/noise-repellent-0.1.5/work/noise-repellent-0.1.5'
2020-08-12 21:54:37,156 - 6becc5 (stdout):  * S: '/var/tmp/portage/media-plugins/noise-repellent-0.1.5/work/noise-repellent-0.1.5'
2020-08-12 21:54:37,539 - 6becc5 (stdout): 
2020-08-12 21:54:37,539 - 6becc5 (stdout): >>> Failed to emerge media-plugins/noise-repellent-0.1.5, Log file:
2020-08-12 21:54:37,540 - 6becc5 (stdout): 
2020-08-12 21:54:37,540 - 6becc5 (stdout): >>>  '/var/tmp/portage/media-plugins/noise-repellent-0.1.5/temp/build.log'
2020-08-12 21:54:37,540 - 6becc5 (stdout):  * Messages for package media-plugins/noise-repellent-0.1.5:
2020-08-12 21:54:37,540 - 6becc5 (stdout):  * ERROR: media-plugins/noise-repellent-0.1.5::winny failed (configure phase):
2020-08-12 21:54:37,541 - 6becc5 (stdout):  *   (no error message)
2020-08-12 21:54:37,541 - 6becc5 (stdout):  *
2020-08-12 21:54:37,541 - 6becc5 (stdout):  * Call stack:
2020-08-12 21:54:37,541 - 6becc5 (stdout):  *     ebuild.sh, line  125:  Called src_configure
2020-08-12 21:54:37,541 - 6becc5 (stdout):  *   environment, line 2185:  Called meson_src_configure
2020-08-12 21:54:37,542 - 6becc5 (stdout):  *   environment, line 1495:  Called die
2020-08-12 21:54:37,542 - 6becc5 (stdout):  * The specific snippet of code:
2020-08-12 21:54:37,542 - 6becc5 (stdout):  *       "${mesonargs[@]}" ) || die
2020-08-12 21:54:37,542 - 6becc5 (stdout):  *
2020-08-12 21:54:37,542 - 6becc5 (stdout):  * If you need support, post the output of `emerge --info '=media-plugins/noise-repellent-0.1.5::winny'`,
2020-08-12 21:54:37,543 - 6becc5 (stdout):  * the complete build log and the output of `emerge -pqv '=media-plugins/noise-repellent-0.1.5::winny'`.
2020-08-12 21:54:37,543 - 6becc5 (stdout):  * The complete build log is located at '/var/tmp/portage/media-plugins/noise-repellent-0.1.5/temp/build.log'.
2020-08-12 21:54:37,543 - 6becc5 (stdout):  * The ebuild environment file is located at '/var/tmp/portage/media-plugins/noise-repellent-0.1.5/temp/environment'.
2020-08-12 21:54:37,543 - 6becc5 (stdout):  * Working directory: '/var/tmp/portage/media-plugins/noise-repellent-0.1.5/work/noise-repellent-0.1.5'
2020-08-12 21:54:37,543 - 6becc5 (stdout):  * S: '/var/tmp/portage/media-plugins/noise-repellent-0.1.5/work/noise-repellent-0.1.5'

How would you like your name to be listed in the Racket 7.3 release announcement?

Sorry, this "issue" isn't really an issue at all, this just seems like a reasonable way of getting in touch... I'm assembling the release announcement for Racket 7.3, and you're listed as one of the contributors. How would you like to be credited? Here's what I have so far:

The following people contributed to this release: Alex Harsányi,
Alexander McLin, Alexander Shopov, Alexis King, Alex Knauth, Andrew
Kent, Bert De Ketelaere, Ben Greenman, Fred Fu, Georges Dupéron, Greg
Hendershott, Gustavo Massaccesi, Jay McCarthy, Jesse Alama John
Clements, Jordan Johnson, Kimball Germane, Lassi Kortela, Leif Andersen
Leo Uino, Marc Kaufmann, Matthew Butterick, Matthew Flatt, Matthias
Felleisen Michael MacLeod, Mike Sperber, Paulo Matos, Philip McGrath
Philippe Meunier, Pierre-Evariste Dagand, qww6, Robby Findler, Ron
Garcia, Ryan Culpepper, Ryan Kramer Sam Tobin-Hochstadt, Shu-Hung You,
Sorawee Porncharoenwase, Spencer Florence Spencer Mitchell, Stephen De
Gabrielle, Vincent St-Amour, Vladilen Kozin, Winny, yjqww6, Wayo Cavazos

let me know at [email protected].

Thanks!

John Clements

get dev-scheme/racket-7.7 to build

wip branch racket77

what other distros have done https://repology.org/project/racket/versions

see also https://github.com/tgbugs/tgbugs-overlay/blob/master/dev-scheme/racket/racket-9999.ebuild

dead thread https://groups.google.com/forum/#!searchin/racket-users/read-compiled-linklet$3A$20virtual-machine$20mismatch$20$20expected$3A$20%22racket%22$20$20found$3A$20%22chez-scheme%22%7Csort:date/racket-users/bt8D4nOX5V0/T_EP8FJbCQAJ

make install-common-middle                                                                                                     
make[3]: Entering directory '/var/tmp/portage/dev-scheme/racket-7.7/work/racket-7.7/src'                                       
make copytree-run                                                                                                              
make[4]: Entering directory '/var/tmp/portage/dev-scheme/racket-7.7/work/racket-7.7/src'
racket/racketcgc  -u \        
          "./../collects/setup/unixstyle-install.rkt" \                                                                        
          make-install-copytree "./.." \                                                                                       
          "/var/tmp/portage/dev-scheme/racket-7.7/image/usr/bin" "/var/tmp/portage/dev-scheme/racket-7.7/image/usr/share/racket
/collects" "/var/tmp/portage/dev-scheme/racket-7.7/image/usr/share/doc/racket-7.7" "/var/tmp/portage/dev-scheme/racket-7.7/imag
e/usr/lib64" "/var/tmp/portage/dev-scheme/racket-7.7/image/usr/include/racket" "/var/tmp/portage/dev-scheme/racket-7.7/image/us
r/lib64/racket" "/var/tmp/portage/dev-scheme/racket-7.7/image/usr/share/racket" "/var/tmp/portage/dev-scheme/racket-7.7/image/e
tc/racket" "/var/tmp/portage/dev-scheme/racket-7.7/image/usr/share/applications" "/var/tmp/portage/dev-scheme/racket-7.7/image/
usr/share/man" "no"                                                                                                            
read-compiled-linklet: virtual-machine mismatch  expected: "racket"  found: "chez-scheme"  in: /var/tmp/portage/dev-scheme/rack
et-7.7/work/racket-7.7/collects/setup/compiled/unixstyle-install_rkt.zo
  context...:
   read-linklet-or-directory
   read-dispatch
   read-syntax
   default-load-handler
   standard-module-name-resolver
   module-path-index-resolve
   [repeats 1 more time]
   module-declared?
make[4]: *** [Makefile:163: copytree-run] Error 1
make[4]: Leaving directory '/var/tmp/portage/dev-scheme/racket-7.7/work/racket-7.7/src'
make[3]: *** [Makefile:142: install-common-middle] Error 2
make[3]: Leaving directory '/var/tmp/portage/dev-scheme/racket-7.7/work/racket-7.7/src'
make[2]: *** [Makefile:196: install-3m-common] Error 2
make[2]: Leaving directory '/var/tmp/portage/dev-scheme/racket-7.7/work/racket-7.7/src'
make[1]: *** [Makefile:199: install-3m] Error 2
make[1]: Leaving directory '/var/tmp/portage/dev-scheme/racket-7.7/work/racket-7.7/src'
make: *** [Makefile:121: install] Error 2
 * ERROR: dev-scheme/racket-7.7::winny failed (install phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=dev-scheme/racket-7.7::winny'`,
 * the complete build log and the output of `emerge -pqv '=dev-scheme/racket-7.7::winny'`.
 * The complete build log is located at '/var/tmp/portage/dev-scheme/racket-7.7/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-scheme/racket-7.7/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-scheme/racket-7.7/work/racket-7.7/src'
 * S: '/var/tmp/portage/dev-scheme/racket-7.7/work/racket-7.7/src'

x11-misc/xbanish: missing dependency

2020-08-13 07:51:34,656 - c8a442 emerge --autounmask-write=y --verbose =x11-misc/xbanish-1.5
2020-08-13 07:51:35,696 - c8a442 (stdout): 
2020-08-13 07:51:35,697 - c8a442 (stdout): These are the packages that would be merged, in order:
2020-08-13 07:51:35,697 - c8a442 (stdout): 
2020-08-13 07:51:35,800 - c8a442 (stdout): Calculating dependencies
2020-08-13 07:51:35,800 - c8a442 (stdout):  * IMPORTANT: 7 news items need reading for repository 'gentoo'.
2020-08-13 07:51:35,800 - c8a442 (stdout):  * Use eselect news read to view new items.
2020-08-13 07:51:35,801 - c8a442 (stdout): 
2020-08-13 07:51:36,575 - c8a442 (stdout): ... done!
2020-08-13 07:51:36,579 - c8a442 (stdout): [ebuild  N    ~] x11-misc/xbanish-1.5::winny  0 KiB
2020-08-13 07:51:36,579 - c8a442 (stdout): 
2020-08-13 07:51:36,579 - c8a442 (stdout): Total: 1 package (1 new), Size of downloads: 0 KiB
2020-08-13 07:51:36,612 - c8a442 (stdout): 
2020-08-13 07:51:36,612 - c8a442 (stdout): >>> Verifying ebuild manifests
2020-08-13 07:51:36,612 - c8a442 (stdout): 
2020-08-13 07:51:36,620 - c8a442 (stdout): 
2020-08-13 07:51:36,620 - c8a442 (stdout): >>> Emerging (1 of 1) x11-misc/xbanish-1.5::winny
2020-08-13 07:51:36,697 - c8a442 (stderr): Unable to configure loopback interface: Operation not permitted
2020-08-13 07:51:36,823 - c8a442 (stdout):  * xbanish-1.5.tar.gz BLAKE2B SHA512 size ;-) ...                        [ ok ]
2020-08-13 07:51:37,210 - c8a442 (stdout): Unable to configure loopback interface: Operation not permitted
2020-08-13 07:51:37,307 - c8a442 (stdout): >>> Unpacking source...
2020-08-13 07:51:37,308 - c8a442 (stdout): >>> Unpacking xbanish-1.5.tar.gz to /var/tmp/portage/x11-misc/xbanish-1.5/work
2020-08-13 07:51:37,402 - c8a442 (stdout): >>> Source unpacked in /var/tmp/portage/x11-misc/xbanish-1.5/work
2020-08-13 07:51:37,649 - c8a442 (stdout): Unable to configure loopback interface: Operation not permitted
2020-08-13 07:51:37,744 - c8a442 (stdout): >>> Preparing source in /var/tmp/portage/x11-misc/xbanish-1.5/work/xbanish-1.5 ...
2020-08-13 07:51:37,749 - c8a442 (stdout): >>> Source prepared.
2020-08-13 07:51:37,996 - c8a442 (stdout): Unable to configure loopback interface: Operation not permitted
2020-08-13 07:51:38,097 - c8a442 (stdout): >>> Configuring source in /var/tmp/portage/x11-misc/xbanish-1.5/work/xbanish-1.5 ...
2020-08-13 07:51:38,100 - c8a442 (stdout): >>> Source configured.
2020-08-13 07:51:38,344 - c8a442 (stdout): Unable to configure loopback interface: Operation not permitted
2020-08-13 07:51:38,436 - c8a442 (stdout): >>> Compiling source in /var/tmp/portage/x11-misc/xbanish-1.5/work/xbanish-1.5 ...
2020-08-13 07:51:38,447 - c8a442 (stdout): make -j8
2020-08-13 07:51:38,452 - c8a442 (stdout): cc -O2 -pipe -I/usr/X11R6/include -c xbanish.c -o xbanish.o
2020-08-13 07:51:38,490 - c8a442 (stdout): xbanish.c:37:10: fatal error: X11/Intrinsic.h: No such file or directory
2020-08-13 07:51:38,490 - c8a442 (stdout):    37 | #include <X11/Intrinsic.h>
2020-08-13 07:51:38,490 - c8a442 (stdout):       |          ^~~~~~~~~~~~~~~~~
2020-08-13 07:51:38,490 - c8a442 (stdout): compilation terminated.
2020-08-13 07:51:38,494 - c8a442 (stdout): make: *** [Makefile:29: xbanish.o] Error 1

2020-08-13 07:51:38,498 - c8a442 (stdout):  * ERROR: x11-misc/xbanish-1.5::winny failed (compile phase):
2020-08-13 07:51:38,501 - c8a442 (stdout):  *   emake failed
2020-08-13 07:51:38,503 - c8a442 (stdout):  *
2020-08-13 07:51:38,506 - c8a442 (stdout):  * If you need support, post the output of `emerge --info '=x11-misc/xbanish-1.5::winny'`,
2020-08-13 07:51:38,510 - c8a442 (stdout):  * the complete build log and the output of `emerge -pqv '=x11-misc/xbanish-1.5::winny'`.
2020-08-13 07:51:38,514 - c8a442 (stdout):  * The complete build log is located at '/var/tmp/portage/x11-misc/xbanish-1.5/temp/build.log'.
2020-08-13 07:51:38,517 - c8a442 (stdout):  * The ebuild environment file is located at '/var/tmp/portage/x11-misc/xbanish-1.5/temp/environment'.
2020-08-13 07:51:38,521 - c8a442 (stdout):  * Working directory: '/var/tmp/portage/x11-misc/xbanish-1.5/work/xbanish-1.5'
2020-08-13 07:51:38,525 - c8a442 (stdout):  * S: '/var/tmp/portage/x11-misc/xbanish-1.5/work/xbanish-1.5'
2020-08-13 07:51:38,892 - c8a442 (stdout): 
2020-08-13 07:51:38,892 - c8a442 (stdout): >>> Failed to emerge x11-misc/xbanish-1.5, Log file:
2020-08-13 07:51:38,896 - c8a442 (stdout): 
2020-08-13 07:51:38,897 - c8a442 (stdout): >>>  '/var/tmp/portage/x11-misc/xbanish-1.5/temp/build.log'
2020-08-13 07:51:38,897 - c8a442 (stdout):  * Messages for package x11-misc/xbanish-1.5:
2020-08-13 07:51:38,897 - c8a442 (stdout):  * ERROR: x11-misc/xbanish-1.5::winny failed (compile phase):
2020-08-13 07:51:38,897 - c8a442 (stdout):  *   emake failed
2020-08-13 07:51:38,898 - c8a442 (stdout):  *
2020-08-13 07:51:38,898 - c8a442 (stdout):  * If you need support, post the output of `emerge --info '=x11-misc/xbanish-1.5::winny'`,
2020-08-13 07:51:38,898 - c8a442 (stdout):  * the complete build log and the output of `emerge -pqv '=x11-misc/xbanish-1.5::winny'`.
2020-08-13 07:51:38,898 - c8a442 (stdout):  * The complete build log is located at '/var/tmp/portage/x11-misc/xbanish-1.5/temp/build.log'.
2020-08-13 07:51:38,898 - c8a442 (stdout):  * The ebuild environment file is located at '/var/tmp/portage/x11-misc/xbanish-1.5/temp/environment'.
2020-08-13 07:51:38,898 - c8a442 (stdout):  * Working directory: '/var/tmp/portage/x11-misc/xbanish-1.5/work/xbanish-1.5'
2020-08-13 07:51:38,899 - c8a442 (stdout):  * S: '/var/tmp/portage/x11-misc/xbanish-1.5/work/xbanish-1.5'
2020-08-13 07:51:38,899 - c8a442 (stdout): 
2020-08-13 07:51:38,899 - c8a442 (stdout): 

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.