Gentoo Archives: gentoo-dev

From: David Haller <gentoo@×××××××.de>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] bash-4.4 - call for testers
Date: Thu, 22 Sep 2016 09:23:21
Message-Id: 20160922092223.kqsdtajtdckcpwyt@grusum.endjinn.de
In Reply to: [gentoo-dev] bash-4.4 - call for testers by Lars Wendler
1 Hello,
2
3 On Tue, 20 Sep 2016, Lars Wendler wrote:
4 >This is a call for testers. If you feel brave enough, please give
5 >bash-4.4 a shot and report all problems you might have with it.
6 >
7 >Add the following to you package.unmask file/directory:
8 >
9 > =app-shells/bash-4.4*
10 > =sys-libs/readline-7.0*
11
12 with basically no testing so far: builds ok.
13
14 >in order to get all readline reverse deps being built against new
15 >readline. Reporting those packages in our bug tracker [1] would be
16 >helpful.
17
18 Creating a new bug or what? [2] seems inappropriate.
19
20 >[2] https://bugs.gentoo.org/594496
21
22 I've found this that I guess has to do with the new readline:
23
24 From the build.log of
25 emerge -1 dev-lisp/clisp
26
27 ====
28 [..]
29 * Package: dev-lisp/clisp-2.49-r8
30 * Repository: gentoo
31 * Maintainer: common-lisp@g.o
32 * USE: X abi_x86_64 amd64 berkdb elibc_glibc gdbm gtk
33 kernel_linux pcre postgres readline threads unicode userland_GNU
34 zlib
35 * FEATURES: ccache compressdebug nostrip preserve-libs sandbox
36 splitdebug userpriv usersandbox
37 [..]
38 ;; Loading file /var/tmp/portage/dev-lisp/clisp-2.49-r8/work/clisp-2.49/builddir/readline/readline.fas ...
39 *** - FFI::FIND-FOREIGN-VARIABLE: foreign variable #<FOREIGN-VARIABLE "rl_readline_state" #x000000000088B460> does not have the
40 required size or alignment
41
42 ./clisp-link: failed in /var/tmp/portage/dev-lisp/clisp-2.49-r8/work/clisp-2.49/builddir
43 Makefile:2621: recipe for target 'base' failed
44 make: *** [base] Error 1
45 [..]
46 ====
47
48 # equery uses -i =dev-lisp/clisp-2.49-r8 | xargs echo
49 +X +berkdb -dbus -fastcgi +gdbm +gtk -hyperspec -pari +pcre +postgres
50 +readline +threads +unicode +zlib
51
52 So, something with 'rl_readline_state' and how clisp uses that has
53 changed that I won't dig into right now. Clisp maintainers?
54
55 That seems to be the only problem with readline-7.0/bash-4.4 on this
56 install (so far).
57
58 -dnh
59
60 --
61 The use of COBOL cripples the mind; its teaching should,
62 therefore, be regarded as a criminal offence.
63 -- Edsger Wybe Dijkstra

Replies

Subject Author
Re: [gentoo-dev] bash-4.4 - call for testers David Haller <gentoo@×××××××.de>