Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (88 - 90 of 196)

Ticket Resolution Summary Owner Reporter
#273 fixed Fedora 17 development ezyang
Description

Things that have been noticed so far:

  • Fedora switched to GPT partition tables by default; turn it off by passing kernel flag 'nogpt'. This is uncommitted on c-o. Ideally, we should just forgo partition tables altogether, which Mitch claims is not too difficult to do, but which I haven't figured out how yet.
  • Xen needs this patch series http://old-list-archives.xen.org/archives/html/xen-devel/2011-10/msg01404.html unfortunately they haven't been backported to Xen 4.0 or Xen 4.1 yet. (We specifically need only patches 2, 4 and 5). The pygrub executable patch is fuzzy, but easy to manually apply. Otherwise you won't be able to boot because the bootloader returns no data. Currently c-o has had its pygrub manually patched with these patches; we should talk to backports or package up these changes ourselves. The idea is to just install another pygrub, and then ask Xen to use it instead.
  • F17-Beta is horribly broken. As a result, the installer files downloaded by scripts-server are Wrong, and should be replaced with the copy from development/17, or resolv.conf will be empty during install.
#285 fixed php_scripts doesn't build with PHP 5.4.3 ezyang
Description

Here's the error we got. Probably due to some API changes.

DEBUG: In file included from /builddir/build/BUILD/php_scripts/php_scripts.c:12:0:
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.h:30:1: error: unknown type name 'function_entry'
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.h:31:5: warning: braces around scalar initializer [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.h:31:5: warning: (near initialization for 'scripts_functions[0]') [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.h:31:5: warning: initialization makes integer from pointer without a cast [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.h:31:5: warning: (near initialization for 'scripts_functions[0]') [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.h:31:5: warning: excess elements in scalar initializer [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.h:31:5: warning: (near initialization for 'scripts_functions[0]') [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.h:31:5: warning: excess elements in scalar initializer [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.h:31:5: warning: (near initialization for 'scripts_functions[0]') [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.h:39:5: warning: initialization from incompatible pointer type [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.h:39:5: warning: (near initialization for 'scripts_module_entry.functions') [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.c:69:5: warning: initialization from incompatible pointer type [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.c:69:5: warning: (near initialization for 'zend_extension_entry.startup') [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.c:70:5: warning: initialization from incompatible pointer type [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.c:70:5: warning: (near initialization for 'zend_extension_entry.shutdown') [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.c:71:5: warning: initialization from incompatible pointer type [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.c:71:5: warning: (near initialization for 'zend_extension_entry.activate') [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.c:72:5: warning: initialization from incompatible pointer type [enabled by default]
DEBUG: /builddir/build/BUILD/php_scripts/php_scripts.c:72:5: warning: (near initialization for 'zend_extension_entry.deactivate') [enabled by default]
DEBUG: make: *** [php_scripts.lo] Error 1
#287 fixed Make sure httpd/afsagent/openafs deps all work ezyang
Description

They should work, but one never knows with systemd....

Note: See TracQuery for help on using queries.