Displaying 20 results from an estimated 1100 matches similar to: "[LLVMdev] AutoRegen.sh bug"
2006 Jul 31
2
NT_STATUS_BAD_NETWORK_NAME
Hello,
I installed samba 3.0.23 on Fedora Cora 4 and I configured it with this smb.conf file:
[global]
dos charset = UTF-8
workgroup = OAF_ADMIN
server string = OAF Samba PDC Server
passdb backend = tdbsam
username map = /etc/samba/smbusers
password level = 1
log level = 13
log file = /var/log/samba/log.%m
max log size = 50
2007 Feb 23
1
[LLVMdev] Trouble with sample project's autoconf
On 2/23/07, Reid Spencer <rspencer at reidspencer.com> wrote:
> > However, if I run the AutoRegen.sh script (after modifying it to
> > accept autoconf 2.61, which I think is fine as gentoo slots it the
> > same as the 2.5[0-9] versions), the configure no longer works:
> > ~/programming/llvm-1.9/projects/zhe $ cd autoconf/
> >
2007 Feb 21
2
[LLVMdev] Trouble with sample project's autoconf
I'm trying to follow docs/Projects.html to use llvm in a project of my own.
If I just copy the sample directory, running configure in the new one
works fine:
~/programming/llvm-1.9/projects $ cp -a sample/ zhe
~/programming/llvm-1.9/projects $ cd zhe/
~/programming/llvm-1.9/projects/zhe $ ./configure
configure: creating ./config.status
config.status: creating Makefile.common
config.status:
2007 Feb 23
0
[LLVMdev] Trouble with sample project's autoconf
Hello Scott,
On Wed, 2007-02-21 at 18:57 -0500, me22 wrote:
> I'm trying to follow docs/Projects.html to use llvm in a project of my own.
>
> If I just copy the sample directory, running configure in the new one
> works fine:
> ~/programming/llvm-1.9/projects $ cp -a sample/ zhe
> ~/programming/llvm-1.9/projects $ cd zhe/
> ~/programming/llvm-1.9/projects/zhe $
2006 Apr 19
2
[LLVMdev] creating a project from sample project
Reid,
Thanks for the help. I am trying out the fixes you checked into CVS. I
seem to be getting some errors running AutoRegen.sh. I am a bit
inexperienced with autoconf and m4. The errors I'm getting are below.
Do you know what the problem is? I am using machines running FC3. The
autoconf version is 2.59, the aclocal version is 1.9.2, and the m4
version is 1.4.1.
2006 Apr 19
0
[LLVMdev] creating a project from sample project
Hi Ryan,
The output from autoconf doesn't look familiar (but then, does it
ever?).
Note that it thinks that AC_CONFIG_MAKEFILE isn't defined which is
likely if you didn't get the LLVM_SRC_ROOT correct. Here's the only
things I can think of:
1. You also need to cvs update llvm/autoconf/m4 to get the new
definition of LLVM_CONFIG_PROJECT.
2. You typed in the LLVM source root
2006 Apr 20
1
[LLVMdev] creating a project from sample project
Reid,
Thank you for all your help. I think that I have AutoRegen.sh working
now. (I still get the warning about GOB2_HOOK, but I'm assuming that's
not a problem.)
I'll explain the scenario that led to the problem. I copied the sample
project to ~/work/myproject/src/sample. Then I renamed it to
~/work/myproject/src/llvm, indicating that this was the llvm part of my
project.
2006 Feb 05
2
I appear to be attacking others
It looks like my CentOS 4.2 box is attacking other people with some type
of ftp attack. I got an email from somebody saying they were being
attacked by my IP address.
Further investigation /var/log/messages shows a whole bunch of sshd
attacks on me, none of which appear successful. I'm running ethereal
right now and I can see that my system is doing some kind of ftp attacks
on others.
2006 Apr 18
0
[LLVMdev] creating a project from sample project
Ryan,
Rather than fix the documentation to match reality, I decided to fix
reality to match the documentation. I have just committed (CVS head)
changes to the sample project's AutoRegen.sh script that will prompt the
user for the path to the LLVM source root and the LLVM object root, if
it can't automatically determine the location (because your project is
not located in the llvm/projects
2006 Apr 18
2
[LLVMdev] creating a project from sample project
Thank you for the response. I guess the only thing that is confusing is
that the LLVM documentation, at http://llvm.org/docs/Projects.html under
the "Create a Project from the Sample Project" heading, indicates that
(1) you can place your project *anywhere* you want, and (2) that you are
supposed to use the AutoRegen.sh script as is. However, that seems not
to be the case.
The
2008 Dec 02
3
Only OSS in sound tab :( why?
Hi! I have small problem. On my sound tab i have only OSS and i didn't have sound in "steam" games. Emulation not work(OSS too). Somebody now why? :) Ubuntu 8.04.
greetings! redlin
2003 Apr 17
2
fontconfig-2.1.93 considered more harmful
There is an ongoing thread "fontconfig-2.1.92 considered harmful" on -CURRENT.
Because I have not moved to -CURRENT, I post this to -STABLE.
Since I upgraded to fontconfig-2.1.93 (on Apr 14) a lot of ports start to
complain a lot of "Cannot fork: Resource temporarily unavailable" errors.
What resource ? I inserted top into my ports build script to notice that
a lot of
2010 Dec 26
2
[LLVMdev] Question of executing AutoRegen.sh to regen configure file
Hello all,
I download the src of llvm 2.8 and run ./autoconf/AutoRegen.sh
However there is a little difference between origin configure file and the
generated one
$diff configure configure.bak
1394c1394
< --enable-optimized Compile with optimizations enabled (default is
YES)
---
> --enable-optimized Compile with optimizations enabled (default is
NO)
I am wondering to know
2011 Jan 03
0
[LLVMdev] Question of executing AutoRegen.sh to regen configure file
On Dec 26, 2010, at 8:38 AM, Lu Mitnick wrote:
> Hello all,
>
> I download the src of llvm 2.8 and run ./autoconf/AutoRegen.sh
>
> However there is a little difference between origin configure file and the generated one
>
> $diff configure configure.bak
>
> 1394c1394
> < --enable-optimized Compile with optimizations enabled (default is YES)
> ---
2014 Nov 27
2
centos.org List of Mirrors & Javascript
Hello,
I would like to propose a small change to
http://centos.org/download/mirrors/
Currently the mirror list is generated using Javascript but there is neither
non-Javascript version of the list nor fallback a message for users without
Javascript.
It would be great to have non-Javascript version but at least a fallback
message "you need Javascript" would greatly improve the user
2008 May 07
0
[LLVMdev] Path to AutoRegen.sh
Hi,
I think I have quite an identical patch lying around somewhere here, but I
thought that the AutoRegen.sh was something someone wrote here in-house, so I
never bothered to send it somewhere.
I do remember someone saying (on this list) one should really not use another
version of autoconf, but in my experience 2.6 works just as fine for building
an addon project (but perhaps not for rebuilding
2012 Nov 24
0
[LLVMdev] [PATCH] AutoRegen.sh in poolalloc branch
Hi,
I'm not sure where I should post this small patch to. The `AutoRegen.sh'
script in poolalloc branch (under autoconf directory) is unusable (and
seems for a long time) to regenerate `configure'. Probably few use it. But
before it's purged, please consider the attached patch.
Regards,
Ryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 May 07
0
[LLVMdev] Path to AutoRegen.sh
> * I'm using Autoconf 2.61, and it is compatible with the syntax used
> by LLVM, but AutoRegen.sh insists I need 2.5x.
>
> * There is a bug in the AutoRegen.sh that appears when you try to
> regenerate configure scripts for your project outside the LLVM
> source tree: an shell "read" command missing a parameter.
>
> The patch was tested on 2.2, but I think
2011 Jan 03
2
[LLVMdev] Question of executing AutoRegen.sh to regen configure file
On Mon, Jan 3, 2011 at 11:01 AM, Eric Christopher <echristo at apple.com> wrote:
> On Dec 26, 2010, at 8:38 AM, Lu Mitnick wrote:
>> $diff configure configure.bak
>>
>> 1394c1394
>> < --enable-optimized Compile with optimizations enabled (default is YES)
>> ---
>> > --enable-optimized Compile with optimizations enabled (default is
2008 May 07
1
[LLVMdev] Path to AutoRegen.sh
Hi, Matthijs
Tanya addressed some of these issues on her response to my patch. You
can see there some comments.
Thanks about the ubuntu 'dash' issue. Never minded which shell I was
using here... it's very like bash from user viewpoint. I think it's
another reason to have the variable on the command line.
Alexandre
Em Qua, 2008-05-07 às 18:26 +0200, Matthijs Kooijman escreveu: