I have an app that runs fine locally with RC2 or RC3 or onEngine Yard with RC2, and fails with RC3 on Engine Yard. In all cases I am using Passenger 3 and Rails 1.9.2.
The error message is in the file: /var/log/engineyard/nginx/passenger.log ... Several hundred lines of error start with (also at pastie http://pastie.org/2765094): *** Phusion Passenger: no passenger_native_support.so found for the current Ruby interpreter. Compiling one... # mkdir -p /root/.passenger/native_support/3.0.8/ruby-1.9.2-x86-linux # cd /root/.passenger/native_support/3.0.8/ruby-1.9.2-x86-linux # /usr/bin/ruby19 '/usr/share/passenger/source/ext/ruby/extconf.rb' checking for alloca.h... yes checking for ruby/io.h... yes checking for rb_reserved_fd_p()... no creating Makefile # make i686-pc-linux-gnu-gcc -I. -I/usr/include/ruby-1.9.1/i686-linux -I/usr/ include/ruby-1.9.1/ruby/backward -I/usr/include/ruby-1.9.1 -I/usr/ share/passenger/source/ext/ruby -DHAVE_ALLOCA_H -DHAVE_RUBY_IO_H - D_FILE_OFFSET_BITS=64 -fPIC -O2 -march=pentium-m -pipe -mno-tls-direct-seg-refs -fno-strict-aliasing -fPIC -g -o passenger_native_support.o -c /usr/share/passenger/source/ext/ruby/ passenger_native_support.c i686-pc-linux-gnu-gcc -shared -o passenger_native_support.so passenger_native_support.o -L. -L/usr/lib -Wl,-R/usr/lib -L. -Wl,-O1,-- hash-style=gnu -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib -L/usr/lib -lruby19 [ pid=6083 thr=67343440 file=utils.rb:176 time=2011-10-26 16:01:06.014 ]: *** Exception ArgumentError in PhusionPassenger::Rack::ApplicationSpawner (Dryml is not missing constant DRYMLBuilder!) (process 6083, thread #<Thread:0x80728a0>): Any insight on this? On Oct 26, 7:45 am, Bryan Larsen <[email protected]> wrote: > Either should work fine. Previously there were methods that didn't > work because of the will_paginate problems, but hopefully the release > of this RC clears that up. > > The recommendation should be "try different stuff", because if there > is some way that doesn't work, we need to know about that before > 1.3.0. :) > > Bryan > > > > > > > > On Tue, Oct 25, 2011 at 1:54 PM, Jeremy Savoy <[email protected]> wrote: > > Thanks for all the hard work guys! > > > What's the recommended way to upgrade from 1.3.0RC2 ... gem, bundle, > > both, other ? > > > On Oct 25, 1:07 pm, Owen Dall <[email protected]> wrote: > >> Awesome. Thanks Matt and Bryan! > > >> On Tue, Oct 25, 2011 at 12:49 PM, Bryan Larsen <[email protected]> wrote: > >> > Please test with your app, we're hoping to release this as 1.3.0 final > >> > in a few days. > > >> > Notable changes: > > >> > - Matt Jones is responsible for the majority of these patches and for > >> > cleaning up our Lighthouse. Thanks Matt. > > >> > - #966 exposed bugs in both Rapid and some user applications where <% > >> > was used instead of <%=. If your app breaks, that might be the first > >> > thing to check. > > >> > - will_paginate is a common pain point for new users, so hopefully > >> > this release will help. > > >> > Here's the shortlog from 1.3.0.RC2: > > >> > 9702117 Fix new-link on index-for pages. > >> > 164bc3a support for will_paginate 3.0 > >> > 672c60e better handling of name_attribute on generated pages and in > >> > translations > >> > 04dd273 fix restore_locals > >> > 9369bfd fixed typos - administrtator => administrator, ActiveSuport => > >> > ActiveSupport > >> > 5c17a23 de-contextualize the table-plus search form tag > >> > cbf7a24 [#888] fix handling of has_one and is_a > >> > 265475c mention what go-back needs to work > >> > b5ee0fe [#714] don't make users log in to sign up > >> > f913d95 [#753] put the inherited callback someplace it will actually get > >> > called > >> > d3a7f44 fix handling of @model instance variables > >> > a450d53 [#964] [#726] fix handling of can_view when repeating over an > >> > array > >> > 83e96e1 [#774] respect :primary_key option in select-one and friends > >> > 2367f9f [#788] indicate disabled buttons > >> > 982e7b3 [#780] handle magic options in all positions for auto_actions > >> > 3a1f398 [#960] force count option to integer in ht > >> > aa33235 [#771] fix in-place editing and broken integer-select-editor > >> > 44bf29c remove non-working references to onBefore callback > >> > a0c3cf0 [#748] fix create-button attribute handling > >> > c06e190 rename Hobo::Controller::User to UserBase to avoid shadowing > >> > application models > >> > d854d52 [#951] pass default on to repeated invocations of choose > >> > 2395c8c [#708] check index name length before creating > >> > eab4d6a [#769] harmonize behaviors of select-one-editor and select-one > >> > aceb7af [#779] for-type now works outside of tag definitions > >> > bbe3ac5 [#700] complain about useless :unique => true declaration > >> > 23893f5 [#747] show non-reversible reflections in aside > >> > abb2120 [#777] handle new records and nils correctly in belongs_to test > >> > methods > >> > 17011ac [#966] support Rails 3-style block helpers > >> > 3ef3252 [#915] ignore generated :polymorphic klass shims in migration > >> > generator > >> > 76ba85d [#967] mark escaped string as html_safe in text type > >> > 9593993 [#967] fix obscure heisenbugs caused by class reloading after > >> > basic types are registered > >> > 8f8371f use Time fallback when mass-assigning Date fields > >> > 926ec93 remove the span wrapper around primary-content > >> > 983c411 in future, CHECK the w3c specs before assuming you remember them > >> > ;) > >> > 6883fee [#755] wrap name-one in fields-with-errors correctly > >> > 2fbeac3 Identify the label to allow clicking the label instead of only > >> > the checkbox > >> > 3717200 reduce chance of collisions in francois' patch to check-many > >> > c3e7994 clarify some documentation for table tag. > >> > 2498d17 [#970] fix handling of before/after/prepend/append params with > >> > new ERB parser > >> > 8cf9783 hack around issue with return value vs output buffer in > >> > new_context > >> > 0164d93 further fixes to ERB in params behavior > >> > 8a9c59b skip page / form generation for non-hobo_model_controllers > >> > 865563e [#966] fix dev-user-changer and select-menu bugs exposed by #966 > >> > bugfix. > >> > f3a5900 target version RC3 > > >> > These can easily be turned into a URL, for example > >> >https://github.com/tablatom/hobo/commit/865563e > > >> > Bryan > > >> > -- > >> > You received this message because you are subscribed to the Google Groups > >> > "Hobo Users" group. > >> > To post to this group, send email to [email protected]. > >> > To unsubscribe from this group, send email to > >> > [email protected]. > >> > For more options, visit this group at > >> >http://groups.google.com/group/hobousers?hl=en. > > >> -- > >> Owen Dall, Chief Systems Architect > >> Barquin Internationalwww.barquin.com > >> Cell: 410-991-0811 > > > -- > > You received this message because you are subscribed to the Google Groups > > "Hobo Users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
