Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 340428 Details for
Bug 459618
sys-apps/which and other packages stop emerge builds - When `ar ...` gets executed - ERROR: no command given - Usage: start_ar.rb <command> <options> -- <application options>
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
file_459618.txt (text/plain), 6.78 KB, created by
Tom Wijsman (TomWij) (RETIRED)
on 2013-02-27 23:33:31 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Tom Wijsman (TomWij) (RETIRED)
Created:
2013-02-27 23:33:31 UTC
Size:
6.78 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: sys-apps/which-2.20 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: base-system@gentoo.org >[32;01m * [39;49;00mUSE: abi_x86_64 amd64 consolekit elibc_glibc kernel_linux multilib policykit userland_GNU >[32;01m * [39;49;00mFEATURES: ccache installsources sandbox >>>> Unpacking source... >>>> Unpacking which-2.20.tar.gz to /var/tmp/portage/sys-apps/which-2.20/work >>>> Source unpacked in /var/tmp/portage/sys-apps/which-2.20/work >>>> Compiling source in /var/tmp/portage/sys-apps/which-2.20/work/which-2.20 ... >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether to enable maintainer-specific portions of Makefiles... no >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking for style of include used by make... GNU >checking dependency style of x86_64-pc-linux-gnu-gcc... pch >checking for a BSD-compatible install... /usr/bin/install -c >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking minix/config.h usability... no >checking minix/config.h presence... no >checking for minix/config.h... no >checking for xmalloc in libiberty.a... no >checking for ANSI C header files... (cached) yes >checking for unistd.h... (cached) yes >checking for string.h... (cached) yes >checking libiberty.h usability... yes >checking libiberty.h presence... yes >checking for libiberty.h... yes >checking whether stat file-mode macros are broken... no >checking for an ANSI C-conforming const... yes >checking for size_t... yes >checking for uid_t in sys/types.h... yes >checking type of array argument to getgroups... gid_t >checking for strchr... yes >checking for memcpy... yes >checking for getopt_long... yes >checking for getcwd... yes >checking for getwd... yes >checking for ar... ar >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking for stdlib.h... (cached) yes >checking for memory.h... (cached) yes >checking pwd.h usability... yes >checking pwd.h presence... yes >checking for pwd.h... yes >checking for strings.h... (cached) yes >checking for getpwent... yes >checking for getpwnam... yes >checking for getpwuid... yes >checking whether programs are able to redeclare getpw functions... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating maintMakefile >config.status: creating tilde/Makefile >config.status: creating config.h >config.status: executing depfiles commands >make -j1 -l1.95 >make all-recursive >make[1]: Entering directory `/var/tmp/portage/sys-apps/which-2.20/work/which-2.20' >Making all in tilde >make[2]: Entering directory `/var/tmp/portage/sys-apps/which-2.20/work/which-2.20/tilde' >source='tilde.c' object='tilde.o' libtool=no \ >DEPDIR=.deps depmode=pch /bin/sh ../depcomp \ >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -march=native -O2 -pipe -c tilde.c >source='shell.c' object='shell.o' libtool=no \ >DEPDIR=.deps depmode=pch /bin/sh ../depcomp \ >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -march=native -O2 -pipe -c shell.c >rm -f libtilde.a >ar cru libtilde.a tilde.o shell.o >ERROR: no command given > >Usage: start_ar.rb <command> <options> -- <application options> > >* where <command> is one of: > start start an instance of the application > stop stop all instances of the application > restart stop all instances and restart them afterwards > reload send a SIGHUP to all instances of the application > run start the application and stay on top > zap set the application to a stopped state > status show status (PID) of application instances > >* and where <options> may contain several of the following: > > -t, --ontop Stay on top (does not daemonize) > -f, --force Force operation > -n, --no_wait Do not wait for processes to stop > >Common options: > -h, --help Show this message > --version Show version >x86_64-pc-linux-gnu-ranlib libtilde.a >x86_64-pc-linux-gnu-ranlib: 'libtilde.a': No such file >make[2]: *** [libtilde.a] Error 1 >make[2]: Leaving directory `/var/tmp/portage/sys-apps/which-2.20/work/which-2.20/tilde' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/var/tmp/portage/sys-apps/which-2.20/work/which-2.20' >make: *** [all] Error 2 >emake failed > [31;01m*[0m ERROR: sys-apps/which-2.20 failed (compile phase): > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 93: Called src_compile > [31;01m*[0m environment, line 175: Called __eapi0_src_compile > [31;01m*[0m phase-helpers.sh, line 582: Called __eapi2_src_compile > [31;01m*[0m phase-helpers.sh, line 622: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m emake || die "emake failed" > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=sys-apps/which-2.20'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=sys-apps/which-2.20'`. > [31;01m*[0m The complete build log is located at '/var/log/portage/elog/sys-apps:which-2.20:20130227-220349.log'. > [31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-apps/which-2.20/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/sys-apps/which-2.20/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/sys-apps/which-2.20/work/which-2.20' > [31;01m*[0m S: '/var/tmp/portage/sys-apps/which-2.20/work/which-2.20'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 459618
:
340426
| 340428 |
340430