Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 262124

Summary: xen-tools 3.3.1 revision bump request
Product: Gentoo Linux Reporter: Robert Piasek (RETIRED) <dagger>
Component: New packagesAssignee: Gentoo Xen Devs <xen>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: babykart, mvolaski
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild
fixes build issue

Description Robert Piasek (RETIRED) gentoo-dev 2009-03-11 13:14:06 UTC
New version of xen-tools is out, which compiles fine with gcc 4.3.x


Reproducible: Always
Comment 1 Robert Piasek (RETIRED) gentoo-dev 2009-03-11 13:14:55 UTC
Created attachment 184684 [details]
ebuild

proposed ebuild
Comment 2 Robert Piasek (RETIRED) gentoo-dev 2009-03-11 13:16:30 UTC
Created attachment 184685 [details, diff]
fixes build issue

This patch fixes build issue:



set -ex; \                                                                                                                                                                                                                                   
        if test -d ioemu-qemu-xen; then \                                                                                                                                                                                                    
                rm -f ioemu-dir; \                                                                                                                                                                                                           
                ln -sf ioemu-qemu-xen ioemu-dir; \                                                                                                                                                                                           
        else \                                                                                                                                                                                                                               
                if [ ! -d ioemu-remote ]; then \                                                                                                                                                                                             
                        rm -rf ioemu-remote ioemu-remote.tmp; \                                                                                                                                                                              
                        mkdir ioemu-remote.tmp; rmdir ioemu-remote.tmp; \                                                                                                                                                                    
                        git clone ioemu-qemu-xen ioemu-remote.tmp; \                                                                                                                                                                         
                        if [ "xen-3.3.1" ]; then                        \                                                                                                                                                                    
                                cd ioemu-remote.tmp;                    \                                                                                                                                                                    
                                git branch -D dummy >/dev/null 2>&1 ||:; \                                                                                                                                                                   
                                git checkout -b dummy xen-3.3.1;        \                                                                                                                                                                    
                                cd ..;                                  \                                                                                                                                                                    
                        fi;                                             \                                                                                                                                                                    
                        mv ioemu-remote.tmp ioemu-remote; \                                                                                                                                                                                  
                fi; \                                                                                                                                                                                                                        
                rm -f ioemu-dir; \                                                                                                                                                                                                           
                ln -sf ioemu-remote ioemu-dir; \                                                                                                                                                                                             
        fi                                                                                                                                                                                                                                   
+ test -d ioemu-qemu-xen                                                                                                                                                                                                                     
+ rm -f ioemu-dir                                                                                                                                                                                                                            
+ ln -sf ioemu-qemu-xen ioemu-dir                                                                                                                                                                                                            
set -e; \                                                                                                                                                                                                                                    
                case "../" in \                                                                                                                                                                                                              
                /*)     XEN_ROOT=../ ;; \                                                                                                                                                                                                    
                *)      XEN_ROOT=`pwd`/../ ;; \                                                                                                                                                                                              
                esac; \                                                                                                                                                                                                                      
                export XEN_ROOT; \                                                                                                                                                                                                           
                cd ioemu-dir; \                                                                                                                                                                                                              
                ./xen-setup                                                                                                                                                                                                                  
ACCESS DENIED  unlinkat:     /Makefile                                                                                                                                                                                                       
ISE:write_logfile unable to append logfile                                                                                                                                                                                                   
ISE Unrecoverable error: Permission denied                                                                                                                                                                                                   
./xen-setup: line 6:  7160 Aborted                 rm -f $target/Makefile                                                                                                                                                                    
make[1]: *** [ioemu-dir-find] Error 134                                                                                                                                                                                                      
make[1]: Leaving directory `/var/tmp/paludis/app-emulation-xen-tools-3.3.1/work/xen-3.3.1/tools'
Comment 3 babykart 2009-03-24 21:52:17 UTC
Works fine with 3 domU.
Thank you.

Portage 2.1.6.7 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.8_p20080602-r1, 2.6.27-xen-r5 i686)
=================================================================
System uname: Linux-2.6.27-xen-r5-i686-Intel-R-_Pentium-R-_4_CPU_2.40GHz-with-glibc2.0
Timestamp of tree: Tue, 24 Mar 2009 16:20:02 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p39
dev-lang/python:     2.5.2-r7
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.4.3-r1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -mno-tls-direct-seg-refs -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=pentium4 -mno-tls-direct-seg-refs -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="candy ccache distlocks parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://gentoo.imj.fr/pub/gentoo/ ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ http://mir1.ovh.net/gentoo-distfiles/ ftp://gentoo.blueyonder.co.uk/mirrors/gentoo"
LANG="fr_FR.UTF-8"
LC_ALL="fr_FR.utf8"
LDFLAGS="-Wl,-O1"
LINGUAS="fr fr_FR"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/xen"
SYNC="rsync://rsync.entropie.mine.nu/gentoo-portage"
USE="aio bash-completion berkdb bzip2 cli cracklib crypt curl custom-cflags fastcgi gdbm gif iconv iproute2 isdnlog jpeg logrotate lua maildir midi mmx mudflap ncurses nls nptl nptlonly openmp pam pcre perl php png posix pppd python readline reflection session spl sse sse2 ssl symlink sysfs tcpd threads tiff truetype unicode vim-syntax x86 xml zlib zsh-completion" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd 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 env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" APACHE2_MPMS="prefork" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="fr fr_FR" USERLAND="GNU" VIDEO_CARDS="radeon"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Comment 5 Patrick Lauer gentoo-dev 2009-04-26 13:26:11 UTC
Haven't been able to hit that issue with 3.3.1. Please reopen with a more specific test case if it is still a problem.