search for: realclean

Displaying 20 results from an estimated 20 matches for "realclean".

2002 Jun 03
2
Win2k Printer Woes Continue
I installed the printer patch on 2.2.4 on my Linux 7.3 box, reconfigured it (I think I did things in the correct order:configure,make realclean,run patch,configure,make,sh.makerpms.sh), created a new rpm, uninstalled the old samba, reinstalled the new rpm, fixed the conf files, reloaded samba and now my printers appear as "HPLASERJET on _smbserver". HPLASERJET is queue name which is fine, but why is the server called _smbserver i...
2009 Aug 21
2
[virt-v2v] "make distcheck" now passes
...9dc3676ecace Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Fri, 21 Aug 2009 12:45:46 +0200 Subject: [PATCH 3/3] build: arrange for "make distcheck" to pass * perl/Makefile.am (install-data-hook): Remove rule, for now. (clean-local): Use perl's "realclean" target, not "clean". The latter would fail to remove Makefile-pl.old. * Makefile.am (CLEANFILES): Define, to clean up after pod2html. * v2v/Makefile.am (CLEANFILES): Define, so that "make clean" removes generated *.1 files. * v2v/Makefile.am (virt-v2v.1): Don't redirec...
2010 Feb 23
1
makedepend in Mesa
...er projects and doesn't with mesa, but forgetting to do this usually causes a build failure. Then autogen/configure can be run and make can resume the build. What is more problematic is when an apparently successful build does not work. The reply I used to get is just to make clean or distclean/realclean. clean is usually works, but rebuilding everything takes time. And regression testing needs a lot of rebuilding :) Anyway I found this IRC discussion yesterday quite interesting : 20:30 * jbarnes curses the mesa build system 20:31 < jbarnes> change intel_fbo.h, nothing rebuilds 20:32 < D...
2002 Oct 30
0
HELP: configure fails for latest cvs samba 3.x
Please help me get samba compiled. I used cvs to download lastest samba-3.x and configure is failing. I have: solaris 7 (32-bit mode kernel), binutils-2.11.2, automake-1.7.1, autoconf-2.54, and libtool-1.4. I used the below script: #!/bin/ksh cd /usr/local/samba/source /usr/local/bin/gmake realclean /usr/bin/rm config.cache ltmain.sh configure aclocal libtoolize --force /usr/local/bin/autoheader /usr/local/bin/autoconf cd /usr/local/samba/source env CFLAGS="-Wall -m32 -g" ./configure --with-winbind --without-sendfile-support --with-included-popt --with-smbwrapper Summary of errors...
2004 Jun 09
2
Building package on Windows: No rule to make target '-llapack'
...oblem on Linux. The Makefile is something like: ########### LIBNAME=cts PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) OBJS=file1.o ... file20.o -llapack -lblas $(LIBNAME)$(SHLIB_EXT): $(OBJS) $(SHLIB_LD) $(SHLIB_LDFLAGS) -o $@ $(OBJS) $(FLIBS) clean: @rm -f *.o *.$(SHLIB_EXT) realclean: clean ############# To build the package on Windows XP, I have followed the instructions to install tools/software required and it seems the 'make' worked fine, except for the error message: make[3]: No rule to make target 'llapack', needed by 'cts.a'. stop. Now I think...
2004 May 31
1
Question about building library and BLAS
...The Makefile is the following: LIBNAME=car PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) OBJS=isamax.o saxpy.o sscal.o foo1.o ... foo20.o -llapack -lblas $(LIBNAME)$(SHLIB_EXT): $(OBJS) $(SHLIB_LD) $(SHLIB_LDFLAGS) -o $@ $(OBJS) $(FLIBS) clean: @rm -f *.o *.$(SHLIB_EXT) realclean: clean Some compiling outputs are the following: g77 -mieee-fp -fPIC -O2 -g -pipe -march=i386 -mcpu=i686 -c isamax.f -o isamax.o ... g77 -mieee-fp -fPIC -O2 -g -pipe -march=i386 -mcpu=i686 -c foo1.f -o foo1.o ...... gcc -shared -o car.so isamax.o ...... foo20.o -llapack -lblas -L/usr/local/li...
2012 Aug 14
12
[TESTDAY] xl cpupool-create segfaults if given invalid configuration
# xl cpupool-create ''name="pool2" sched="credit2"'' command line:2: config parsing error near `sched'': syntax error, unexpected IDENT, expecting NEWLINE or '';'' Failed to parse config file: Invalid argument *** glibc detected *** xl: free(): invalid pointer: 0x0000000001a79a10 *** Segmentation fault (core dumped) Looking at the code
2002 May 24
1
Printing Patches for 2.2.4 (roll-up)
...fail to print Enjoy. Feedback welcome if this fixes (or does not fix your bug). ftp://ftp.samba.org/pub/jerry/samba-2.2.4-patches/samba-2.2.4-printing.patch Assuming you have already run ./configure before... root# cd source root# patch -p0 < samba-2.2.4-printing.patch root# make realclean root# make proto root# make cheers, jerry --------------------------------------------------------------------- Hewlett-Packard http://www.hp.com SAMBA Team http://www.samba.org --...
2002 Aug 14
2
Applying a Patch.
Hello all. I sent a message to Jerry and the list, I see it didn't appear, must have made an error. Maybe that's good, I shouldn't hassle Jerry about minor stuff. I've never applied a patch. What does it entail, I'm sure being a rocket scientist isn't part of it? I been to the site and seen the patches, they look like scripts that can be run, is this the case? How?
1997 Aug 18
1
R-beta: bug report
The following seems to be a bug when I tried to use the predict function. > forbes boil.pt pressure log.pressure [1,] 194.5 20.79 303.4472 [2,] 194.3 20.79 303.4472 [3,] 197.9 22.40 310.9061 [4,] 198.4 22.67 312.1042 [5,] 199.4 23.15 314.1995 [6,] 199.9 23.35 315.0597 [7,] 200.9 23.89 317.3460 [8,] 201.1 23.99
2002 Mar 01
2
best way to work with cvs?
I use a script to get the lastest samba: #!/usr/bin/ksh echo "\npassword: cvs\n" cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login cvs -z5 -d :pserver:cvs@pserver.samba.org:/cvsroot co samba Are there any other commands I could tack on or something I should do differently to make sure I am getting correct rebuilds? For example, should I tack on at the end: cd
2010 Mar 06
5
unstable 4.0 config file/ build error
Hi,   The unstable repository seems to be quite unstable even building the image... !! I see:   make[4]: Entering directory `/foo/xen-unstable.hg/tools/libxl'' gcc -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .xl.o.d  -D_LARGEFILE_SOURCE
2010 Mar 06
5
unstable 4.0 config file/ build error
Hi,   The unstable repository seems to be quite unstable even building the image... !! I see:   make[4]: Entering directory `/foo/xen-unstable.hg/tools/libxl'' gcc -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .xl.o.d  -D_LARGEFILE_SOURCE
2012 Mar 01
1
[Bug 46810] New: Mesa Failing To Build
...dTo: nouveau at lists.freedesktop.org ReportedBy: STEVENWARD666 at hotmail.com Hi all, I'm currently running Fedora 17 Alpha. My Graphics Card is a Nvidia GTX 560 with 1Gb of memory. I've pulled the latest commits from the Mesa git repository this morning. I did a gmake -B realclean and used autogen.sh with the following options: ./autogen.sh --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib --includedir=/usr/include --with-dri-drivers= --with-gallium-drivers=swrast,nouveau --enable-debug --enable-texture-float --disable-asm --enable-opengl --disable-gles2 --disable-openvg -...
2012 Aug 24
0
[xen-unstable test] 13627: regressions - FAIL
...d-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> changeset: 25782:24dbd9d4f340 user: Ian Jackson <Ian.Jackson@eu.citrix.com> date: Fri Aug 24 12:38:14 2012 +0100 libxl: provide "make realclean" target This removes all the autogenerated files. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> changeset: 25781:985e836dff8b...
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
....awk `echo $(PROTO_OBJ) | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort -u | egrep -v 'ubiqx/|wrapped'` > include/proto.h etags: etags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/` ctags: ctags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/` realclean: clean -rm -f config.log $(PROGS) $(SPROGS) $(WINBIND_PROGS) $(WINBIND_SPROGS) $(LPROGS) bin/.dummy -rm -f bin/* -rmdir bin distclean: realclean -rm -f include/config.h Makefile -rm -f config.status config.cache so_locations -rm -rf .deps # this target is really just for my use. It only wor...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
....awk `echo $(PROTO_OBJ) | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort -u | egrep -v 'ubiqx/|wrapped'` > include/proto.h etags: etags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/` ctags: ctags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/` realclean: clean -rm -f config.log $(PROGS) $(SPROGS) $(WINBIND_PROGS) $(WINBIND_SPROGS) $(LPROGS) bin/.dummy -rm -f bin/* -rmdir bin distclean: realclean -rm -f include/config.h Makefile -rm -f config.status config.cache so_locations -rm -rf .deps # this target is really just for my use. It only wor...
2008 Mar 13
11
Testing wanted: OpenSSH 4.8
Hi, We are preparing to make the release of OpenSSH 4.8 soon, so we would greatly appreciate testing of snapshot releases in as many environments and on as many operating systems as possible. The highlights of this release are: * Added chroot(2) support for sshd(8), controlled by a new option "ChrootDirectory". Please refer to sshd_config(5) for details, and please use this
1998 Oct 15
1
Problem to map home dir
...e *.o */*.o *~ $(PROGS) $(SPROGS) cleandir: clean rm -f .depend tags proto: @$(SHELL) $(srcdir)checkos.sh $(FLAGSM) $(AWK) -f mkproto.awk `echo $(PROTOOBJ) | sed -e 's/\.o/\.c/g' | tr ' ' '\n' | sort | uniq` > proto.h tags: etags `find . -name "*.[ch]"` realclean: clean
2004 Apr 27
15
Building wxruby on Solaris 9
Hi all, Ruby 1.8.1 Solaris 9 wxwindows 2.4.2 (package from blastwave.org) wxruby 0.3.0 I''m having trouble getting this sucker to build on my Solaris box. Here''s how I''m building: ruby extconf.rb --with-xrc-dir=/opt/csw --with-xrc-include=/opt/csw/lib/wx The include directive I added because the setup.h file is there (for whatever reason). And yes, /opt/csw/bin and