Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 534166 - x11-misc/xrestop-0.4.0 - src_install(): /bin/sh: line 6: @MKDIR_P@: command not found
Summary: x11-misc/xrestop-0.4.0 - src_install(): /bin/sh: line 6: @MKDIR_P@: command n...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-01 00:21 UTC by Marcin Kowalski
Modified: 2016-11-17 11:43 UTC (History)
0 users

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


Attachments
package manager information (_info.txt,29.15 KB, text/plain)
2015-01-02 20:01 UTC, Marcin Kowalski
Details
build log (_log,7.65 KB, text/plain)
2015-01-02 20:01 UTC, Marcin Kowalski
Details
config.log (config.log,20.04 KB, text/plain)
2015-01-11 20:13 UTC, Marcin Kowalski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Kowalski 2015-01-01 00:21:43 UTC
When attempting to build ~amd64 xrestop, i get the following output :


=================================================================
>>> Done builtin_loadenv
>>> Starting src_compile
make -j4
make  all-recursive
make[1]: Entering directory '/mnt/storage/tmp/x11-misc-xrestop-0.4/work/xrestop-0.4'
Making all in doc
make[2]: Entering directory '/mnt/storage/tmp/x11-misc-xrestop-0.4/work/xrestop-0.4/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/mnt/storage/tmp/x11-misc-xrestop-0.4/work/xrestop-0.4/doc'
make[2]: Entering directory '/mnt/storage/tmp/x11-misc-xrestop-0.4/work/xrestop-0.4'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.@am__isrc@    -Wall -fno-strict-aliasing   -march=native -mtune=native -O2 -pipe --param ggc-min-expand=10 -c -o xrestop.o xrestop.c
x86_64-pc-linux-gnu-gcc -Wall -fno-strict-aliasing   -march=native -mtune=native -O2 -pipe --param ggc-min-expand=10  -Wl,-O1 -Wl,--as-needed -o xrestop xrestop.o -lX11 -lXRes -lXext   -lncurses 
make[2]: Leaving directory '/mnt/storage/tmp/x11-misc-xrestop-0.4/work/xrestop-0.4'
make[1]: Leaving directory '/mnt/storage/tmp/x11-misc-xrestop-0.4/work/xrestop-0.4'
>>> Done src_compile
>>> Starting builtin_saveenv
>>> Done builtin_saveenv
>>> Completed ebuild phases loadenv compile saveenv
>>> Running ebuild phases loadenv install saveenv as root:root...
>>> Starting builtin_loadenv
>>> Done builtin_loadenv
>>> Starting src_install
make -j4 DESTDIR=/mnt/storage/tmp/x11-misc-xrestop-0.4/image/ install

Error:
  * In program cave perform install --hooks --managed-output --output-exclusivity with-others =x11-misc/xrestop-0.4:0::gentoo --destination installed --x-of-y 2 of 2:
  * When installing 'x11-misc/xrestop-0.4:0::gentoo':
  * When running an ebuild command on 'x11-misc/xrestop-0.4:0::gentoo':
  * Install failed for 'x11-misc/xrestop-0.4:0::gentoo' (paludis::ActionFailedError)

Making install in doc
make[1]: Entering directory '/mnt/storage/tmp/x11-misc-xrestop-0.4/work/xrestop-0.4/doc'
make[2]: Entering directory '/mnt/storage/tmp/x11-misc-xrestop-0.4/work/xrestop-0.4/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 @MKDIR_P@ '/mnt/storage/tmp/x11-misc-xrestop-0.4/image//usr/share/man/man1'
Makefile:276: recipe for target 'install-man1' failed
make[2]: Leaving directory '/mnt/storage/tmp/x11-misc-xrestop-0.4/work/xrestop-0.4/doc'
Makefile:368: recipe for target 'install-am' failed
make[1]: Leaving directory '/mnt/storage/tmp/x11-misc-xrestop-0.4/work/xrestop-0.4/doc'
Makefile:453: recipe for target 'install-recursive' failed
/bin/sh: line 6: @MKDIR_P@: command not found
make[2]: *** [install-man1] Error 1
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1

!!! ERROR in x11-misc/xrestop-0.4::gentoo:
!!! In /usr/libexec/paludis/utils/emake at line 30
!!! emake returned error 2

!!! Call stack:
!!!    * paludis_die_or_error_func (/usr/libexec/paludis/die_functions.bash:67)
!!!    * main (/usr/libexec/paludis/utils/emake:30)
=================================================================


System is ~amd64 with up to date system set. Will provide extra info if necessary

Reproducible: Always

Steps to Reproduce:
1. attempt to install xrestop on ~amd64
2.
3.
Actual Results:  
build fails

Expected Results:  
build succeeds
Comment 1 Rafał Mużyło 2015-01-01 14:17:04 UTC
> x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.@am__isrc@ 
...attach full log and info - something seems messed up on your side, as if some substitutions haven't been done.
Comment 2 Marcin Kowalski 2015-01-02 20:01:09 UTC
Created attachment 393002 [details]
package manager information
Comment 3 Marcin Kowalski 2015-01-02 20:01:31 UTC
Created attachment 393004 [details]
build log

build log attached
Comment 4 Rafał Mużyło 2015-01-03 12:14:07 UTC
...OK, attach config.log too.
Comment 5 Marcin Kowalski 2015-01-11 20:13:55 UTC
Created attachment 393732 [details]
config.log

sorry for delay. attaching.