search for: ndbecker2

Displaying 20 results from an estimated 33 matches for "ndbecker2".

2009 Mar 25
1
[LLVMdev] llvm-gcc 2.5 libexec installed without program-prefix
On Wed, Mar 25, 2009 at 10:12 AM, Neal Becker <ndbecker2 at gmail.com> wrote: > OK, let me rephrase this. What is the preferred way to install llvm + > llvm- > gcc onto a fedora system? The preferred way to install LLVM and LLVM-GCC is the same on pretty much any Linux system and described here: http://llvm.org/docs/GettingStarted.html#st...
2006 Nov 09
2
patch for xapian-spec(0.9.9)
...as we don't package it. autoreconf --force %configure make @@ -114,3 +109,13 @@ %doc %{_datadir}/doc/%{name}-devel-%{version} # man pages may be gzipped, hence the trailing wildcard. %{_mandir}/man1/xapian-config.1* +%{_mandir}/man1/xapian-progsrv.1* + +%changelog +* Thu Nov 9 2006 <ndbecker2 at gmail.com> - 0.9.9-3 +- Add xapian-progsrv.1 + + +* Mon Nov 6 2006 Neal Becker <ndbecker2 at gmail.com> - 0.9.8-2 +- Add autoreconf to fix libtool for x86_64. +
2008 Apr 14
14
[Bug 15502] New: Unknown LVDS configuration bits
http://bugs.freedesktop.org/show_bug.cgi?id=15502 Summary: Unknown LVDS configuration bits Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: low Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: pee at
2009 Mar 25
7
[LLVMdev] llvm-gcc 2.5 libexec installed without program-prefix
I build llvm-gcc as: ../llvm-gcc4.2-2.5.source/configure --enable-languages=c,c++ --program- prefix=llvm So it should install into /usr/local/... but add llvm- prefix. This is so llvm-gcc is found by llvm (http://llvm.org/releases/2.5/docs/GettingStarted.html claims that's what it is looking for) and also so there will be no conflict with system gcc. But I see:
2007 Dec 31
2
Time just moved backwards
This wins the 2007 award for strangest (or most amusing) log message: dovecot: Time just moved backwards by 13 seconds. This might cause a lot of problems, so I'll just kill myself now. It does, unfortunately, leave dovecot dead, which was pretty mysterious to me. Maybe it could re-exec instead?
2006 Jun 07
1
winecfg failure (GLXBadContext?)
This is on Fedora FC5 x86_64 rpm -q wine wine-0.9.14-1.fc5 winecfg wine: creating configuration directory '/home/nbecker/.wine'... X Error of failed request: GLXBadContext Major opcode of failed request: 143 (GLX) Minor opcode of failed request: 5 (X_GLXMakeCurrent) Serial number of failed request: 166 Current serial number in output stream: 166 wine: wineprefixcreate failed
2006 Jan 11
2
why not option to automatically add pub key?
One of the annoyances of ssh is the need to transfer the public key from client machine to server machine, and append to authorized_keys. Although it's simple to do, it's annoying to have to do this manually. Why can't this be automated? ssh offers to add new machine to known_hosts. Why doesn't it offer to add the public key to authorized_keys?
2008 Nov 12
1
[LLVMdev] hello compiles with -O3 but not -O4
Trivial hello world program compiles with -O3, but with -O4: (BTW, is there a guide to what different -On mean?) llvm-g++ -O4 Hello.cc -o Hello -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../llvm-gcc4.2-2.4.source/configure --program-prefix=llvm- --enable-llvm=/home/nbecker/llvm-2.4 --enable-languages=c,c++ Thread model: posix gcc version 4.2.1 (Based on Apple Inc.
2009 Mar 25
0
[LLVMdev] llvm-gcc 2.5 libexec installed without program-prefix
OK, let me rephrase this. What is the preferred way to install llvm + llvm- gcc onto a fedora system? Here is what I used: ../llvm-gcc4.2-2.5.source/configure --enable-languages=c,c++ --program- prefix=llvm make make install ../llvm-2.5/configure --enable-optimized --prefix=/usr/local make make install
2008 Nov 11
0
[LLVMdev] [newb] howto install?
I've been loosely following lvm with some interest, and I'd like to give it a try. Despite having searched the docs, I don't see a newbs guide to doing a normal install. I tried building llvm-2.4 using --prefix=/usr, and then try to install but it doesn't install into /usr but under the builddir. This is fedora f9 x86_64. What is a simple procedure to get llvm-2.4 installed?
2008 Nov 12
1
[LLVMdev] python: Symbol `__gxx_personality_v0' causes overflow in R_X86_64_PC32 relocation
linux fedora f9 x86_64 llvm-2.4 I tried building a bunch of my python modules (which compile to shared libraries) using llvm-c++ instead of gnu c++. When the program runs, I see these messages: python: Symbol `__gxx_personality_v0' causes overflow in R_X86_64_PC32 relocation Ideas?
2008 Nov 12
2
[LLVMdev] exception handling bug?
Compiled boost-1.37.0 using llvm-2.4 (OK). Attempting to use it I get: Program received signal SIGSEGV, Segmentation fault. 0xfffffffffd4c3720 in ?? () (gdb) where #0 0xfffffffffd4c3720 in ?? () #1 0x00000033fc810c66 in _Unwind_RaiseException () from /lib64/libgcc_s.so.1 #2 0x00000033fd4c3dbd in __cxa_throw () from /usr/lib64/libstdc++.so.6 #3 0x0000000000636df3 in
2008 Nov 12
2
[LLVMdev] exception handling bug?
Anton Korobeynikov wrote: > Hello, > >> #1 0x00000033fc810c66 in _Unwind_RaiseException () from >> #/lib64/libgcc_s.so.1 >> #2 0x00000033fd4c3dbd in __cxa_throw () from /usr/lib64/libstdc++.so.6 > What's your native gcc version? > gcc-4.3.0-8.x86_64
2008 Nov 13
2
[LLVMdev] exception handling bug?
Anton Korobeynikov wrote: > Hi, Neal > >> gcc-4.3.0-8.x86_64 > This is known problem: http://llvm.org/bugs/show_bug.cgi?id=2998 > Thank you. Is there a workaround?
2009 Mar 25
1
[LLVMdev] llvm-2.5 build failure (fedora f10)
Anton Korobeynikov wrote: > Hello, Neal > >> You may want to note that you need glibc-devel.i386 to build. Otherwise >> you get error on /usr/include/gnu/stubs-32.h missing. > Do you have pure 64 bit system? > This is on fedora f10 x86_64.
2008 Dec 14
2
confused about deliver
I have dovecot serving a maildir in ~/Mail.imap. In Mail.imap I have cur/ new/ tmp/ .maillist1/ .maillist1/cur .maillist1/new .maillist1/tmp ... I made a sieve script, which looks like: require "fileinto"; if header :is "Subject" "test" { fileinto "test"; } ... with no final else clase. When mail is delivered to a maillist, caught by my sieve script, it
2008 May 04
1
imapsync + gnupg?
I'd like to mirror my dovecot server (which only serves myself). I'm thinking to use gmail. Problem is, I don't want all my mail going to gmail in plain text. I'd like to gpg+mime encrypt each mail using my public key. Any thoughts on how to do this?
2007 Nov 02
2
sync with gmail?
Now that gmail added imap, I've been trying to see if I can sync gmail/imap with my local dovecot maildir. I've been trying offlineimap. So far, I've created a loop resulting in a directory with size > 1000000 entries. Anyone try this and have a working setup?
2007 Apr 25
1
corruption?
I'm using maildir (and have been for a long time). Today I have a problem: ls -al (maildir): [...] drwx------ 5 nbecker nbecker 4096 Jan 1 2006 .;SECTION= What's this? It seems to be causing my mail client (kmail, using dimap), to hang.
2004 Mar 18
0
duplicate mails
I run kmail and use it to automatically sort my mails to various imap folders (using kmail's disconnected imap). If I fire up a second instance of kmail (e.g., @work + @home) then both will do this, and I wind up with 2 copies of each mail. Can dovecot be taught to discard duplicate mail ids, or maybe some other mechanism to avoid this problem?