Displaying 20 results from an estimated 1000 matches similar to: "Install still locks up my server"
2017 Aug 18
0
Install locks up my server
This is still broken in the 2.2.32 release candidate. config.guess forks
copies till the server dies. Running Centos 6.6 under OpenVZ.
On 06/26/17 16:03, Marc Perkel wrote:
>
>
> On 06/26/17 14:42, Timo Sirainen wrote:
>> On 26 Jun 2017, at 23.19, Marc Perkel <marc at perkel.com> wrote:
>>> Ever since 2.26 I haven't been able to upgrade. In fact the install
2017 Jun 26
2
Install locks up my server
On 06/26/17 14:42, Timo Sirainen wrote:
> On 26 Jun 2017, at 23.19, Marc Perkel <marc at perkel.com> wrote:
>> Ever since 2.26 I haven't been able to upgrade. In fact the install locks up my server.
>>
>> I get into and infinite recursive loop where the config-guess program calls itself until the server locks up from overload.
>>
>> I'm running Centos
2017 Jun 26
2
Install locks up my server
Ever since 2.26 I haven't been able to upgrade. In fact the install
locks up my server.
I get into and infinite recursive loop where the config-guess program
calls itself until the server locks up from overload.
I'm running Centos 6 under OpenVZ.
What am I missing? I think there's a serious bug.
31233 pts/3 S 0:00 /bin/sh ./config.guess
31235 pts/3 S 0:00 \_
2011 Apr 08
3
[LLVMdev] dragonegg build failure
On Fri, Apr 08, 2011 at 08:28:27AM +0200, Duncan Sands wrote:
> Hi Jack,
>
> > The new dragonegg 2.9 sources fail to build against either FSF gcc 4.5.2 or 4.5.3svn
> > (with the i386_static.diff patch applied) on x86_64-apple-darwin10. In both cases, the
> > build fails as...
>
> what does the command
> ./TargetInfo -p
> return (the TargetInfo program
2011 Apr 08
0
[LLVMdev] dragonegg build failure
On Fri, Apr 08, 2011 at 07:37:39AM -0400, Jack Howarth wrote:
> On Fri, Apr 08, 2011 at 08:28:27AM +0200, Duncan Sands wrote:
> > Hi Jack,
> >
> > > The new dragonegg 2.9 sources fail to build against either FSF gcc 4.5.2 or 4.5.3svn
> > > (with the i386_static.diff patch applied) on x86_64-apple-darwin10. In both cases, the
> > > build fails as...
2011 Apr 08
0
[LLVMdev] dragonegg build failure
Hi Jack,
> The new dragonegg 2.9 sources fail to build against either FSF gcc 4.5.2 or 4.5.3svn
> (with the i386_static.diff patch applied) on x86_64-apple-darwin10. In both cases, the
> build fails as...
what does the command
./TargetInfo -p
return (the TargetInfo program is created during the dragonegg build).
Some of your errors are consistent with this program failing to run.
2013 Apr 16
1
update config.guess and config.sub to support aarch64
Hello,
would it be possible to update config.sub and config.guess to the latest versions (or at least version
from automake-1.13.1) in order to support new architectures based on the ARM 64 bit CPU?
Patch: http://plautrba.fedorapeople.org/openssh/openssh-latest-config.sub-config.guess.patch
Related Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=926284
Thanks,
Petr
2003 Nov 29
1
[PATCH] ash not make -j safe, make spotless updates
some files depend on nodes.h, but there is no dependency for that fact.
olaf@mandarine:~/klibc-0.87> grep -Er 'include.*nodes.h' ash/ | sed 's-^[^/]\+/\([^.]*\).*-\1.o-' | xargs echo OBJ_NODES =
OBJ_NODES = cd.o eval.o exec.o expand.o jobs.o main.o nodes.o options.o parser.o redir.o show.o trap.o var.o
make spotless doesnt work reliable, the patch adds a few more targets.
Is
2011 May 31
0
[XEN-NVIDIA] Update 270.41.06 Failed
Hi,
I tried to Update the Nvidia driver.
But the result is a failed because it''s not for Xen Kernel.
This the log
> [ebuild U ] x11-drivers/nvidia-drivers-270.41.06 [260.19.36]
> USE="(multilib)
> -acpi -custom-cflags -gtk" 0 kB
>
> >>> Source
> prepared.
> >>> Configuring source in
>
2014 Mar 18
2
[LLVMdev] Problems building host tools when cross compiling LLVM
Hi All,
I recently ran into an issue that was posted several years back on LLVMdev [1].
A brief recap of the problem is that when cross-compiling LLVM itself the
configure/make scripts get confused when creating the needed build host tools.
For example, building and configuring like:
CC_FOR_BUILD='i686-pc-linux-gnu-gcc' CXX_FOR_BUILD='i686-pc-linux-gnu-g++'
2011 Apr 08
5
[LLVMdev] dragonegg build failure
The new dragonegg 2.9 sources fail to build against either FSF gcc 4.5.2 or 4.5.3svn
(with the i386_static.diff patch applied) on x86_64-apple-darwin10. In both cases, the
build fails as...
GCC=/sw/lib/gcc4.5/bin/gcc-4 LLVM_CONFIG=/sw/bin/llvm-config make CPPFLAGS="-DENABLE_LTO -I/sw/include"
Compiling utils/TargetInfo.cpp
<command-line>: warning: "__STDC_LIMIT_MACROS"
2002 Sep 25
1
other flavors of Unix
I downloaded the source 2.2.5.tar file, untarred it, and ran through the
config.guess and configure scripts. I'm running on a Concurrent PowerMaxion
Motorola Unix version 4.1.3.....
With a new config.guess script I was able to run more of the configure
script but it bombs out on oplocks..with a message stating that running
samba would be unsafe without locking...
What can I do to get around
2007 Jul 14
5
[LLVMdev] Problem compiling llvm-gcc
I compiled LLVM with this script:
-----------------------------
#!/bin/sh
PATH=/usr/lib/cache:$PATH
cd llvm
test -f Makefile.config ||
../llvm/configure \
--prefix=/usr/src/llvm/dist \
--enable-optimized \
make
make install
----------------------------
The I've got llvm-gcc 4.01 via subversion URL
svn://anonsvn.opensource.apple.com/svn/llvm and tried to compile
2017 Apr 05
0
[PATCH 2/2] utils: Use the host toolchain to build.
The utilities are meant to run on the host machine, hence must be built using
the host toolchain.
Signed-off-by: Beno?t Allard <benoit.allard at greenbone.net>
---
utils/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/utils/Makefile b/utils/Makefile
index dfe6259..f31f117 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -17,8 +17,9 @@
VPATH = $(SRC)
2023 Oct 22
0
Crosscompilation support status?
Hello,
I see that in 6.04-pre3 there is some support for host and target gcc.
However, build always fails when using a cross-compiler:
[ 89s] + make CC=x86_64-suse-linux-gcc CC_FOR_BUILD=gcc
...
[ 401s] objcopy --strip-debug --strip-unneeded libutil.elf libutil.c32
[ 401s] x86_64-suse-linux-gcc
-I/home/abuild/rpmbuild/BUILD/syslinux-6.04~pre3+git3.05ac953c/com32/libutil/include
-W -Wall -O
2013 Jan 12
2
instaling NUT into OpenWRT: argp-standalone error
Hello,
I`m trying to install NUT on OpenWRT installed at routerboard RB433.
When I run:
opkg install nut
I get this output:
Installing nut (2.6.5-2) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/nut
_2.6.5-2_ar71xx.ipk.
Collected errors:
?* satisfy_dependencies_for: Cannot satisfy the following dependencies for
nut:
?*????? argp-standalone *
?*
2008 Jan 01
8
DO NOT REPLY [Bug 5170] New: Cross compilation does not work
https://bugzilla.samba.org/show_bug.cgi?id=5170
Summary: Cross compilation does not work
Product: rsync
Version: 3.0.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: r.schwebel@pengutronix.de
2008 Nov 05
0
[ANNOUNCE] libX11 1.1.99.2
Together with the usual bug fixes and compose and keysym updates, this
release candidate brings support for Generic Events (XGE), and makes use
of libxcb's new socket handoff mechanism.
The shortlog from 1.1.5 follows.
Adam Jackson (2):
Bug #14898: Don't abuse the sprintf() implementation.
Fix the previous patch for the BadFont case.
Alan Coopersmith (3):
Strip
2017 Apr 10
0
[PATCH 0/2] Cross-compilation patches
Replying to my own mail as I subscribe to the ML after the answer came,
and thus never received it in my mailbox.
On Wed, 5 Apr 2017 16:32:04 +0200
Beno?t Allard <benoit.allard at greenbone.net> wrote:
> Hi there,
>
> I've had issue with the integration of syslinux into the buildroot
> project [0]. After some research, it turned out that we were wrongly
> using the
2019 Jan 16
0
[PATCH 2/5] mltools: create a new external_command_code
Split most of the code from external_command to a new
external_command_code, so it is possible to get the exit code of the
process without considering it fatal.
---
common/mltools/tools_utils.ml | 22 ++++++++++------------
common/mltools/tools_utils.mli | 8 ++++++++
2 files changed, 18 insertions(+), 12 deletions(-)
diff --git a/common/mltools/tools_utils.ml b/common/mltools/tools_utils.ml