Gentoo Archives: gentoo-alt

From: "Han H." <twn@×××××××.com>
To: "gentoo-alt@l.g.o" <gentoo-alt@l.g.o>
Subject: [gentoo-alt] FW: emerge sam2p: cannot compute depends
Date: Fri, 19 Aug 2016 21:49:05
Message-Id: BAY180-W784125F2CD213846B7F9E6B1160@phx.gbl
1 Hi,
2
3 I encountered an compile error on the way to install texlive. The emerge of media-gfx/sam2p-0.49.1::gentoo_prefix gets errors with the following message. Any help will be appreciated!
4
5 OS: El Captain (10.11)
6 llvm+clang: 3.7.1
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 $ emerge -1av sam2p
22
23 These are the packages that would be merged, in order:
24
25 Calculating dependencies... done!
26 [ebuild N ] media-gfx/sam2p-0.49.1::gentoo_prefix USE="-examples -gif" 0 KiB
27
28 Total: 1 package (1 new), Size of downloads: 0 KiB
29
30 Would you like to merge these packages? [Yes/No] y
31
32 >>> Verifying ebuild manifests
33
34 >>> Emerging (1 of 1) media-gfx/sam2p-0.49.1::gentoo_prefix
35 * sam2p-0.49.1.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
36 >>> Unpacking source...
37 >>> Unpacking sam2p-0.49.1.tar.gz to /Users/abc/gentoo/var/tmp/portage/media-gfx/sam2p-0.49.1/work
38 >>> Source unpacked in /Users/abc/gentoo/var/tmp/portage/media-gfx/sam2p-0.49.1/work
39 >>> Preparing source in /Users/abc/gentoo/var/tmp/portage/media-gfx/sam2p-0.49.1/work/sam2p-0.49.1 ...
40 * Applying sam2p-0.45-fbsd.patch ... [ ok ]
41 * Applying sam2p-0.49.1-build.patch ... [ ok ]
42 * Applying sam2p-0.45-locales.patch ... [ ok ]
43 * Running eautoreconf in '/Users/abc/gentoo/var/tmp/portage/media-gfx/sam2p-0.49.1/work/sam2p-0.49.1' ...
44 * This package has a configure.in file which has long been deprecated. Please
45 * update it to use configure.ac instead as newer versions of autotools will die
46 * when it finds this file. See https://bugs.gentoo.org/426262 for details.
47 !!! Section 'gentoo' in repos.conf has name different from repository name 'gentoo_prefix' set inside repository
48 !!! Section 'gentoo' in repos.conf has name different from repository name 'gentoo_prefix' set inside repository
49 !!! Section 'gentoo' in repos.conf has name different from repository name 'gentoo_prefix' set inside repository
50 * Running autoconf ... [ ok ]
51 * Running autoheader ... [ !! ]
52 * Running elibtoolize in: sam2p-0.49.1/
53 >>> Source prepared.
54 >>> Configuring source in /Users/abc/gentoo/var/tmp/portage/media-gfx/sam2p-0.49.1/work/sam2p-0.49.1 ...
55 ./configure --prefix=/Users/abc/gentoo/usr --build=x86_64-apple-darwin15 --host=x86_64-apple-darwin15 --mandir=/Users/abc/gentoo/usr/share/man --infodir=/Users/abc/gentoo/usr/share/info --datadir=/Users/abc/gentoo/usr/share --sysconfdir=/Users/abc/gentoo/etc --localstatedir=/Users/abc/gentoo/var/lib --libdir=/Users/abc/gentoo/usr/lib --enable-lzw --disable-gif
56 checking for --enable-debug... assert
57 checking for --enable-lzw... yes
58 checking for --enable-zip... yes
59 checking for --enable-fax... yes
60 checking for --enable-gif... no
61 checking whether the C++ compiler works... yes
62 checking for C++ compiler default output file name... a.out
63 checking for suffix of executables...
64 checking whether we are cross compiling... no
65 checking for suffix of object files... o
66 checking whether we are using the GNU C++ compiler... yes
67 checking whether x86_64-apple-darwin15-clang++ accepts -g... yes
68 checking whether x86_64-apple-darwin15-clang++ accepts -fsigned-char... yes
69 checking whether x86_64-apple-darwin15-clang++ accepts -fno-rtti -fno-exceptions... yes
70 checking whether x86_64-apple-darwin15-clang++ accepts -ansi -pedantic -Wall -W... yes
71 checking whether x86_64-apple-darwin15-clang++ accepts -felide-constructors -Wstrict-prototypes -Wpointer-arith -Wcast-align -Winline -Wcast-qual -Wmissing-prototypes... yes
72 checking for ignored -W -Wall -Wnested-externs -Wbad-function-cast -Wmissing-declarations... no
73 checking whether x86_64-apple-darwin15-clang++ accepts -Wnested-externs -Wbad-function-cast -Wmissing-declarations... yes
74 checking whether gcc can link C++ code... no
75 checking for cjpeg... /Users/abc/gentoo/usr/bin/cjpeg
76 checking for djpeg... /Users/abc/gentoo/usr/bin/djpeg
77 checking for tif22pnm... no
78 configure: WARNING: tif22pnm would provide increased functionality to this program:
79 configure: WARNING: tif22pnm is required for loading TIFF files
80 checking for tifftopnm... no
81 configure: WARNING: tifftopnm would provide increased functionality to this program:
82 configure: WARNING: tifftopnm might become useful for loading TIFF files
83 checking for pngtopnm... no
84 configure: WARNING: pngtopnm would provide increased functionality to this program:
85 configure: WARNING: pngtopnm might become useful for loading PNG files
86 checking for gs... /Users/abc/gentoo/usr/bin/gs
87 checking for lzw_codec... no
88 configure: WARNING: lzw_codec would provide increased functionality to this program:
89 configure: WARNING: lzw_codec might become recommended for /Compression/LZW
90 checking for gzip... /Users/abc/gentoo/bin/gzip
91 checking for zip... /usr/bin/zip
92 checking for bash... /Users/abc/gentoo/bin/bash
93 checking for make... /Users/abc/gentoo/usr/bin/make
94 checking for perl... /Users/abc/gentoo/usr/bin/perl
95 checking how to run the C++ preprocessor... x86_64-apple-darwin15-clang++ -E
96 checking for grep that handles long lines and -e... /Users/abc/gentoo/bin/grep
97 checking for egrep... /Users/abc/gentoo/bin/grep -E
98 checking for ANSI C header files... yes
99 checking whether cc supports prototypes... yes
100 checking whether cc compiles standard C... yes
101 checking for switch(enum) bug... no
102 checking for ASCII system... yes
103 checking for an ANSI C-conforming const... yes
104 checking for C keyword volatile... yes
105 checking whether c++ supports static const... yes
106 checking for working getc in stdio.h... yes
107 checking for working fgetc in stdio.h... yes
108 checking for working putc in stdio.h... yes
109 checking for working fputc in stdio.h... yes
110 checking for working sprintf in stdio.h... yes
111 checking for working atoi in stdlib.h... yes
112 checking for working write in unistd.h... yes
113 checking for working system in stdlib.h... yes
114 checking for working lstat in sys/stat.h... yes
115 checking for working strcpy in string.h... yes
116 checking for working memcpy in string.h... yes
117 checking whether memcmp and memcpy are built-in... no
118 checking for working malloc in stdlib.h... yes
119 checking for sys/types.h... yes
120 checking for sys/stat.h... yes
121 checking for stdlib.h... yes
122 checking for string.h... yes
123 checking for memory.h... yes
124 checking for strings.h... yes
125 checking for inttypes.h... yes
126 checking for stdint.h... yes
127 checking for unistd.h... yes
128 checking for size_t... yes
129 checking for working alloca.h... yes
130 checking for alloca... yes
131 checking for width of printf .g... ".16"
132 checking for tmpdir... "/var/tmp/"
133 checking for binary popen_... yes
134 checking for binary popen_b... (cached) no
135 checking for working vsnprintf... c99
136 checking for working system(3)... unix
137 checking whether char is unsigned... no
138 checking size of char... 1
139 checking size of short... (cached) 2
140 checking size of int... (cached) 4
141 checking size of long... (cached) 8
142 checking size of long long... 8
143 checking size of very long... (cached) 0
144 checking size of __int64... (cached) 0
145 configure: WARNING: cannot find inttype: sizeof(inttype)==16
146 checking size of char *... (cached) 8
147 checking size of void *... 8
148 checking for an integral type to hold a ptr... long
149 checking for ptr <-> integral conversion... yes
150 checking for integral type size_t... unsigned long
151 checking size of bool... 1
152 configure: creating ./config.status
153 config.status: creating Makehelp
154 config.status: creating config.h
155 running gmake Makedep... error
156 configure: error: cannot compute depends
157
158 !!! Please attach the following file when seeking support:
159 !!! /Users/abc/gentoo/var/tmp/portage/media-gfx/sam2p-0.49.1/work/sam2p-0.49.1/config.log
160 * ERROR: media-gfx/sam2p-0.49.1::gentoo_prefix failed (configure phase):
161 * econf failed
162 *
163 * Call stack:
164 * ebuild.sh, line 133: Called __call-ebuildshell 'src_configure'
165 * ebuild.sh, line 542: Called src_configure
166 * environment, line 2725: Called econf '--enable-lzw' '--disable-gif'
167 * phase-helpers.sh, line 662: Called __helpers_die 'econf failed'
168 * isolated-functions.sh, line 117: Called die
169 * The specific snippet of code:
170 * die "$@"
171 *
172 * If you need support, post the output of `emerge --info '=media-gfx/sam2p-0.49.1::gentoo_prefix'`,
173 * the complete build log and the output of `emerge -pqv '=media-gfx/sam2p-0.49.1::gentoo_prefix'`.
174 * The complete build log is located at '/Users/abc/gentoo/var/tmp/portage/media-gfx/sam2p-0.49.1/temp/build.log'.
175 * The ebuild environment file is located at '/Users/abc/gentoo/var/tmp/portage/media-gfx/sam2p-0.49.1/temp/environment'.
176 * Working directory: '/Users/abc/gentoo/var/tmp/portage/media-gfx/sam2p-0.49.1/work/sam2p-0.49.1'
177 * S: '/Users/abc/gentoo/var/tmp/portage/media-gfx/sam2p-0.49.1/work/sam2p-0.49.1'
178
179 >>> Failed to emerge media-gfx/sam2p-0.49.1, Log file:
180
181 >>> '/Users/abc/gentoo/var/tmp/portage/media-gfx/sam2p-0.49.1/temp/build.log'
182
183
184 $ emerge --info
185 Portage 2.2.28-prefix (python 3.5.1-final-0, prefix/darwin/macos/10.11/x64, clang-3.7.1, unavailable, 15.6.0 x86_64)
186 =================================================================
187 System uname: Darwin-15.6.0-x86_64-i386-64bit
188 Timestamp of repository gentoo_prefix: Fri, 19 Aug 2016 19:27:57 +0000
189 sh bash 4.3_p39
190 app-shells/bash: 4.3_p39::gentoo_prefix
191 dev-lang/perl: 5.24.0-r1::gentoo_prefix
192 dev-lang/python: 2.7.11-r2::gentoo_prefix, 3.4.3-r5::gentoo_prefix, 3.5.1-r3::gentoo_prefix
193 dev-util/cmake: 3.6.1::gentoo_prefix
194 dev-util/pkgconfig: 0.29.1::gentoo_prefix
195 sys-devel/autoconf: 2.69::gentoo_prefix
196 sys-devel/automake: 1.14.1::gentoo_prefix, 1.15::gentoo_prefix
197 sys-devel/libtool: 2.4.6-r1::gentoo_prefix
198 sys-devel/make: 4.2.1::gentoo_prefix
199 Repositories:
200
201 gentoo_prefix
202 location: /Users/abc/gentoo/usr/portage
203 sync-type: rsync
204 sync-uri: rsync://rsync.prefix.bitzolder.nl/gentoo-portage-prefix
205 priority: -1000
206 aliases: gentoo
207
208 science
209 location: /Users/abc/gentoo/var/lib/layman/science
210 masters: gentoo_prefix
211 priority: 0
212
213 sage-on-gentoo
214 location: /Users/abc/gentoo/var/lib/layman/sage-on-gentoo
215 masters: gentoo_prefix science
216 priority: 1
217
218 ACCEPT_KEYWORDS="~x64-macos"
219 ACCEPT_LICENSE="* -@EULA"
220 CBUILD="x86_64-apple-darwin15"
221 CC="x86_64-apple-darwin15-clang"
222 CFLAGS="-march=native -O2 -pipe"
223 CHOST="x86_64-apple-darwin15"
224 CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
225 CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
226 CXX="x86_64-apple-darwin15-clang++"
227 CXXFLAGS="-march=native -O2 -pipe"
228 DISTDIR="/Users/abc/gentoo/usr/portage/distfiles"
229 FCFLAGS=""
230 FEATURES="assume-digests binpkg-logs case-insensitive-fs collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles force-prefix merge-sync news nostrip parallel-fetch preserve-libs protect-owned sfperms strict unknown-features-warn unmerge-logs unmerge-orphans unprivileged userfetch userpriv usersandbox usersync"
231 FFLAGS=""
232 GENTOO_MIRRORS="http://distfiles.gentoo.org"
233 LDFLAGS="-Wl,-dead_strip_dylibs"
234 MAKEOPTS="-j5"
235 PKGDIR="/Users/abc/gentoo/usr/portage/packages"
236 PORTAGE_CONFIGROOT="/Users/abc/gentoo/"
237 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
238 PORTAGE_TMPDIR="/Users/abc/gentoo/var/tmp"
239 USE="aqua coreaudio cracklib cxx ipv6 mmx mmxext modules ncurses nls objc objc++ prefix prefix-guest readline sse sse2 ssl unicode x64-macos zlib" ABI_X86="64" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="Darwin" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse" KERNEL="Darwin" L10N="en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4 python3_5" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
240 Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
241
242
243 Many thanks,
244 Han

Replies

Subject Author
[gentoo-alt] Re: emerge sam2p: cannot compute depends Fabian Groffen <grobian@g.o>