Displaying 9 results from an estimated 9 matches for "b0rk3d".
Did you mean:
b0rk3n
2007 May 26
2
OT: Installing munin-node cleanly in spite of RPM
...#39;helpfully'' adds them back in by parsing the source code.
My options are to use --force or --nodeps or to build dummy packages to
fake out rpm. None of those are reasonable options[1] so I''m back to
installing from source because the existing package management is quite
simply b0rk3d.
Is there a clean solution to this problem? At this point, installing
from source seems cleanest but I was hoping someone with a better grasp
of RPM knew of a better way to solve this.
-- Bob
[1] I don''t want to get in the habit of overriding or lying to my
package management system and...
2004 Aug 06
0
compiling under redhat
...libs. Ogg Vorbis related stuff can be found at
>http://www.vorbis.com/ . I don't get those AM_CONDITIONAL errors on my
>OpenBSD 3.2 box with automake 1.4p6, autoconf 2.13 and libtool 1.3.5 ...
>maybe they are non-critical, otherwise I suppose your installation of
>automake is a bit b0rk3d.
>
>
>Moritz
>--- >8 ----
>List archives: http://www.xiph.org/archives/
>icecast project homepage: http://www.icecast.org/
>To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
>containing only the word 'unsubscribe' in the body. N...
2013 Sep 06
1
Plus addressing
...ount I have a lot of +addresses I use. A few, I sort into mailboxes (like my bank, credit cards, etc). The rest are either on the ?spammer => /dev/null? list or get sorted into a mailbox named ?Misc? (like various newsletters and offers and sales from companies I do business with).
--
Sigs are b0rk3d.
2008 Jul 01
2
[LLVMdev] Dejagnu Tests
Chris Lattner wrote:
> Specifically which test is this? It is possible we can just change the
> test to not depend on this.
Assembler/2004-02-01-NegativeZero.ll
; RUN: llvm-as < %s | llvm-dis | grep -- -0.0
global double 0x8000000000000000
global float -0.0
The .bc made by both Linux and OpenBSD is identical according to an md5
hash.
2008 Jul 01
0
[LLVMdev] Dejagnu Tests
On Tue, 1 Jul 2008, Edd Barrett wrote:
> Chris Lattner wrote:
>> Specifically which test is this? It is possible we can just change the
>> test to not depend on this.
>
> Assembler/2004-02-01-NegativeZero.ll
>
> ; RUN: llvm-as < %s | llvm-dis | grep -- -0.0
>
> global double 0x8000000000000000
> global float -0.0
>
> The .bc made by both Linux and
2008 Jul 01
1
[LLVMdev] Dejagnu Tests
...nd we need to fix the asmprinter to work around the
> different in system libraries.
Correct. This is the behavior we see.
For now wait to see what the OpenBSD dev's say.
Thread here: http://marc.info/?l=openbsd-tech&m=121493983219015&w=2
And yes, my test in the first message is b0rk3d :) See the rest of the
thread.
2010 Mar 24
10
Trouble starting WEBrick server
Hello every body, I just started working on Ruby on Rails and as i am
progressing I noticed that I can not start my WEBrick server on the
Command prompt. The following are the various error messages that I am
going.
Microsoft Windows [Version 6.0.6002]
C:\Users\imedia2\Desktop\test\helloworld>ruby script/server
=> Booting WEBrick
=> Rails 2.3.5 application starting on
2004 Aug 06
2
compiling under redhat
Hi there.
I have tried to compile icecast 2 by following
the instructions on http://www.xiph.org/archives/icecast/2870.html
After I upgrated my cvs version i was able to check out
the source just as in the above mentioned inscrution,
but when doing a ./autogen.sh it gave me the following errors:
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them
2004 May 05
5
rsync and Perl programming
Hi everybody -
I'm trying to write a Perl wrapper for some rsync tasks that need doing.
Problem is, there's some sort of odd interaction going on between Perl
and the daemon mode communication for the rsync client, and I'm at my
wit's end in trying to figure it out.
Here's the Perl script:
#####################################################