bug-cpio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-cpio] cpio will install in 50 days....


From: Daniel Santos
Subject: [Bug-cpio] cpio will install in 50 days....
Date: Sat, 30 Nov 2013 21:21:46 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131115 Thunderbird/17.0.9

Yeah, so I'm doing an "emerge -evuDN world" in gentoo rebuilding my system with gcc 4.8.2 (yes, with -flto in most places, but I don't think it's the root cause of this bug). I come back after several hours and discover that the process is stuck on the configure stage of cpio, not using any cpu, just sleeping. So examine the process and attach gdb. It appears that it was hoping to test some signal trapping, but with that test failing, there's nothing to say "gee, that failed" unless you wait for 50 days.



(snippet from ps -efH)
daniel    7964     1 ?         0.5 43920 696520   0 R 0.4   konsole
daniel    7967  7964 pts/0     0.0  5520  29676   0 S 0.0     /bin/bash
root      7998  7967 pts/0     0.0  1460  50008   0 S 0.0       su -
root      8001  7998 pts/0     0.0  6476  30568   0 S 0.0         -su
root 16541 8001 pts/0 0.0 1688 17728 0 S 0.0 /bin/bash bin/emerge-logged-all rebuild-world -euvDN --exclude sys-kernel/gentoo-sources games-strategy/moo2 app-emulation/wine sci-geosciences/googleearth app root 16545 16541 pts/0 7.9 649732 773696 10 S 2.1 /usr/bin/python2.7 /usr/bin/emerge --color y --keep-going -euvDN --exclude sys-kernel/gentoo-sources games-strategy/moo2 app-emulation/wine sci-geosciences/g portage 30382 16545 pts/0 0.0 652 6388 10 S 0.0 [app-arch/cpio-2.11] sandbox /tmp/portage/._portage_reinstall_.Btujsc/bin/ebuild.sh configure portage 30416 30382 pts/0 0.0 3928 30116 10 S 0.0 /bin/bash /tmp/portage/._portage_reinstall_.Btujsc/bin/ebuild.sh configure portage 30467 30416 pts/0 0.0 3172 30136 10 S 0.0 /bin/bash /tmp/portage/._portage_reinstall_.Btujsc/bin/ebuild.sh configure portage 30494 30467 pts/0 0.0 2828 29112 10 S 0.0 /bin/sh ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir= portage 13555 30494 pts/0 0.0 1572 29112 10 S 0.0 /bin/sh ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadi portage 13556 13555 pts/0 0.0 424 10372 10 S 0.0 ./conftest

