Displaying 20 results from an estimated 31 matches for "21568".
Did you mean:
1568
2015 Oct 27
6
[RFC] Late October Update: Progress report on CMake build system's ability to replace autoconf
Hi LLVMDev,
There’s been a good bit of progress this month, and with the dev meeting later this week I thought I’d send out a second update. There are only two outstanding blocking issues that don’t have patches proposed, PR 21568 & PR 23947. I would greatly appreciate if someone who works on Mips would take a look at PR 23947.
The following issues have been marked as fixed since the last update I sent out.
* Bug 14109 - CMake build for compiler-rt should use just-built clang
* Bug 24157 - CMake built shared library doe...
2015 Nov 06
12
[RFC] Deprecating autoconf: Let's do it!
...for these issues:
* Bug 14200 - -fno-rtti not in cxxflags given by llvm-config
* Bug 23746 - test-suite lacks CMake support
* Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not compatible with ldconfig
On my last thread Jonathan Roelofs pointed out that there is a workaround for Bug 21568 (Cannot add rpath), so I’m making it non-blocking. Which leaves only Bug 23947, which I’m also going to move that to non-blocking because it only applies to building LLVM on MIPS64 hardware.
With those changes we have no issues left blocking deprecating autoconf. There are still some issues we sho...
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 28
7
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...in compiler_rt
- I've looked at this a bit on and off. It is unfortunately a hard problem. I think it would be easier if CMake had better support for setting clang's sysroot and arch flags. To that end I've filed a bug against CMake (http://www.cmake.org/Bug/view.php?id=15591).
* Bug 21568 - Cannot add rpath
- No Update: Not a blocker.
Other issues not tracked by bugs:
* FreeBSD seemed to have problems with CMake identifying itself as amd64 causing x86_64 tests to fail
* Migrating buildbots
* We need to make sure libc++ works properly on Darwin
* Put together a “cheat sheet” docum...
2002 Sep 02
1
Re:kernel BUG at commit.c:535 invalid operand
I just want to echo that we have a server (QSol, dual 1.6G AMDcpus, scsi
raid
2.4.18-3smp #1 SMP
cat /proc/modules
3c59x 29064 2
ipchains 46184 13
usb-ohci 21568 0 (unused)
usbcore 77024 1 [usb-ohci]
ext3 70720 4
jbd 53504 4 [ext3]
DAC960 65280 5
sd_mod 12896 0 (unused)
scsi_mod 112208 1 [sd_mod]
)
That shows the same kernel BUG at commit.c:535 i...
2006 Feb 07
1
orphaned sip channels channels?
...No Rx:
ACK
64.#.11.## 55573378## 62fb705108b 00102/00000 ulaw No Tx:
ACK
64.#.11.## 55581484## 4b7561a076b 00102/00000 unkn No (d)
Tx: CANCEL
205.###.247.### 30326662## 681a2af4421 00102/04235 ulaw No Rx:
ACK
205.###.247.### 30326662## 12ac9288252 00102/21568 ulaw No Rx:
ACK
6 active SIP channel(s)
2015 Jul 29
2
[LLVMdev] [RFC] July Update: Progress report on CMake build system's ability to replace autoconf
...cking issues are still serious bugs that need to be fixed.
Blocking Issues:
* Bug 14109 - CMake build for compiler-rt should use just-built clang
* Bug 14200 - -fno-rtti not in cxxflags given by llvm-config
* Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt
* Bug 21568 - Cannot add rpath
* Bug 23947 - CMake+Mips: find_library() doesn't work correctly when recursing 64-bit (both N32 and N64 ABI's) compiler on Debian Jessie
Non-Blocking Issues:
* Bug 19875 - libraries and executables need different rpaths
* Bug 22466 - cmake build should provide way to run...
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 28
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...ve looked at this a bit on and off. It is unfortunately a hard
> problem. I think it would be easier if CMake had better support for setting
> clang's sysroot and arch flags. To that end I've filed a bug against CMake (
> http://www.cmake.org/Bug/view.php?id=15591).
>
> * Bug 21568 - Cannot add rpath
> - No Update: Not a blocker.
>
> Other issues not tracked by bugs:
>
> * FreeBSD seemed to have problems with CMake identifying itself as amd64
> causing x86_64 tests to fail
> * Migrating buildbots
> * We need to make sure libc++ works properly on Darwi...
2008 Dec 24
1
SSL cert problems.
....x10.com
verify error:num=27:certificate not trusted
verify return:1
depth=0 /C=US/ST=Washington/L=Renton/O=X10 Wireless Technology,
Inc./OU=Information Technology/OU=Terms of use at www.verisign.com/rpa
(c)05/CN=pop.x10.com
verify error:num=21:unable to verify the first certificate
verify return:1
21568:error:1406D0B8:SSL routines:GET_SERVER_HELLO:no cipher
list:s2_clnt.c:450:
As you can see, the certificate clearly fails. I don't know how to make
this work at this point. Any thoughts or advice would be greatly
appreciated.
-G
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 28
2
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...It is unfortunately a hard problem. I think it would be easier if CMake had better support for setting clang's sysroot and arch flags. To that end I've filed a bug against CMake (http://www.cmake.org/Bug/view.php?id=15591 <http://www.cmake.org/Bug/view.php?id=15591>).
>
> * Bug 21568 - Cannot add rpath
> - No Update: Not a blocker.
>
> Other issues not tracked by bugs:
>
> * FreeBSD seemed to have problems with CMake identifying itself as amd64 causing x86_64 tests to fail
> * Migrating buildbots
> * We need to make sure libc++ works properly on Darwin
&...
2015 Feb 03
14
[LLVMdev] [RFC] Progress report on CMake build system's ability to replace autoconf
...se CMake
- Still outstanding and blocking removal of autoconf
* Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt
- From discussions on llvm-dev and IRC the proper fix for this is a cross-compiling approach for compiler_rt builds, and this is a blocker.
* Bug 21568 - Cannot add rpath
- It looks like this is not a blocker because it can be done, but is unwieldy. I think this may be made a lot easier with help from the CMake developers.
* Bug 21569 - Can't `make install prefix=/tmp/llvm' with CMake.
- I think this is a fundamental difference betwee...
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 29
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...t
> - I've looked at this a bit on and off. It is unfortunately a hard problem. I think it would be easier if CMake had better support for setting clang's sysroot and arch flags. To that end I've filed a bug against CMake (http://www.cmake.org/Bug/view.php?id=15591).
>
> * Bug 21568 - Cannot add rpath
> - No Update: Not a blocker.
>
> Other issues not tracked by bugs:
>
> * FreeBSD seemed to have problems with CMake identifying itself as amd64 causing x86_64 tests to fail
> * Migrating buildbots
> * We need to make sure libc++ works properly on Darwin
>...
2015 Jul 29
0
[LLVMdev] [RFC] July Update: Progress report on CMake build system's ability to replace autoconf
...s that need to be fixed.
>
> Blocking Issues:
> * Bug 14109 - CMake build for compiler-rt should use just-built clang
> * Bug 14200 - -fno-rtti not in cxxflags given by llvm-config
> * Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in
> compiler_rt
> * Bug 21568 - Cannot add rpath
> * Bug 23947 - CMake+Mips: find_library() doesn't work correctly when
> recursing 64-bit (both N32 and N64 ABI's) compiler on Debian Jessie
>
> Non-Blocking Issues:
> * Bug 19875 - libraries and executables need different rpaths
> * Bug 22466 - cmake bu...
2015 Nov 09
4
[RFC] Deprecating autoconf: Let's do it!
...for these issues:
* Bug 14200 - -fno-rtti not in cxxflags given by llvm-config
* Bug 23746 - test-suite lacks CMake support
* Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not compatible with ldconfig
On my last thread Jonathan Roelofs pointed out that there is a workaround for Bug 21568 (Cannot add rpath), so I’m making it non-blocking. Which leaves only Bug 23947, which I’m also going to move that to non-blocking because it only applies to building LLVM on MIPS64 hardware.
With those changes we have no issues left blocking deprecating autoconf. There are still some issues we sho...
2015 Jul 30
1
[LLVMdev] [RFC] July Update: Progress report on CMake build system's ability to replace autoconf
...;
> Blocking Issues:
> * Bug 14109 - CMake build for compiler-rt should use just-built clang
> * Bug 14200 - -fno-rtti not in cxxflags given by llvm-config
> * Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk <http://clang_darwin.mk/> in compiler_rt
> * Bug 21568 - Cannot add rpath
> * Bug 23947 - CMake+Mips: find_library() doesn't work correctly when recursing 64-bit (both N32 and N64 ABI's) compiler on Debian Jessie
>
> Non-Blocking Issues:
> * Bug 19875 - libraries and executables need different rpaths
> * Bug 22466 - cmake build...
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 28
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...bit on and off. It is unfortunately a hard
>> problem. I think it would be easier if CMake had better support for setting
>> clang's sysroot and arch flags. To that end I've filed a bug against CMake (
>> http://www.cmake.org/Bug/view.php?id=15591).
>>
>> * Bug 21568 - Cannot add rpath
>> - No Update: Not a blocker.
>>
>> Other issues not tracked by bugs:
>>
>> * FreeBSD seemed to have problems with CMake identifying itself as amd64
>> causing x86_64 tests to fail
>> * Migrating buildbots
>> * We need to make sur...
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 28
2
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...fortunately a hard problem. I think it would be easier if CMake had better support for setting clang's sysroot and arch flags. To that end I've filed a bug against CMake (http://www.cmake.org/Bug/view.php?id=15591 <http://www.cmake.org/Bug/view.php?id=15591>).
>>
>> * Bug 21568 - Cannot add rpath
>> - No Update: Not a blocker.
>>
>> Other issues not tracked by bugs:
>>
>> * FreeBSD seemed to have problems with CMake identifying itself as amd64 causing x86_64 tests to fail
>> * Migrating buildbots
>> * We need to make sure libc+...
2005 Aug 31
4
Oddities with Debian unstable dovecot
...ecot.index.cache
imap 5014 blair mem REG 8,4 20148 6636742 /home/blair/Maildir/dovecot.index
imap 5014 blair mem REG 8,4 1265136 6996193 /lib/tls/libc-2.3.5.so
imap 5014 blair mem REG 8,4 9592 6996195 /lib/tls/libdl-2.3.5.so
imap 5014 blair mem REG 8,4 21568 6636721 /home/blair/Maildir/dovecot.index.log
imap 5014 blair mem REG 8,4 88924 6995972 /lib/ld-2.3.5.so
imap 5014 blair 0u IPv4 160155 TCP localhost.localdomain:imap2->localhost.localdomain:47852 (ESTABLISHED)
imap 5014 blair 1u IPv4 160155 TCP...
2015 Nov 09
2
[RFC] Deprecating autoconf: Let's do it!
...Bug 14200 - -fno-rtti not in cxxflags given by llvm-config
> * Bug 23746 - test-suite lacks CMake support
> * Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not compatible with ldconfig
>
> On my last thread Jonathan Roelofs pointed out that there is a workaround for Bug 21568 (Cannot add rpath), so I’m making it non-blocking. Which leaves only Bug 23947, which I’m also going to move that to non-blocking because it only applies to building LLVM on MIPS64 hardware.
>
> With those changes we have no issues left blocking deprecating autoconf. There are still some iss...
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 29
2
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...proofpoint.com/v2/url?u=http-3A__www.cmake.org_Bug_view.php-3Fid-3D15591&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=CnMJsu0f0vSR1CHLloYJapdWWCpu9GRn3nQydr1tcoc&s=umuCvLy-UFJkds60slnEM9ROl2OiO4qvtQbhF7MhIF8&e=>
> ).
>
> * Bug 21568 - Cannot add rpath
> - No Update: Not a blocker.
>
> Other issues not tracked by bugs:
>
> * FreeBSD seemed to have problems with CMake identifying itself as amd64
> causing x86_64 tests to fail
> * Migrating buildbots
> * We need to make sure libc++ works properly on Darwi...
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 29
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...s://urldefense.proofpoint.com/v2/url?u=http-3A__www.cmake.org_Bug_view.php-3Fid-3D15591&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=CnMJsu0f0vSR1CHLloYJapdWWCpu9GRn3nQydr1tcoc&s=umuCvLy-UFJkds60slnEM9ROl2OiO4qvtQbhF7MhIF8&e=>).
* Bug 21568 - Cannot add rpath
- No Update: Not a blocker.
Other issues not tracked by bugs:
* FreeBSD seemed to have problems with CMake identifying itself as amd64 causing x86_64 tests to fail
* Migrating buildbots
* We need to make sure libc++ works properly on Darwin
* Put together a “cheat sheet” docum...