Displaying 20 results from an estimated 400 matches similar to: "nut-subversion Tripp Lite 750AVR"
2008 Apr 30
0
[Fwd: Re: openSUSE 11.0 - NUT]
Stanislav Brabec wrote:
> Please note that 2.2.2-pre3 installs hald addons by default to / on
> openSUSE 11.0 beta 2 x86_64. Not a big problem.
Here is a patch, which fixes openSUSE 11.0 beta 2 x86_64:
--- m4/nut_check_libhal.m4
+++ m4/nut_check_libhal.m4
@@ -63,7 +63,7 @@
dnl As per HAL spec, ?5 Callouts and ?2 Device Information Files
dnl - addon install path: $libdir/hal
2008 Apr 30
2
openSUSE 11.0 - NUT
Stan,
I'm very pleased to see you back to work with us on enhancing nut in
that many areas ;-)
2008/4/30 Stanislav Brabec <sbrabec at suse.cz>:
> Stanislav Brabec wrote:
>
> > Please note that 2.2.2-pre3 installs hald addons by default to / on
> > openSUSE 11.0 beta 2 x86_64. Not a big problem.
>
> Here is a patch, which fixes openSUSE 11.0 beta 2 x86_64:
2007 Aug 07
1
pkgconfig fix for nut
Dear Stanislav,
thanks for your patch. The problem with your "recommended"
pkgconfigdir is that in many cases, it does not work. Namely, when
${prefix} is not one of the standard places such as /usr.
As I understand it, the whole point of a tool like pkgconfig is to
allow other software to automatically detect the install location of
NUT, especially when that location is not one of
2012 Jun 04
2
[LLVMdev] probleam about ThreadLocalImpl of llvm
Hi, everyone:
I am very sorry to trouble you, but I need your help about my problem
about ThreadLocalImpl in llvm of 2.8 version. I have compiled it in Windows
xp with mingw, and have compiled skyeye(an open source project about
simulator) as it uses llvm. But when I run a testcase ---- arm_hello, it
came out segment fault. I used gdb.exe to trace it, it gave the following
infomation:
$
2008 May 02
1
nut: simplification of the automake stuff
Hallo.
Here is a simplification of the automake stuff for nut 2.2.2.
The idea is simple:
libcommon.a contains stuff for the binaries
libparseconf.la contains stuff for binaries and shared library
Both are NOINST, automake understands perfectly our intentions.
The rest is only a removal of the implicitly defined stuff.
On top of the parallel build patch I got build success on all platforms
2008 Aug 15
2
Problem with APC and Fedora 8 I86_64
I have been trying to get Nut working on a system with Fedora 8 i86_64 installed and an APC
Smart-UPS USB.
The 2.2.0 rpm does not seem to like the USB on this UPS. I have tried compiling the 2.2.2 version,
from source, but am getting warnings. I have tried building it on my i386 system (f8 as well) and I
get no warnings also the 2.2.0 works fine on that one with a TrippLite Omni 900 LCD via
2012 Jun 04
0
[LLVMdev] probleam about ThreadLocalImpl of llvm
Hi,
> I am very sorry to trouble you, but I need your help about my problem about
> ThreadLocalImpl in llvm of 2.8 version.
this is a very old version of LLVM, I suggest you try something newer, eg the
recently released version 3.1.
Best wishes, Duncan.
I have compiled it in Windows xp with
> mingw, and have compiled skyeye(an open source project about simulator) as it
> uses
2007 Jan 12
2
Makefiles driving me NUTs
I want to use upsdebugx, upslogx in 'clients/upsclient.c', however this
fails with the following error messages (I trimmed the path to the build
directory to <path> in order to prevent line wrapping):
<path>/clients/upsclient.c:941: undefined reference to `upsdebugx'
<path>/clients/upsclient.c:910: undefined reference to `upslogx'
2007 Mar 06
3
make errors on solaris express dev 02/07
make fails at drivers:
make[1]: Entering directory `/export/home/zoly/Documents/trunk/drivers'
/bin/sh ../libtool --tag=CC --mode=link gcc -I../include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/sfw/include -g -Dsolaris2 -I. -I/usr/sfw/include -O -Wall -Wsign-compare -o al175 al175.o ../common/libcommon.a ../common/upsconf.o
2008 Dec 17
0
Missing Dependency subversion is needed by package subversion-ruby
Greets.
I''m currently trying to install GIT on an RHEL5 box. I''ve tried to
both build from source and install via yum. In both instances I
continue to receive the error message (full error stack at the end):
[code]Error: Missing Dependency: subversion = 1.4.2-2.el5 is needed by
package subversion-ruby[/code]
If I''m reading this correctly I''m seeing that svn
2002 Sep 06
3
explict sharing of symbols between packages
Hi everyone,
I'm thinking about breaking up a large package I have to
avoid loading some of the more specialised parts when it
isn't necessary.
The package is dependent on shared libraries. The base one
will keep all of the core stuff like constructors etc and
the specialised parts will need to access these. It is
obviously possible to set the "local" flag to false, however
2006 Dec 26
1
Subversion authentication?
Hello,
I''ve been trying to get the latest copy of BackgrounDRB as per the
documentation here http://backgroundrb.rubyforge.org/. However,
whenever I try to access
http://svn.devjavu.com/backgroundrb/tags/release-0.2.1 I keep an
authentication prompt and if I leave it blank I am declined access.
Is there somewhere else to get the code or am I doing something wrong?
Thanks,
-carl
--
2006 Nov 04
0
Deployment w/ Subversion
I created a capistrano script and it''s creating the deployment directories
but it''s not copying the code from subversion into the deployment directroy,
...here''s the deploy.db changes I use,
set :application, "myapp"
set :repository, "svn://www.xyz.com/trunk"
role :app, "www.xyz.com"
role :web, "www.xyz.com"
role :db,
2006 Jun 11
2
Question: subversion
Is svn a seperate install from RoR ?
TIA
Stuart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060611/b47720a3/attachment.html
2006 Jun 19
1
Rails, Subversion and SWIG??
Hi, I''d like to use Ruby on Rails to build an online Configuration
Management system, (like the one used in prince2 project management).
As this is essentially a version control system I thought it best to let
Subversion take care of this aspect of the system for me,...
Unfortunately, I''m pretty inexperienced when it comes to setting up Make
etc so was wondering if anyone
2006 May 29
0
subversion password using capistrano on textdrive
Hi,
I am trying to set up capistrano for use on textdrive, and followed
the instructions posted at this very helpful site:
http://blog.tuples.us/pages/rails-guide
My problem is that when I try to execute rake remote:exec
ACTION=cold_deploy the execution getss stuck when it tries to access
my subversion repository.
** [out :: myurl.com] Authentication realm: <http://myurl.com:80>
2008 Jan 23
0
Running windows subversion client on Wine
Hello, everyone.
I'm giving Enterprise Architect a try under Wine but I'm dealing with
a weird problem when I try to use SVN to update EA's packages.
EA does not work with the Linux native SVN client, so I installed a
win32 SVN client under wine. When I try to run this client, I get the
following error:
svn: Network socket initialization failed
Running just the client from the
2007 Sep 10
0
Subversion tags are now available in git
Hi all,
As anyone on the commits list now knows, I''ve added all of the tags
from svn to git. You can fetch all of the tags with this command:
git fetch --tags
Then you can compare the tagged releases like any other commit:
git diff 0.23.1 0.23.2
I''ve also updated the PuppetSource wiki page with this info.
--
Barondes'' First Law:
Science abhors
2008 Jun 04
0
FreeBSD.org begins switch to Subversion
The FreeBSD Project has begun the switch of its source code management
system from CVS to Subversion. At this point in time, FreeBSD's
developers are making changes to the base system in the Subversion
repository. There is a replication system in place that exports our
work to the legacy CVS tree on a continuous basis.
People who are using our extensive CVS based distribution network
2006 Feb 08
0
subversion AND gem rails howto?
I have been using rails on Debian Sarge since May of last year. I initially
gem installed rails as root and since then I have been gem updating the
installation. I have had no trouble with the installation or development.
Now feel that I''d like to use svn to get edgerails to be able to use nifty
features such as RJS. Some of the threads on the subject talk about
svn:externals in the