# gdb /proc/13556/exe
GNU gdb (Gentoo 7.5.1 p2) 7.5.1
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.gentoo.org/>...
Reading symbols from /tmp/portage/app-arch/cpio-2.11/work/cpio-2.11/conftest...done.
(gdb) attach 13556
Attaching to program: /tmp/portage/app-arch/cpio-2.11/work/cpio-2.11/conftest, process 13556
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
Reading symbols from /usr/lib64/libsandbox.so...Reading symbols from /usr/lib64/debug/usr/lib64/libsandbox.so.debug...(no debugging symbols found)...done.
(no debugging symbols found)...done.
Loaded symbols for /usr/lib64/libsandbox.so
Reading symbols from /lib64/libc.so.6...Reading symbols from /usr/lib64/debug/lib64/libc-2.16.so.debug...done.
done.
Loaded symbols for /lib64/libc.so.6
Reading symbols from /lib64/libgcc_s.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib64/libgcc_s.so.1
Reading symbols from /lib64/libdl.so.2...Reading symbols from /usr/lib64/debug/lib64/libdl-2.16.so.debug...done.
done.
Loaded symbols for /lib64/libdl.so.2
Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from /usr/lib64/debug/lib64/ld-2.16.so.debug...done.
done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
0x00007f09e6c03fe0 in __nanosleep_nocancel () at ../sysdeps/unix/syscall-template.S:81
81      T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
(gdb) bt
#0 0x00007f09e6c03fe0 in __nanosleep_nocancel () at ../sysdeps/unix/syscall-template.S:81 #1 0x00007f09e6c03e94 in __sleep (seconds=0, address@hidden) at ../sysdeps/unix/sysv/linux/sleep.c:137
#2  0x0000000000400667 in main () at conftest.c:308
(gdb) frame 2
#2  0x0000000000400667 in main () at conftest.c:308
308         remaining = sleep (pentecost);
(gdb) list 99999
Line number 99994 out of range; conftest.c has 312 lines.
(gdb) list 1, 312
1       /* confdefs.h.  */
2       #define PACKAGE_NAME "GNU cpio"
3       #define PACKAGE_TARNAME "cpio"
4       #define PACKAGE_VERSION "2.11"
5       #define PACKAGE_STRING "GNU cpio 2.11"
6       #define PACKAGE_BUGREPORT "address@hidden"
7       #define PACKAGE "cpio"
8       #define VERSION "2.11"
9       #define STDC_HEADERS 1
10      #define HAVE_SYS_TYPES_H 1
11      #define HAVE_SYS_STAT_H 1
12      #define HAVE_STDLIB_H 1
13      #define HAVE_STRING_H 1
14      #define HAVE_MEMORY_H 1
15      #define HAVE_STRINGS_H 1
16      #define HAVE_INTTYPES_H 1
17      #define HAVE_STDINT_H 1
18      #define HAVE_UNISTD_H 1
19      #define __EXTENSIONS__ 1
20      #define _ALL_SOURCE 1
21      #define _GNU_SOURCE 1
22      #define _POSIX_PTHREAD_SEMANTICS 1
23      #define _TANDEM_SOURCE 1
24      #define HAVE_FSEEKO 1
25      #define PROTOTYPES 1
26      #define __PROTOTYPES 1
27      #define RETSIGTYPE void
28      #define STDC_HEADERS 1
29      #define HAVE_DIRENT_H 1
30      #define HAVE_FCHMOD 1
31      #define HAVE_FCHOWN 1
32      #define HAVE_GETPWUID 1
33      #define HAVE_GETPWNAM 1
34      #define HAVE_GETGRGID 1
35      #define HAVE_GETGRNAM 1
36      #define HAVE_PIPE 1
37      #define HAVE_FORK 1
38      #define HAVE_GETUID 1
39      #define HAVE_GETEUID 1
40      #define HAVE_ALLOCA_H 1
41      #define HAVE_ALLOCA 1
42      #define restrict __restrict
43      #define HAVE_DECL_GETENV 1
44      #define HAVE_DECL_CLEARERR_UNLOCKED 1
45      #define HAVE_DECL_FEOF_UNLOCKED 1
46      #define HAVE_DECL_FERROR_UNLOCKED 1
47      #define HAVE_DECL_FFLUSH_UNLOCKED 1
48      #define HAVE_DECL_FGETS_UNLOCKED 1
49      #define HAVE_DECL_FPUTC_UNLOCKED 1
50      #define HAVE_DECL_FPUTS_UNLOCKED 1
51      #define HAVE_DECL_FREAD_UNLOCKED 1
52      #define HAVE_DECL_FWRITE_UNLOCKED 1
53      #define HAVE_DECL_GETC_UNLOCKED 1
54      #define HAVE_DECL_GETCHAR_UNLOCKED 1
55      #define HAVE_DECL_PUTC_UNLOCKED 1
56      #define HAVE_DECL_PUTCHAR_UNLOCKED 1
57      #define HAVE_FLOCKFILE 1
58      #define HAVE_FUNLOCKFILE 1
59      #define HAVE_CHOWN 1
60      #define HAVE_FCHOWN 1
61      #define HAVE_FDOPENDIR 1
62      #define HAVE_DUP2 1
63      #define HAVE_FCHDIR 1
---Type <return> to continue, or q <return> to quit---
64      #define HAVE_FCNTL 1
65      #define HAVE_BTOWC 1
66      #define HAVE_ISBLANK 1
67      #define HAVE_ISWCTYPE 1
68      #define HAVE_MBSRTOWCS 1
69      #define HAVE_MEMPCPY 1
70      #define HAVE_WMEMCHR 1
71      #define HAVE_WMEMCPY 1
72      #define HAVE_WMEMPCPY 1
73      #define HAVE___FPENDING 1
74      #define HAVE_GETDTABLESIZE 1
75      #define HAVE_GETTIMEOFDAY 1
76      #define HAVE_LSTAT 1
77      #define HAVE_MBSINIT 1
78      #define HAVE_MBRTOWC 1
79      #define HAVE_MPROTECT 1
80      #define HAVE_ALARM 1
81      #define HAVE_SETENV 1
82      #define HAVE_SLEEP 1
83      #define HAVE_STRNDUP 1
84      #define HAVE_PIPE 1
85      #define HAVE_FUTIMES 1
86      #define HAVE_FUTIMESAT 1
87      #define HAVE_FUTIMENS 1
88      #define HAVE_UTIMENSAT 1
89      #define HAVE_LUTIMES 1
90      #define HAVE_ISWCNTRL 1
91      #define HAVE_MKFIFO 1
92      #define HAVE_SETLOCALE 1
93      #define HAVE_FEATURES_H 1
94      #define HAVE_DIRENT_H 1
95      #define HAVE_ERRNO_H 1
96      #define HAVE_FCNTL_H 1
97      #define HAVE_SYS_PARAM_H 1
98      #define HAVE_FLOAT_H 1
99      #define HAVE_WCTYPE_H 1
100     #define HAVE_STDIO_EXT_H 1
101     #define HAVE_GETOPT_H 1
102     #define HAVE_SYS_TIME_H 1
103     #define HAVE_STDINT_H 1
104     #define HAVE_WCHAR_H 1
105     #define HAVE_INTTYPES_H 1
106     #define HAVE_SYS_MMAN_H 1
107     #define HAVE_UNISTD_H 1
108     #define HAVE_STDARG_H 1
109     #define HAVE_STDDEF_H 1
110     #define HAVE_STDIO_H 1
111     #define HAVE_STDLIB_H 1
112     #define HAVE_SYS_SOCKET_H 1
113     #define HAVE_STRING_H 1
114     #define HAVE_STRINGS_H 1
115     #define HAVE_SYS_STAT_H 1
116     #define HAVE_SYSEXITS_H 1
117     #define HAVE_TIME_H 1
118     #define HAVE_UTIME_H 1
119     #define HAVE_NETDB_H 1
120     #define HAVE_MEMORY_H 1
121     #define HAVE_SYS_WAIT_H 1
122     #define HAVE_SYS_MTIO_H 1
123     #define HAVE_SGTTY_H 1
124     #define HAVE_LOCALE_H 1
125     #define HAVE_PWD_H 1
126     #define HAVE_GRP_H 1
---Type <return> to continue, or q <return> to quit---
127     #define HAVE_UNISTD_H 1
128     #define HAVE_CHOWN 1
129     #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
130     #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
131     #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
132     #define HAVE_ENVIRON_DECL 1
133     #define HAVE_DECL_STRERROR_R 1
134     #define HAVE_STRERROR_R 1
135     #define STRERROR_R_CHAR_P 1
136     #define PROMOTED_MODE_T mode_t
137     #define HAVE_WORKING_O_NOATIME 1
138     #define HAVE_WORKING_O_NOFOLLOW 1
139     #define HAVE_MBSTATE_T 1
140     #define HAVE_DECL_GETCWD 1
141     #define HAVE__BOOL 1
142     #define HAVE_STDBOOL_H 1
143     #define HAVE_COMPOUND_LITERALS 1
144     #define HAVE_TM_GMTOFF 1
145     #define HAVE_GETOPT_H 1
146     #define HAVE_GETOPT_LONG_ONLY 1
147     #define HAVE_DECL_OPTRESET 0
148     #define HAVE_RAW_DECL_GETTIMEOFDAY 1
149     #define HAVE_LONG_LONG_INT 1
150     #define HAVE_UNSIGNED_LONG_LONG_INT 1
151     #define HAVE_INTTYPES_H 1
152     #define HAVE_DECL_IMAXABS 1
153     #define HAVE_DECL_IMAXDIV 1
154     #define HAVE_DECL_STRTOIMAX 1
155     #define HAVE_DECL_STRTOUMAX 1
156     #define HAVE_LANGINFO_CODESET 1
157     #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
158     #define HAVE_STDLIB_H 1
159     #define MALLOC_0_IS_NONNULL 1
160     #define HAVE_MAP_ANONYMOUS 1
161     #define HAVE_MEMCHR 1
162     #define HAVE_DECL_MEMRCHR 1
163     #define HAVE_SEARCH_H 1
164     #define HAVE_TSEARCH 1
165     #define HAVE_WCHAR_T 1
166     #define HAVE_DECL_STRDUP 1
167     #define HAVE_RAW_DECL_MEMMEM 1
168     #define HAVE_RAW_DECL_MEMPCPY 1
169     #define HAVE_RAW_DECL_MEMRCHR 1
170     #define HAVE_RAW_DECL_RAWMEMCHR 1
171     #define HAVE_RAW_DECL_STPCPY 1
172     #define HAVE_RAW_DECL_STPNCPY 1
173     #define HAVE_RAW_DECL_STRCHRNUL 1
174     #define HAVE_RAW_DECL_STRDUP 1
175     #define HAVE_RAW_DECL_STRNDUP 1
176     #define HAVE_RAW_DECL_STRNLEN 1
177     #define HAVE_RAW_DECL_STRPBRK 1
178     #define HAVE_RAW_DECL_STRSEP 1
179     #define HAVE_RAW_DECL_STRCASESTR 1
180     #define HAVE_RAW_DECL_STRTOK_R 1
181     #define HAVE_RAW_DECL_STRSIGNAL 1
182     #define HAVE_RAW_DECL_STRVERSCMP 1
183     #define HAVE_RAW_DECL_STRCASECMP 1
184     #define HAVE_RAW_DECL_STRNCASECMP 1
185     #define HAVE_DECL_STRNDUP 1
186     #define HAVE_DECL_STRNLEN 1
187     #define HAVE_WORKING_UTIMES 1
188     #define HAVE_STRUCT_UTIMBUF 1
189     #define HAVE_WINT_T 1
---Type <return> to continue, or q <return> to quit---
190     #define HAVE_INTTYPES_H_WITH_UINTMAX 1
191     #define HAVE_STDINT_H_WITH_UINTMAX 1
192     #define HAVE_INTMAX_T 1
193     #define HAVE_SNPRINTF 1
194     #define HAVE_STRNLEN 1
195     #define HAVE_WCSLEN 1
196     #define HAVE_WCSNLEN 1
197     #define HAVE_MBRTOWC 1
198     #define HAVE_WCRTOMB 1
199     #define HAVE_DECL__SNPRINTF 0
200     #define HAVE_DECL_VSNPRINTF 1
201     #define HAVE_ALLOCA 1
202     #define __GETOPT_PREFIX rpl_
203     #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
204     #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
205     #define HAVE_PROGRAM_INVOCATION_NAME 1
206     #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
207     #define GNULIB_CHOWN 1
208     #define HAVE_CLOCK_GETTIME 1
209     #define HAVE_CLOCK_SETTIME 1
210     #define GNULIB_CLOSE 1
211     #define GNULIB_CLOSE_STREAM 1
212     #define D_INO_IN_DIRENT 1
213     #define HAVE_RAW_DECL_ALPHASORT 1
214     #define HAVE_RAW_DECL_DIRFD 1
215     #define HAVE_RAW_DECL_FDOPENDIR 1
216     #define HAVE_RAW_DECL_SCANDIR 1
217     #define GNULIB_DIRENT_SAFER 1
218     #define HAVE_DIRFD 1
219     #define HAVE_DECL_DIRFD 1
220     #define GNULIB_DIRFD 1
221     #define GNULIB_DIRNAME 1
222     #define GNULIB_DUP2 1
223     #define GNULIB_ENVIRON 1
224     #define GNULIB_FCHDIR 1
225     #define GNULIB_FCLOSE 1
226     #define GNULIB_FCNTL 1
227     #define HAVE_RAW_DECL_FCNTL 1
228     #define HAVE_RAW_DECL_OPENAT 1
229     #define GNULIB_FDOPENDIR 1
230     #define HAVE_STRUCT_STAT_ST_BLOCKS 1
231     #define HAVE_ST_BLOCKS 1
232     #define HAVE_DECL___FPENDING 1
233     #define GNULIB_FSEEKO 1
234     #define HAVE_GETPAGESIZE 1
235     #define GNULIB_GETCWD 1
236     #define HAVE_STRUCT_TM_TM_ZONE 1
237     #define HAVE_TM_ZONE 1
238     #define TIME_T_FITS_IN_LONG_INT 1
239     #define GNULIB_GETDTABLESIZE 1
240     #define GNULIB_GETOPT_GNU 1
241     #define GETTIMEOFDAY_TIMEZONE struct timezone
242     #define GNULIB_GETTIMEOFDAY 1
243     #define HAVE_INLINE 1
244     #define GL_TRIGGER_STDC_LIMIT_MACROS 1
245     #define HAVE_RAW_DECL_IMAXABS 1
246     #define HAVE_RAW_DECL_IMAXDIV 1
247     #define HAVE_RAW_DECL_STRTOIMAX 1
248     #define HAVE_RAW_DECL_STRTOUMAX 1
249     #define HAVE_LCHOWN 1
250     #define GNULIB_LCHOWN 1
251     #define GNULIB_LSEEK 1
252     #define GNULIB_LSTAT 1
---Type <return> to continue, or q <return> to quit---
253     #define HAVE_STDLIB_H 1
254     #define HAVE_MALLOC 1
255     #define GNULIB_MALLOC_GNU 1
256     #define HAVE_MALLOC_POSIX 1
257     #define GNULIB_MALLOC_POSIX 1
258     #define GNULIB_MBRTOWC 1
259     #define GNULIB_MBSINIT 1
260     #define GNULIB_MBSRTOWCS 1
261     #define GNULIB_MEMCHR 1
262     #define HAVE_MEMPCPY 1
263     #define GNULIB_MEMPCPY 1
264     #define HAVE_MEMRCHR 1
265     #define GNULIB_MEMRCHR 1
266     #define GNULIB_MKTIME 1
267     #define HAVE_OBSTACK 1
268     #define GNULIB_OPEN 1
269     #define GNULIB_OPEN 1
270     #define HAVE_FCHMODAT 1
271     #define HAVE_FSTATAT 1
272     #define HAVE_MKDIRAT 1
273     #define HAVE_OPENAT 1
274     #define HAVE_UNLINKAT 1
275     #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
276     #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
277     #define HAVE_RAWMEMCHR 1
278     #define GNULIB_RAWMEMCHR 1
279     #define HAVE_REALLOC_POSIX 1
280     #define GNULIB_REALLOC_POSIX 1
281     #define HAVE_RMDIR 1
282     #define GNULIB_RMDIR 1
283     #define GNULIB_SETENV 1
284     #define HAVE_STDINT_H 1
285     #define HAVE_DECL_SLEEP 1
286     /* end confdefs.h.  */
287
288     #include <errno.h>
289     #include <unistd.h>
290     #include <signal.h>
291     static void
292     handle_alarm (int sig)
293     {
294       if (sig != SIGALRM)
295         _exit (2);
296     }
297
298     int
299     main ()
300     {
301
302         /* Failure to compile this test due to missing alarm is okay,
303            since all such platforms (mingw) also lack sleep. */
304         unsigned int pentecost = 50 * 24 * 60 * 60; /* 50 days.  */
305         unsigned int remaining;
306         signal (SIGALRM, handle_alarm);
307         alarm (1);
308         remaining = sleep (pentecost);
309         return !(pentecost - 10 < remaining && remaining <= pentecost);
310       ;
311       return 0;
312     }
(gdb)


Here is my system information:
# emerge --info
Portage 2.2.7 (default/linux/amd64/13.0/desktop/gnome, gcc-4.8.2, glibc-2.16.0, 3.11.7-gentoo x86_64)
=================================================================
System uname: Linux-3.11.7-gentoo-x86_64-AMD_Phenom-tm-_9850_Quad-Core_Processor-with-gentoo-2.2
KiB Mem:     8193008 total,    517100 free
KiB Swap:   16795944 total,  16722976 free
Timestamp of tree: Fri, 29 Nov 2013 23:30:01 +0000
ld GNU ld (GNU Binutils) 2.23.1
distcc 3.1 x86_64-pc-linux-gnu [disabled]
ccache version 3.1.9 [enabled]
app-shells/bash: 4.2_p45
dev-java/java-config: 2.1.12-r1
dev-lang/python:          2.7.5-r3, 3.2.5-r3
dev-util/ccache: 3.1.9
dev-util/cmake: 2.8.11.2
dev-util/pkgconfig: 0.28
sys-apps/baselayout: 2.2
sys-apps/openrc: 0.12.4
sys-apps/sandbox: 2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.9.6-r3, 1.11.6, 1.12.6, 1.13.4
sys-devel/binutils:       2.23.1
sys-devel/gcc: 3.4.6-r2, 4.0.4, 4.1.2, 4.2.4-r1, 4.3.6-r1, 4.4.7, 4.5.4, 4.6.3, 4.7.3-r1, 4.8.2
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
sys-libs/glibc:           2.16.0
Repositories: gentoo zugaina sunrise proaudio java-overlay gamerlay arx-libertatis gnustep stuge x-portage
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* address@hidden dlj-1.1 sun-bcla-java-vm googleearth PUEL google-talkplugin Oracle-BCLA-JavaSE LOKI-EULA AdobeFlash-11.x MakeMKV-EULA cadsoft"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -g3 -flto"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/polkit-1/actions /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/games/angband/edit/ /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.4/ext-active/ /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=native -O2 -g3 -flto"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="-j2"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg candy ccache config-protect-if-modified distlocks ebuild-locks fixlafiles installsources merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gentoo.cites.uiuc.edu/pub/gentoo/ http://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/ http://gentoo.osuosl.org/ http://www.gtlib.gatech.edu/pub/gentoo ftp://gentoo.cites.uiuc.edu/pub/gentoo/ http://gentoo.mirrors.tds.net/gentoo http://gentoo.netnitco.net http://gentoo.llarian.net/ ftp://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/ http://mirror.lug.udel.edu/pub/gentoo/";
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_COMPRESS="pxz"
PORTAGE_COMPRESS_FLAGS="-9e"
PORTAGE_CONFIGROOT="/"
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 '/lost+found'"
PORTAGE_TMPDIR="/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/zugaina /var/lib/layman/sunrise /var/lib/layman/pro-audio /var/lib/layman/java-overlay /var/lib/layman/gamerlay /var/lib/layman/arx-libertatis /var/lib/layman/gnustep /var/lib/layman/stuge /usr/local/portage" USE="3dnow 3dnowext 3ds 64bit 7zip X Xaw3d a52 aac aacs aalib acl acpi adns aim aio akode alsa amd64 amr ao aotuv apache2 applet ares arts asn async attica audacious audiofile authdaemond authfile autoipd automount avahi bash-completion bazaar berkdb bidi binfilter bittorrent bl bluetooth bluray bonjour boost branding bs2b bsf bugzilla bzip2 c3p0 cairo calendar caps ccache cdaudio cdb cdda cddb cdparanoia cdr cegui celt cg cgi chm cjk cleartype cli clucene cmake colord commons-digester console consolekit contrib corefonts cpufreq cpulimit cracklib crypt cscope css cups curl curlwrappers cvs cxx dbus declarative dedicated development devil dga dirac directfb divx djbfft djvu dmx dns dolby-record-switch dot dri dssi dtmf dts dv dvb dvd dvdr ebook editor eds eigen emboss emoticon encode enscript esd espeak evo excel exif expat extraicons faac faad fam fasttrack fat fax fbcon ffmpeg fftw firefox fits flac flash fltk fluidsynth fmod font-server fontconfig fontforge foomaticdb fortran fping fpx freesound frei0r ftp fuse fusion g15 gadu gcj gconf gd gdbm geoip geos ggi gif gimp ginac git glib glitz glut gmedia gmp gmtfull gnokii gnome gnome-keyring gnome-online-accounts gnuplot gnutella gpg gphoto2 gpm gps graphviz gs gsl gsm gstreamer gtalk gtk gtk3 gzip h224 h281 h323 hal hbci hddtemp html htmlhandbook httpd hwmixer icecast iceweasel iconv icq icu id3 id3tag idn ieee1394 ilbc imagemagick imap imlib inifile inotify introspection ios ipv6 irc irda irrlicht jabber jack jackmidi jadetex java java5 java6 javascript jbig jce jingle jmx joystick jpeg jpeg2k json kate kde kdrive kerberos kontact kpathsea ladspa lame lash latex lcms ldap libcaca libnotify libsamplerate libsecret libv4l libvisual libwww lirc live lm_sensors log4j logitech-mouse lto lua lv2 lzma lzo mad maildir maps math matroska md5sum meanwhile mercurial midi mikmod mime mjpeg mmap mmkeys mmx mmxext mng modperl modplug modules motif mouse mozdevelop mozilla mp3 mp4 mp4live mpeg mplayer msn mtp mudflap multicall multilib multitarget musepack music musicbrainz mysql mysqli mythtv nas nautilus ncurses net netjack network networkmanager nfs njb nls nntp nptl nsplugin nss ntfsprogs ntp nvidia nvtv ode odk offensive ofx ogg ogm ogre okteta okular openal opencl openexr opengl openmp openxml opus oscar otr pam pango pcntl pcre pda pdf perl phonon php pidgin player plotutils png policykit portaudio posix postproc ppds projectm pulseaudio python qalculate qos qq qt3support qt4 qthelp quicktime quotes radio rar raw readline regression-test remote rrdcgi rss rtc rtmp ruby samba sametime sasl sbsms scanner schroedinger sdl sdl-image sdl-sound semantic-desktop sensord session sharedext silc sip sipim skype slp smbsharemodes smp sms smtp sndfile snmp soap socialweb sockets sound speex spell sql sqlite sqlite3 srtp srvdir sse sse2 sse3 ssh ssl startup-notification static-libs stl stream subtitles subversion suexec svg swig syslog sysvipc t1lib taglib tagwriting tcl tcpd telnet test tga theora threads thumbnail tidy tiff timidity tinyxml tk tokenizer tools transcode translator trayicon truetype tse3 twolame type3 udev udisks unicode upnp upower urandom usb userlocales utils v4l v4l2 vaapi valgrind vcd vdpau vdr vhosts video videos vim-syntax vim-with-x visualization vlc vnc vorbis vorbis-psy vpx vst vxml wav wavpack webdav webkit wifi win32codecs winbind wma wmf wxwidgets wxwindows x264 x264-static xanim xattr xcap xcb xcomposite xface xforms xft xine xinerama xinetd xml xmlreader xmlrpc xmlwriter xmp xpm xprint xrandr xscreensaver xsl xulrunner xv xvid xvmc yaepg yahoo yv12 zeroconf zip zlib" ABI_X86="64" ALSA_CARDS="hdsp emu10k1 hda-intel" APACHE2_MODULES="actions alias auth_basic auth_digest authn_alias authn_dbd authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache dumpio env expires ext_filter file_cache filter headers ident imagemap include info log_config log_forensic logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias substitute" 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" ELIBC="glibc" FOO2ZJS_DEVICES="hpp1006" 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 joystick evdev wacom" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer nlpsolver pdfimport scripting-beanshell scripting-javascript wiki-publisher" LINGUAS="en_US en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby19 ruby18" USERLAND="GNU" VIDEO_CARDS="nvidia radeon" 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" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON




reply via email to

[Prev in Thread] Current Thread [Next in Thread]