Gentoo Archives: gentoo-user

From: tuxic@××××××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] Compiling ronn: Missing an already installed item
Date: Sun, 01 Oct 2017 04:25:49
Message-Id: 20171001042526.qtr4fanryooqkpug@solfire
1 Hi,
2
3 While trying to install app-text/ronn, I got this interesting
4 problem:
5
6 ronn misses hpricot, which was installed in beforehand.
7 (The '=====================' are added by me)
8
9 Does anyone else installed ronn successfully ?
10 How can I acchieve this?
11
12 Thanks a lot for any help in advance!
13 Cheers
14 Meino
15
16
17
18 >eix hpricot
19 [I] dev-ruby/hpricot
20 Available versions: 0.8.6-r5 {doc test ELIBC="FreeBSD" RUBY_TARGETS="ruby22 ruby23 ruby24"}
21 Installed versions: 0.8.6-r5(06:16:04 AM 10/01/2017)(-doc -test ELIBC="-FreeBSD" RUBY_TARGETS="ruby22 -ruby23 -ruby24")
22 Homepage: https://wiki.github.com/hpricot/hpricot
23 Description: A fast and liberal HTML parser for Ruby
24 ==========================================================================================
25
26 >emerge ronn
27 Calculating dependencies... done!
28 >>> Verifying ebuild manifests
29 >>> Emerging (1 of 1) app-text/ronn-0.7.3-r3::gentoo
30 >>> Failed to emerge app-text/ronn-0.7.3-r3, Log file:
31 >>> '/var/tmp/portage/app-text/ronn-0.7.3-r3/temp/build.log'
32 >>> Jobs: 0 of 1 complete, 1 failed Load avg: 1.84, 1.47, 1.27
33 * Package: app-text/ronn-0.7.3-r3
34 * Repository: gentoo
35 * Maintainer: ruby@g.o
36 * USE: abi_x86_64 amd64 elibc_glibc kernel_linux ruby_targets_ruby22 userland_GNU
37 * FEATURES: preserve-libs sandbox userpriv usersandbox
38 >>> cfg-update-1.8.2-r1: Creating checksum index...
39 >>> Unpacking source...
40 * Running unpack phase for all ...
41 * Unpacking .gem file... ...
42 [ ok ]
43 * Uncompressing metadata ...
44 [ ok ]
45 * Unpacking data.tar.gz ...
46 [ ok ]
47 >>> Source unpacked in /var/tmp/portage/app-text/ronn-0.7.3-r3/work
48 >>> Preparing source in /var/tmp/portage/app-text/ronn-0.7.3-r3/work ...
49 * Running prepare phase for all ...
50 * Running source copy phase for ruby22 ...
51 * Running prepare phase for ruby22 ...
52 >>> Source prepared.
53 >>> Configuring source in /var/tmp/portage/app-text/ronn-0.7.3-r3/work ...
54 >>> Source configured.
55 >>> Compiling source in /var/tmp/portage/app-text/ronn-0.7.3-r3/work ...
56 * Running compile phase for all ...
57 fatal: the 'hpricot' library is required (gem install hpricot)
58 ===============================================================
59 * ERROR: app-text/ronn-0.7.3-r3::gentoo failed (compile phase):
60 * (no error message)
61 *
62 * Call stack:
63 * ebuild.sh, line 124: Called src_compile
64 * environment, line 4446: Called ruby-ng_src_compile
65 * environment, line 4140: Called _ruby_invoke_environment 'all' 'all_ruby_compile'
66 * environment, line 618: Called all_ruby_compile
67 * environment, line 701: Called die
68 * The specific snippet of code:
69 * PATH="${S}/bin:${PATH}" rake man || die
70 *
71 * If you need support, post the output of `emerge --info '=app-text/ronn-0.7.3-r3::gentoo'`,
72 * the complete build log and the output of `emerge -pqv '=app-text/ronn-0.7.3-r3::gentoo'`.
73 !!! When you file a bug report, please include the following information:
74 GENTOO_VM= CLASSPATH="" JAVA_HOME=""
75 JAVACFLAGS="" COMPILER=""
76 and of course, the output of emerge --info =ronn-0.7.3
77 * The complete build log is located at '/var/tmp/portage/app-text/ronn-0.7.3-r3/temp/build.log'.
78 * The ebuild environment file is located at '/var/tmp/portage/app-text/ronn-0.7.3-r3/temp/environment'.
79 * Working directory: '/var/tmp/portage/app-text/ronn-0.7.3-r3/work/all/ronn-0.7.3'
80 * S: '/var/tmp/portage/app-text/ronn-0.7.3-r3/work/all/ronn-0.7.3'
81 [1] 18461 exit 1 emerge ronn

Replies

Subject Author
[gentoo-user] Re: Compiling ronn: Missing an already installed item Hans de Graaff <graaff@g.o>