Displaying 20 results from an estimated 1567 matches for "1.2.1".
Did you mean:
1.2.11
2006 Jan 03
4
Problems Upgrading to 1.2.1 on Fedora 3
I am having trouble with FC3.
After doing a yum update (of 1264 packages) I still cannont compile
1.2.1 from source:
make[1]: `libedit.a' is up to date.
make[1]: Leaving directory `/usr/src/asterisk-1.2.1/editline'
make[1]: Entering directory `/usr/src/asterisk-1.2.1/db1-ast'
make[1]: `libdb1.a' is up to date.
make[1]: Leaving directory `/usr/src/asterisk-1.2.1/db1-ast'
2010 Apr 03
1
hivex: Exported foreign symbols in libhivex.so.0.0.0
The symbols file generated in the Debian package to aid the package
maintainer automatically detect future changes shows internal library
and helper function names, whereas it should only be exporting hivex_*
function names. This page may help with this:
http://gcc.gnu.org/wiki/Visibility
Symbols:
asnprintf at Base 1.2.1
c_isalnum at Base 1.2.1
c_isalpha at Base 1.2.1
c_isascii at Base
2006 Mar 10
2
Problem compiling zaptel on latest RHEL kernel (2.6.9-34.EL)
Greetings,
I have just updated our test server to 2.6.9-34.EL and get the
following error messages when compiling zaptel:
make[1]: Entering directory `/usr/src/kernels/2.6.9-34.EL-i686'
CC [M] /usr/src/zaptel/zaptel-1.2.1/zaptel.o
/usr/src/zaptel/zaptel-1.2.1/zaptel.c:383: error: syntax error before
"zone_lock"
/usr/src/zaptel/zaptel-1.2.1/zaptel.c:383: warning: type defaults
2014 Feb 10
2
libvirt 1.2.1 / lxc : default virtual network not defined after installing/starting Libvirt
Hi There,
I am using Libvirt 1.2.1 on Fedora 20.
So, Libvirt is well installed and started but the weird thing is that the 'default' virtual network is not automatically defined and started, knowing that I can define/start it manually and everything goes fine.
previously I was using libvirt 1.0.4 and the 'default' virtual network was defined/started at Libvirt startup.
so,
2009 Aug 14
7
"sudo gem install rails" not able to install thin dependency
Hi folks,
I''m having trouble getting gems to install rails. It just keeps asking
me which version of thin I want to install. Until I choose skip or
cancel, in which case I''m told that something has gone wrong.
Any advice?
Thanks kindly,
Tommy
PS: Gems is 0.94.
---------------------------------------------------------------------
tommy@tommy-laptop:~/www/blog$ sudo gem
2019 Mar 21
0
[ANNOUNCE] mkfontscale 1.2.1
mkfontscale creates the fonts.scale and fonts.dir index files used by the
legacy X11 font system. It now includes the mkfontdir script previously
distributed separately for compatibility with older X11 versions.
This release fixes a regression introduced in the 1.2.0 release that could
leave the mkfontdir script containing an unexpanded reference to ${exec_prefix}
as shown in
2009 Aug 10
1
Building tomcat6, SRPM jakarta-commons-dbcp-1.2.1-7jpp.ep1.2.ep5.el5.src.rpm fails to build
Hello all
I'm trying to build tomcat6 from the SRPMs provided at [1], but I appear to have hit a wall. One of the dependencies of tomcat6-6.0.18-8.18.1.noarch [2] is jakarta-commons-dbcp-tomcat5 (provided by jakarta-commons-dbcp [3]). (I don't see why it's requiring tomcat5 components, maybe that's my problem).
When I try to build jakarta-commons-dbcp, compilation fails:
BEGIN
2006 Aug 01
1
AW: ocfs2_search_chain: Group Descriptor has bad signature
I'm using ocfs2 and all modules from Suse (SLES9), no self compilations.
Here are the details:
* 32-bit machine (writing to ocfs2 partition/LUN and where the corruption was reported):
Kernel: 2.6.5-7.257-bigsmp #1 SMP i686 i386 GNU/Linux
OCFS2 rpms: ocfs2console-1.2.1-4.2
ocfs2-tools-1.2.1-4.2
o2cb_ctl -V: o2cb_ctl version 1.2.1
/etc/init.d/o2cb status:
Module "configfs":
2001 Mar 07
1
[?] update.packages() - Linux
I am running R 1.2.1 under Mandrake Linux 7.2 (installed from RPM)
and I installed a few packages using install.packages() . Now, I
am trying to upgrade these packages using update.packages() but I
believe I am running into some kind of error. See below. Any tips
will be greatly welcome. Thanks in advance. Francisco
PS: update.packages() only tries to update wle from version 0.3
to 0.4, gives
2007 Jan 24
7
Ferret problems with Rails 1.2.1
Hi, I''ve just updated rails from 1.1.6 to 1.2.1 and I''m getting the
following errors whenever I load a page that uses a class that uses
ferret. I have ferret 0.10.13 and acts_as_ferret. They were working
fine before the upgrade.
#<NameError: cannot remove Object::WildcardQuery>
2024 Apr 16
0
[ANNOUNCE] libXmu 1.2.1
Matt Turner (3):
test: Add missing setjmp()
test: Add prototype for Xmureallocarray to silence warning
libXmu 1.2.1
git tag: libXmu-1.2.1
https://xorg.freedesktop.org/archive/individual/lib/libXmu-1.2.1.tar.gz
SHA256: bf0902583dd1123856c11e0a5085bd3c6e9886fbbd44954464975fd7d52eb599 libXmu-1.2.1.tar.gz
SHA512:
2007 Jun 02
2
Unit tests breaks with sqlite
Hi,
I''m using an sqlite3 database with Rails and have some trouble running
unit tests
What I''ve done is
* rails my_app
* edited database.yml to use sqlite3 adapter, db/my_app_development
and db/my_app_test
* ruby script\generate model user
* edited model
class User < ActiveRecord::Base
validates_presence_of :name
validates_uniqueness_of :name
end
*
2001 Feb 23
0
cross building
I was trying to learn cross building an R pcakage for windows on my linux
machine. I picked a relatively small library gee to test. I downloaded the
cross-tools and put them in my path,
jyan at ludwig:/a3/jyan/src/R-1.2.1/src/gnuwin32$ echo $PATH
/home/jyan/cross-tools/bin:/home/jyan/cross-tools/i386-mingw32msvc/bin:
/usr/lib:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
Following the
2007 Mar 01
1
ActiveRecord::StatementInvalid error
When I try to run my webserver in the production environment I just
get an application error message. This is all I can find in the log:
ActiveRecord::StatementInvalid
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.1/lib/active_record/
connection_adapters/sqlite_adapter.rb:274:in `table_structure''
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.0/lib/active_support/
2010 Nov 29
4
Error heroku: App Crashed
Hi ,
i developed a small application(which contails only static pages) . I
tried to host that on heroku .just when everything was finished when
i
opened my site i,e http://floating-moon-89.heroku.com/ i am getting
an
error as App Crashed..where did it gone wrong? pls help...
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To
2008 May 21
0
[ANNOUNCE] xf86-input-elographics 1.2.1
Adam Jackson (1):
elographics 1.2.1
Peter Hutterer (1):
Don't divide by zero. #14902
git tag: xf86-input-elographics-1.2.1
http://xorg.freedesktop.org/archive/individual/driver/xf86-input-elographics-1.2.1.tar.bz2
MD5: 0b057e2bd9b0b3852d22370f0618ec12 xf86-input-elographics-1.2.1.tar.bz2
SHA1: 7c44b24124fe2e66bcc4c5779029a69fd683f353 xf86-input-elographics-1.2.1.tar.bz2
2008 May 21
0
[ANNOUNCE] xf86-video-cirrus 1.2.1
Adam Jackson (2):
Bug #10715: Fix depth configuration for alpine chips.
cirrus 1.2.1
git tag: xf86-video-cirrus-1.2.1
http://xorg.freedesktop.org/archive/individual/driver/xf86-video-cirrus-1.2.1.tar.bz2
MD5: bc28fdedaee9059180e2534f9dbcd2f6 xf86-video-cirrus-1.2.1.tar.bz2
SHA1: cd5219897a0f3dfd7b3b9e79a3c977802707dc9c xf86-video-cirrus-1.2.1.tar.bz2
2008 May 21
0
[ANNOUNCE] xf86-video-neomagic 1.2.1
Adam Jackson (2):
fbpseudocolor no longer exists, don't try to use it.
neomagic 1.2.1
Paulo Cesar Pereira de Andrade (2):
Compile warning fix.
Don't include fbpseudocolor.h, as it is no longer available.
git tag: xf86-video-neomagic-1.2.1
http://xorg.freedesktop.org/archive/individual/driver/xf86-video-neomagic-1.2.1.tar.bz2
MD5: a72f57fca4f4dff9a2c82eb1fe7456f4
2008 Jun 30
0
[ANNOUNCE] xf86-video-glint 1.2.1
Julien Cristau (2):
Fix regression from pciaccess conversion (bug#16060)
Bump to 1.2.1
git tag: xf86-video-glint-1.2.1
http://xorg.freedesktop.org/archive/individual/driver/xf86-video-glint-1.2.1.tar.bz2
MD5: 6d7afdac0a26cf201c3f3b417c31c5e1 xf86-video-glint-1.2.1.tar.bz2
SHA1: 9e4959c2a39c22bf4a81b1eba4ec809f9c571bc8 xf86-video-glint-1.2.1.tar.bz2
2007 Nov 15
2
Story adapter and SQLite Was:What command to run all stories?
Hi, by switching to MySQL from SQLite, it fixed the problem. I ran
rdebug on it and it is trying to call
I ActiveRecord::Base.connection.begin_db_transaction. from
ActiveRecordSafetyListener.scenario_started. I don''t think SQLLite
likes transactions.
Ed
On Nov 15, 2007 10:56 AM, Ed Howland <ed.howland at gmail.com> wrote:
> If I run the story stand-alone, I get:
> ruby