Coder Social home page Coder Social logo

openstack-overlay's People

Contributors

corcornelisse avatar dol-sen avatar lensen avatar mgorny avatar pgrandin avatar prometheanfire avatar vzctl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openstack-overlay's Issues

Several ebuilds missing digest

I spotted at least 3 ebuilds added yesterday missing a digest.

Namely:
glance-2012.1.2.ebuild
horizon-2012.1.1.ebuild
nova-2012.1.2.ebuild

net-misc/quantum-9999 failed to emerge

There are some problems with patch structure. Original source has changed and patch couldn't be applied. Here is working server-setup-disable-initd-install.patch

--- setup.py.orig 2012-11-21 13:22:28.834041747 +0100
+++ setup.py 2012-11-21 13:26:51.704041146 +0100
@@ -39,11 +39,10 @@
'bin/quantum-rootwrap',
]

-config_path = 'etc/quantum/'
-init_path = 'etc/init.d'
+config_path = '/etc/quantum/'
rootwrap_path = 'etc/quantum/rootwrap.d'
ovs_plugin_config_path = 'etc/quantum/plugins/openvswitch'
-cisco_plugin_config_path = 'etc/quantum/plugins/cisco'
+ovs_plugin_config_path = '/etc/quantum/plugins/openvswitch'
linuxbridge_plugin_config_path = 'etc/quantum/plugins/linuxbridge'
nvp_plugin_config_path = 'etc/quantum/plugins/nicira'
ryu_plugin_config_path = 'etc/quantum/plugins/ryu'
@@ -66,7 +65,6 @@
'etc/quantum/rootwrap.d/nec-plugin.filters',
'etc/quantum/rootwrap.d/openvswitch-plugin.filters',
'etc/quantum/rootwrap.d/ryu-plugin.filters']),

  • (init_path, ['etc/init.d/quantum-server']),
    (ovs_plugin_config_path,
    ['etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini']),
    (cisco_plugin_config_path,

overlay is missing profile/ and metadata/ directories

Layman overlays are supposed to have a couple directories that are missing from the openstack overlay.

An example from the emacs overlay:

root@sphinkpad:/var/lib/layman/emacs # tree profiles/
profiles/
├── categories
└── repo_name

root@sphinkpad:/var/lib/layman/emacs # tree metadata/
metadata/
└── layout.conf

Here are the warnings I get when trying to use the overlay:

root@sphinkpad:~ # emerge -s python-designateclient
!!! Repository 'openstack' is missing masters attribute in '/var/lib/layman/openstack/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
WARNING: One or more repositories have missing repo_name entries:
/var/lib/layman/openstack/profiles/repo_name
NOTE: Each repo_name entry should be a plain text file containing a
unique name for the repository on the first line.

My portage version is: sys-apps/portage-2.2.26:0

python-novaclient-2.6.6 package cannot be downloaded

Downloading 'http://pypi.python.org/packages/source/p/python-novaclient/python-novaclient-2.6.6.tar.gz'
--2012-02-19 16:19:44-- http://pypi.python.org/packages/source/p/python-novaclient/python-novaclient-2.6.6.tar.gz
Resolving pypi.python.org... 82.94.164.168, 2001:888:2000:d::a8
Connecting to pypi.python.org|82.94.164.168|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-02-19 16:19:44 ERROR 404: Not Found.


it seams pypi no longer provide that version of package, I have to rename python-novaclient-2.6.6.ebuild into python-novaclient-2012.1.ebuild to install

anyjson build fails, tries to use setuptools and python 3

I'm trying to emerge nova using the overlay for the first time on a freshly updated Gentoo x86_64 machine. When it gets to anyjson, the build fails; excerpt:

 * Building of dev-python/anyjson-0.3.3 with CPython 2.7...
python2.7 setup.py build -b build-2.7
running build
running build_py
creating build-2.7
creating build-2.7/lib
creating build-2.7/lib/anyjson
copying anyjson/__init__.py -> build-2.7/lib/anyjson
warning: build_py: byte-compiling is disabled, skipping.

 * Building of dev-python/anyjson-0.3.3 with CPython 3.2...
python3.2 setup.py build -b build-3.2
Traceback (most recent call last):
  File "setup.py", line 9, in <module>
    from setuptools import setup, find_packages
ImportError: No module named setuptools

That looks to me like it runs fine once using python-2.7, then tries to build again with python-3.2, which, of course, fails when it tries to use setuptools. In the anyjson ebuild, I find:

EAPI=3
PYTHON_DEPEND=2
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="3.*"

I find that "RESTRICT" setting in a lot of the ebuilds in the overlay so I assume that's the tweak mentioned in the overlay's documentation page to prevent building with Python 3. Is that right? But if so, why isn't it working for this package? Could there be something missing from this ebuild?

sys-cluster/nova-2011.3 failed to emerge (ACCESS VIOLATION)

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE "/var/log/sandbox/sandbox-21774.log"

VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: open_wr
S: deny
P: /proc/xen/privcmd
A: /proc/xen/privcmd
R: /proc/xen/privcmd
C: python2.7 setup.py build -b build-2.7


emerge --info

Portage 2.1.10.44 (hardened/linux/amd64, gcc-4.5.3, glibc-2.13-r4, 3.2.1-gentoo-r2 x86_64)

System uname: Linux-3.2.1-gentoo-r2-x86_64-AMD_Phenom-tm-_II_X4_945_Processor-with-gentoo-2.0.3
Timestamp of tree: Thu, 16 Feb 2012 14:30:01 +0000
app-shells/bash: 4.1_p9
dev-java/java-config: 2.1.11-r3
dev-lang/python: 2.6.6-r2, 2.7.2-r3, 3.1.4-r3
dev-util/cmake: 2.8.6-r4
dev-util/pkgconfig: 0.26
sys-apps/baselayout: 2.0.3
sys-apps/openrc: 0.9.4
sys-apps/sandbox: 2.5
sys-devel/autoconf: 2.68
sys-devel/automake: 1.10.3, 1.11.1
sys-devel/binutils: 2.21.1-r1
sys-devel/gcc: 4.4.5, 4.5.3-r1
sys-devel/gcc-config: 1.4.1-r1
sys-devel/libtool: 2.4-r1
sys-devel/make: 3.82-r1
sys-kernel/linux-headers: 3.1 (virtual/os-headers)
sys-libs/glibc: 2.13-r4
Repositories: gentoo x-openstack
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe -fPIC"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe -fPIC"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs buildpkg distlocks ebuild-locks fixlafiles news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://mirrors.sohu.com/gentoo/ ftp://mirrors.sohu.com/gentoo/ http://gentoo.channelx.biz/"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
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="/var/lib/layman/openstack"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl amd64 apache2 berkdb bzip2 cgi cli cracklib crypt ctype cups curl cxx dri exif flatfile ftp gd gdbm gpm hardened hash iconv imap ipv6 jpeg justify lapack memcache mmx modules mudflap multilib mysql mysqli ncurses nls nptl nptlonly openmp pam pax_kernel pcre png pppd python readline reflection romio sasl session simplexml snmp spell spl sqlite sse sse2 ssl status sysfs tcpd tidy tokenizer truetype unicode urandom xml xmlreader xmlwriter xorg xpm zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci 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 authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" APACHE2_MPMS="itk" CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" QEMU_SOFTMMU_TARGETS="i386 x86_64" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Quantum-9999

  • Messages for package net-misc/quantum-9999:
  • Failed Patch: server-setup-disable-initd-install.patch !
  • ( /var/lib/layman/openstack/net-misc/quantum/files/server-setup-disable-initd-install.patch )
  • Include in your bugreport the contents of:
    *
  • /var/tmp/portage/net-misc/quantum-9999/temp/server-setup-disable-initd-install.patch.out
  • ERROR: net-misc/quantum-9999 failed (prepare phase):
  • Failed Patch: server-setup-disable-initd-install.patch!
  • Call stack:
  • ebuild.sh, line   93:  Called src_prepare
    
  • environment, line 5390: Called epatch '/var/lib/layman/openstack/net-misc/quantum/files/server-setup-disable-initd-install.patch'
  • environment, line 1948: Called die
  • The specific snippet of code:
  •           die "Failed Patch: ${patchname}!";
    
  • If you need support, post the output of emerge --info '=net-misc/quantum-9999',
  • the complete build log and the output of emerge -pqv '=net-misc/quantum-9999'.
  • This ebuild used the following eclasses from overlays:
  • /var/lib/layman/openstack/eclass/user.eclass
  • This ebuild is from an overlay named 'x-openstack': '/var/lib/layman/openstack/'
  • The complete build log is located at '/var/tmp/portage/net-misc/quantum-9999/temp/build.log'.
  • The ebuild environment file is located at '/var/tmp/portage/net-misc/quantum-9999/temp/environment'.
  • Working directory: '/var/tmp/portage/net-misc/quantum-9999/work/quantum-9999'
  • S: '/var/tmp/portage/net-misc/quantum-9999/work/quantum-9999'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.