search for: mknodes

Displaying 14 results from an estimated 14 matches for "mknodes".

Did you mean: mdnodes
2005 Feb 07
2
tiny patch for klibc 0.198
...rm/) CROSS = diff -ur old/klibc-0.198/ash/Makefile klibc-0.198/ash/Makefile --- old/klibc-0.198/ash/Makefile 2005-01-27 22:21:29.000000000 +0100 +++ klibc-0.198/ash/Makefile 2005-02-06 15:56:36.478233705 +0100 @@ -111,8 +111,7 @@ $(OBJ_NODES): nodes.h $(OBJ_SYNTAX): syntax.h -nodes.c nodes.h: mknodes.sh nodetypes nodes.c.pat nodes -nodes: +nodes.c nodes.h nodes: mknodes.sh nodetypes nodes.c.pat sh mknodes.sh nodetypes nodes.c.pat . signames.c: mksignames diff -ur old/klibc-0.198/utils/Makefile klibc-0.198/utils/Makefile --- old/klibc-0.198/utils/Makefile 2004-10-26 04:32:13.000000000 +0200...
2003 Nov 29
1
[PATCH] ash not make -j safe, make spotless updates
...val.o exec.o expand.o jobs.o main.o nodes.o options.o parser.o redir.o show.o trap.o var.o + + SRCROOT = .. include ../MCONFIG @@ -63,6 +66,8 @@ init.c: mkinit $(SRCS) mkinit: mkinit.c $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) mkinit.c -o $@ $(HOST_LIBS) +$(OBJ_NODES): nodes.h + nodes.h: mknodes nodetypes nodes.c.pat ./mknodes nodetypes nodes.c.pat @@ -73,7 +78,7 @@ mknodes: mknodes.c $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) mknodes.c -o $@ $(HOST_LIBS) clean: - rm -f core $(CLEANFILES) $(PROG) $(OBJS) .*.d + rm -f core $(CLEANFILES) $(PROG) $(PROG).shared $(OBJS) .*.d spotles...
2005 Dec 13
2
Parallel build of dash still fails
Building dash in parallel still fails: GEN dash/builtins.def HOSTCC dash/mkinit HOSTCC dash/mknodes HOSTCC dash/mksignames HOSTCC dash/mksyntax dash/mksignames.c:59: warning: function declaration isn?t a prototype dash/mksignames.c:365: warning: function declaration isn?t a prototype dash/mksignames.c:386: warning: function declaration isn?t a prototype KLIBCCC dash/alias.o cd dash; \...
2006 Nov 06
1
Segmentation fault on LVM
Hi all, I have installed rhcs on a CentOS 4.4 server with clvmd. When server reboots display a segmentation fault on line 504 in /etc/rc.d/rc.sysinit file, here: if [ -x /sbin/lvm.static ]; then 500 if /sbin/lvm.static vgscan --mknodes --ignorelockingfailure > /dev/null 2>&1 ; then 501 action $"Setting up Logical Volume Management:" /sbin/lvm.static vgchange -a y --ignorelockingfailure 502 fi 503 fi 504 fi I don't use lvm on root filesystem, only on a gfs volumes:...
2004 Jan 27
1
[PATCH] ash make deps
...ltin/ec OBJS = $(OBJ1) $(OBJ2) 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 +OBJ_BUILTINS = b.o eval.o exec.o SRCROOT = .. @@ -68,6 +69,8 @@ mkinit: mkinit.c $(OBJ_NODES): nodes.h +$(OBJ_BUILTINS): builtins.h + nodes.h: mknodes nodetypes nodes.c.pat ./mknodes nodetypes nodes.c.pat -- USB is for mice, FireWire is for men! sUse lINUX ag, n?RNBERG
2004 Oct 16
1
181 and current Linus
.../home/dri/klibc-0.181/utils/fstype.c:99: undefined reference to `cpu_to_be32' fstype.o(.text+0xe5):/home/dri/klibc-0.181/utils/fstype.c:99: undefined reference to `cpu_to_be32' make: *** [static/fstype] Error 1 rm dd.o fstype.o chroot.o [jonsmirl@smirl utils]$ [jonsmirl@smirl ash]$ make sh mknodes.sh nodetypes nodes.c.pat . sh mkinit.sh arith.c arith_lex.c builtins.c cd.c echo.c error.c eval.c exec.c expand.c input.c jobs.c main.c memalloc.c miscbltin.c mystring.c nodes.c options.c parser.c redir.c show.c syntax.c trap.c output.c var.c test.c make: *** [init.c] Segmentation fault [jonsmirl@s...
2004 Oct 19
1
times.h and building ash
I get this with current linus bk now and klibc 187 [jonsmirl@smirl ash]$ make sh mknodes.sh nodetypes nodes.c.pat . gcc -Wp,-MD,.cd.d -mregparm=3 -DREGPARM=3 -march=i386 -Os -g -falign-functions=0 -falign-jumps=0 -falign-loops=0 -nostdinc -iwithprefix include -D__KLIBC__ -DBITSIZE=32 -I../include/arch/i386 -I../include/bits32 -I../include -I../linux/include -I../linux/include2 -I../li...
2019 Jan 20
0
[klibc:master] Build and install kinit and sh without ".shared" suffix
...+++ b/usr/dash/Kbuild @@ -18,22 +18,22 @@ init-o-files := alias.o arith_yacc.o arith_yylex.o cd.o error.o eval.o exec.o ex gen-o-files := builtins.o init.o nodes.o syntax.o -sh-y := $(init-o-files) $(gen-o-files) +static/sh-y := $(init-o-files) $(gen-o-files) hostprogs-y := mkinit mksyntax mknodes mksignames gen-h-files := builtins.h nodes.h syntax.h token.h -static-y := sh +static-y := static/sh # The shared binary -shared-y := sh.shared -sh.shared-y := $(sh-y) +shared-y := shared/sh +shared/sh-y := $(static/sh-y) # For cleaning -targets := sh sh.g sh.shared sh.shared.g $(gen...
2011 Jul 22
0
Strange problem with LVM, device-mapper, and software RAID...
...t and swapon has no problem activating the largeswap swap area (at least once the system is in full multi-user mode). And (appearently) the device mapper is perfectly happy to do its thing (more or less) with these logical volumes. [heller at ravel ~]$ sudo /sbin/vgscan -v --ignorelockingfailure --mknodes -d Wiping cache of LVM-capable devices Wiping internal VG cache Reading all physical volumes. This may take a while... Finding all volume groups Finding volume group "RavelSystem" Found volume group "RavelSystem" using metadata type lvm2 Finding all logi...
2007 Aug 15
0
[git patch] fstype support + minor stuff
...tignore @@ -7,3 +7,5 @@ # *.o *.o.cmd +.*.cmd +*.g diff --git a/usr/dash/.gitignore b/usr/dash/.gitignore new file mode 100644 index 0000000..bf6dab5 --- /dev/null +++ b/usr/dash/.gitignore @@ -0,0 +1,17 @@ +.builtins.def.d +arith.c +arith.h +builtins.c +builtins.def +builtins.h +init.c +mkinit +mknodes +mksyntax +nodes.c +nodes.h +sh +sh.shared +syntax.c +syntax.h +token.h diff --git a/usr/gzip/.gitignore b/usr/gzip/.gitignore new file mode 100644 index 0000000..b665e3f --- /dev/null +++ b/usr/gzip/.gitignore @@ -0,0 +1,3 @@ +gunzip +gzip +zcat diff --git a/usr/kinit/.gitignore b/usr/kinit/.gitig...
2007 Feb 22
5
Problem creating domU: "Device 2049 (vbd) could not be connected. Hotplug scripts not working."
Hello, My name is Fermín Galán. I have started recently to use Xen (so please forgive me in advance if I''m too "newbie" :) and I''m facing my first problems... I''m trying to create a domU, but I''m getting an error: tornado:~# xm create test.cfg -c Using config file "/etc/xen/test.cfg". Error: Device 2049 (vbd) could not be connected.
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...r -DBSD=1 -DSMALL -DJOBS=0 -DHAVE_CONFIG_H -DSHELL -DGLOB_BROKEN -DIFS_BROKEN -x c -E -o usr/dash/builtins.def usr/dash/builtins.def.in mkdir -p usr/dash/bltin && cd usr/dash && sh /root/ofs/trunk/packages/klibc-2.0.2/usr/dash/mkbuiltins builtins.def : gcc -Wp,-MD,usr/dash/.mknodes.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DBSD=1 -DSMALL -DJOBS=0 -DHAVE_CONFIG_H -DSHELL -DGLOB_BROKEN -DIFS_BROKEN -o usr/dash/mknodes usr/dash/mknodes.c cd usr/dash && ./mknodes /root/ofs/trunk/packages/klibc-2.0.2/usr/dash/nodetypes /root/ofs/trunk/packages/klibc-2....
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: