Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
can't build renderproto
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
syn0ptik
Apprentice
Apprentice


Joined: 09 Jan 2013
Posts: 267

PostPosted: Wed Jan 09, 2013 9:54 am    Post subject: can't build renderproto Reply with quote

here it's...
Code:
checking for a sed that does not truncate output... /bin/sed
Package xorg-macros was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-macros.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-macros' found
configure: creating ./config.status
config.status: creating Makefile
config.status: creating renderproto.pc
config.status: executing depfiles commands
rm: cannot remove './confDK0EL2/subs1.awk': Bad file descriptor
rm: cannot remove './confDK0EL2/subs.awk': Bad file descriptor
rm: cannot remove 'conftest.dir/conftest.one': Bad file descriptor
rm: cannot remove 'conftest.dir/conftest.two': Bad file descriptor
>>> Source configured.
>>> Compiling source in /var/tmp/portage/x11-proto/renderproto-0.11.1/work/renderproto-0.11.1 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/x11-proto/renderproto-0.11.1/work/renderproto-0.11.1_build"
make
make: Nothing to be done for `all'.
>>> Source compiled.
>>> Test phase [not enabled]: x11-proto/renderproto-0.11.1

>>> Install renderproto-0.11.1 into /var/tmp/portage/x11-proto/renderproto-0.11.1/image/ category x11-proto
>>> Working in BUILD_DIR: "/var/tmp/portage/x11-proto/renderproto-0.11.1/work/renderproto-0.11.1_build"
make DESTDIR=/var/tmp/portage/x11-proto/renderproto-0.11.1/image/ renderdocdir=/usr/share/doc/renderproto-0.11.1 docdir=/usr/share/doc/renderproto-0.11.1 install
make[1]: Entering directory `/var/tmp/portage/x11-proto/renderproto-0.11.1/work/renderproto-0.11.1_build'
make[1]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/doc/renderproto-0.11.1" || /bin/mkdir -p "/var/tmp/portage/x11-proto/renderproto-0.11.1/image//usr/share/doc/renderproto-0.11.1"
 /usr/bin/install -c -m 644 /var/tmp/portage/x11-proto/renderproto-0.11.1/work/renderproto-0.11.1/renderproto.txt '/var/tmp/portage/x11-proto/renderproto-0.11.1/image//usr/share/doc/renderproto-0.11.1'
test -z "/usr/lib64/pkgconfig" || /bin/mkdir -p "/var/tmp/portage/x11-proto/renderproto-0.11.1/image//usr/lib64/pkgconfig"
 /usr/bin/install -c -m 644 renderproto.pc '/var/tmp/portage/x11-proto/renderproto-0.11.1/image//usr/lib64/pkgconfig'
test -z "/usr/include/X11/extensions" || /bin/mkdir -p "/var/tmp/portage/x11-proto/renderproto-0.11.1/image//usr/include/X11/extensions"
 /usr/bin/install -c -m 644 /var/tmp/portage/x11-proto/renderproto-0.11.1/work/renderproto-0.11.1/render.h /var/tmp/portage/x11-proto/renderproto-0.11.1/work/renderproto-0.11.1/renderproto.h '/var/tmp/portage/x11-proto/renderproto-0.11.1/image//usr/include/X11/extensions'
make[1]: Leaving directory `/var/tmp/portage/x11-proto/renderproto-0.11.1/work/renderproto-0.11.1_build'
rm: cannot remove '/var/tmp/portage/x11-proto/renderproto-0.11.1/temp/temp-docdir/renderproto.txt': Bad file descriptor
 #[31;01m*#[0m ERROR: x11-proto/renderproto-0.11.1 failed (install phase):
 #[31;01m*#[0m   (no error message)
 #[31;01m*#[0m
 #[31;01m*#[0m Call stack:
 #[31;01m*#[0m     ebuild.sh, line   93:  Called src_install
 #[31;01m*#[0m   environment, line 3403:  Called xorg-2_src_install
 #[31;01m*#[0m   environment, line 4115:  Called autotools-utils_src_install 'renderdocdir=/usr/share/doc/renderproto-0.11.1' 'docdir=/usr/share/doc/renderproto-0.11.1'
 #[31;01m*#[0m   environment, line  728:  Called die
 #[31;01m*#[0m The specific snippet of code:
 #[31;01m*#[0m               rm -r "${T}"/temp-docdir || die;
 #[31;01m*#[0m
 #[31;01m*#[0m If you need support, post the output of `emerge --info '=x11-proto/renderproto-0.11.1'`,
 #[31;01m*#[0m the complete build log and the output of `emerge -pqv '=x11-proto/renderproto-0.11.1'`.
 #[31;01m*#[0m The complete build log is located at '/var/tmp/portage/x11-proto/renderproto-0.11.1/temp/build.log'.
 #[31;01m*#[0m The ebuild environment file is located at '/var/tmp/portage/x11-proto/renderproto-0.11.1/temp/environment'.
 #[31;01m*#[0m Working directory: '/var/tmp/portage/x11-proto/renderproto-0.11.1/work/renderproto-0.11.1'
 #[31;01m*#[0m S: '/var/tmp/portage/x11-proto/renderproto-0.11.1/work/renderproto-0.11.1'

but why? everything seems fine, or not?
emerge --sync have tryed.
Back to top
View user's profile Send private message
chithanh
Developer
Developer


Joined: 05 Aug 2006
Posts: 2158
Location: Berlin, Germany

PostPosted: Wed Jan 09, 2013 11:03 am    Post subject: Reply with quote

Code:
rm: cannot remove './confDK0EL2/subs1.awk': Bad file descriptor

This looks like filesystem corruption or possibly disk errors. Look in dmesg if there might be a hardware problem.

If not, ensure that you have a backup of all important data on that filesystem and run fsck from livecd/liveusb. If yes, dd_rescue to a known good drive first.
Back to top
View user's profile Send private message
syn0ptik
Apprentice
Apprentice


Joined: 09 Jan 2013
Posts: 267

PostPosted: Wed Jan 09, 2013 11:40 pm    Post subject: Reply with quote

no, disk drives is okay. And I did it in chroot environment. There 2Gb available storage space on disk.
Back to top
View user's profile Send private message
chithanh
Developer
Developer


Joined: 05 Aug 2006
Posts: 2158
Location: Berlin, Germany

PostPosted: Wed Jan 09, 2013 11:43 pm    Post subject: Reply with quote

Is /proc mounted in chroot? If not, you should have received a warning about it.
Back to top
View user's profile Send private message
syn0ptik
Apprentice
Apprentice


Joined: 09 Jan 2013
Posts: 267

PostPosted: Thu Jan 10, 2013 1:44 am    Post subject: Reply with quote

thanks, that was helpful. Some time ago it wasn't necessary. Now installation was continued, but error anyway happened.
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Thu Jan 10, 2013 3:27 am    Post subject: Reply with quote

A few lines back was the following error:
Code:
Package xorg-macros was not found

Did you fix that too ?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum