Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479952 - sys-apps/arrayprobe-2.0-r2 - @MKDIR_P@: command not found
Summary: sys-apps/arrayprobe-2.0-r2 - @MKDIR_P@: command not found
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-06 17:49 UTC by Jorge Manuel B. S. Vicetto
Modified: 2015-06-15 02:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2013-08-06 17:49:14 UTC
While building admincd-stage1 with catalyst, I'm getting this error.
I'm attaching the log from catalyst:

>>> Failed to emerge sys-apps/arrayprobe-2.0-r2, Log file:
>>>  '/var/tmp/portage/sys-apps/arrayprobe-2.0-r2/temp/build.log'
 * Package:    sys-apps/arrayprobe-2.0-r2
 * Repository: gentoo
 * Maintainer: chainsaw@gentoo.org base-system@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux multilib userland_GNU
 * FEATURES:   preserve-libs sandbox
 * Applying 2.0-malloc-strlen.patch ...
 [ ok ]
 * Applying 2.0-ida_headers.patch ...
 [ ok ]
 * Running eautoreconf in '/var/tmp/portage/sys-apps/arrayprobe-2.0-r2/work/arrayprobe-2.0' ...
 * Running aclocal ...
 [ ok ]
 * Running autoconf ...
 [ ok ]
 * Running autoheader ...
 [ ok ]
 * Running automake --add-missing --copy ...
 [ ok ]
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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... gcc3
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking linux/compiler.h usability... no
checking linux/compiler.h presence... no
checking for linux/compiler.h... no
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for dup2... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for memset... yes
checking for strerror... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-am
make[1]: Entering directory `/var/tmp/portage/sys-apps/arrayprobe-2.0-r2/work/arrayprobe-2.0'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.@am__isrc@     -O2 -pipe -MT probe.o -MD -MP -MF .deps/probe.Tpo -c -o probe.o probe.c
mv -f .deps/probe.Tpo .deps/probe.Po
x86_64-pc-linux-gnu-gcc  -O2 -pipe  -Wl,-O1 -Wl,--as-needed -o arrayprobe probe.o  
make[1]: Leaving directory `/var/tmp/portage/sys-apps/arrayprobe-2.0-r2/work/arrayprobe-2.0'
make[1]: Entering directory `/var/tmp/portage/sys-apps/arrayprobe-2.0-r2/work/arrayprobe-2.0'
 @MKDIR_P@ '/var/tmp/portage/sys-apps/arrayprobe-2.0-r2/image//usr/bin'
/bin/sh: line 3: @MKDIR_P@: command not found
make[1]: *** [install-binPROGRAMS] Error 1
make[1]: Leaving directory `/var/tmp/portage/sys-apps/arrayprobe-2.0-r2/work/arrayprobe-2.0'
make: *** [install-am] Error 2
 * ERROR: sys-apps/arrayprobe-2.0-r2 failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  93:  Called src_install
 *   environment, line 2989:  Called die
 * The specific snippet of code:
 *       make DESTDIR="${D}" install || die
 * 
 * If you need support, post the output of `emerge --info '=sys-apps/arrayprobe-2.0-r2'`,
 * the complete build log and the output of `emerge -pqv '=sys-apps/arrayprobe-2.0-r2'`.
 * The complete build log is located at '/var/tmp/portage/sys-apps/arrayprobe-2.0-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/arrayprobe-2.0-r2/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-apps/arrayprobe-2.0-r2/work/arrayprobe-2.0'
 * S: '/var/tmp/portage/sys-apps/arrayprobe-2.0-r2/work/arrayprobe-2.0'
 * QA Notice: command not found:
 * 
 *      /bin/sh: line 3: @MKDIR_P@: command not found
Comment 1 SpanKY gentoo-dev 2013-12-23 03:53:30 UTC
what version of autotools ?  looks like aclocal/etc... didn't actually run ...
Comment 2 Lyall Pearce 2014-03-27 22:32:51 UTC
I was having a similar problem with media-gfx/gqview

I found that if I (using bash)

source /etc/profile
source ~/.bash_profile

my build worked.

So, try logging out and back in again.
Comment 3 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2015-06-15 02:26:45 UTC
I just grepped my mail archive and it seems I haven't hit this in over 6 months, so I'm going to close it as invalid.