linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PROBLEM: make xconfig segfaults, menuconfig fails
@ 2003-07-16 14:22 Michael Dransfield
  2003-07-16 15:15 ` Roman Zippel
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Dransfield @ 2003-07-16 14:22 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

Typing 'make xconfig' segfaults - core dump can be sent if you need

'make menuconfig' produces errors and fails (output attached)

I am attaching the output of ver_linux

I am using Mandrake 9.1

qt rpms installed

libqt3-common-3.1.1-13mdk
libqt3-3.1.1-13mdk
libqt3-devel-3.1.1-13mdk


Mike

[-- Attachment #2: menuconfig.out --]
[-- Type: text/plain, Size: 6885 bytes --]

make[1]: `scripts/kconfig/mconf' is up to date.
  HOSTCC  scripts/lxdialog/checklist.o
In file included from scripts/lxdialog/checklist.c:24:
scripts/lxdialog/dialog.h:29:20: curses.h: No such file or directory
In file included from scripts/lxdialog/checklist.c:24:
scripts/lxdialog/dialog.h:127: parse error before "use_colors"
scripts/lxdialog/dialog.h:127: warning: type defaults to `int' in declaration of `use_colors'
scripts/lxdialog/dialog.h:127: warning: data definition has no type or storage class
scripts/lxdialog/dialog.h:128: parse error before "use_shadow"
scripts/lxdialog/dialog.h:128: warning: type defaults to `int' in declaration of `use_shadow'
scripts/lxdialog/dialog.h:128: warning: data definition has no type or storage class
scripts/lxdialog/dialog.h:130: parse error before "attributes"
scripts/lxdialog/dialog.h:130: warning: type defaults to `int' in declaration of `attributes'
scripts/lxdialog/dialog.h:130: warning: data definition has no type or storage class
scripts/lxdialog/dialog.h:143: parse error before '*' token
scripts/lxdialog/dialog.h:143: warning: function declaration isn't a prototype
scripts/lxdialog/dialog.h:146: parse error before '*' token
scripts/lxdialog/dialog.h:146: warning: function declaration isn't a prototype
scripts/lxdialog/dialog.h:147: parse error before '*' token
scripts/lxdialog/dialog.h:147: warning: function declaration isn't a prototype
scripts/lxdialog/dialog.h:148: parse error before '*' token
scripts/lxdialog/dialog.h:149: warning: function declaration isn't a prototype
scripts/lxdialog/dialog.h:150: parse error before '*' token
scripts/lxdialog/dialog.h:150: warning: function declaration isn't a prototype
scripts/lxdialog/checklist.c:32: parse error before '*' token
scripts/lxdialog/checklist.c:34: warning: function declaration isn't a prototype
scripts/lxdialog/checklist.c: In function `print_item':
scripts/lxdialog/checklist.c:38: warning: implicit declaration of function `wattrset'
scripts/lxdialog/checklist.c:38: `win' undeclared (first use in this function)
scripts/lxdialog/checklist.c:38: (Each undeclared identifier is reported only once
scripts/lxdialog/checklist.c:38: for each function it appears in.)
scripts/lxdialog/checklist.c:39: warning: implicit declaration of function `wmove'
scripts/lxdialog/checklist.c:39: `choice' undeclared (first use in this function)
scripts/lxdialog/checklist.c:41: warning: implicit declaration of function `waddch'
scripts/lxdialog/checklist.c:44: `selected' undeclared (first use in this function)
scripts/lxdialog/checklist.c:46: warning: implicit declaration of function `wprintw'
scripts/lxdialog/checklist.c:46: `status' undeclared (first use in this function)
scripts/lxdialog/checklist.c:51: warning: implicit declaration of function `mvwaddch'
scripts/lxdialog/checklist.c:51: `item' undeclared (first use in this function)
scripts/lxdialog/checklist.c:53: warning: implicit declaration of function `waddstr'
scripts/lxdialog/checklist.c:56: warning: implicit declaration of function `wrefresh'
scripts/lxdialog/checklist.c: At top level:
scripts/lxdialog/checklist.c:64: parse error before '*' token
scripts/lxdialog/checklist.c:66: warning: function declaration isn't a prototype
scripts/lxdialog/checklist.c: In function `print_arrows':
scripts/lxdialog/checklist.c:67: `win' undeclared (first use in this function)
scripts/lxdialog/checklist.c:67: `y' undeclared (first use in this function)
scripts/lxdialog/checklist.c:67: `x' undeclared (first use in this function)
scripts/lxdialog/checklist.c:69: `scroll' undeclared (first use in this function)
scripts/lxdialog/checklist.c:82: `height' undeclared (first use in this function)
scripts/lxdialog/checklist.c:85: `item_no' undeclared (first use in this function)
scripts/lxdialog/checklist.c:85: `choice' undeclared (first use in this function)
scripts/lxdialog/checklist.c: At top level:
scripts/lxdialog/checklist.c:103: parse error before '*' token
scripts/lxdialog/checklist.c:104: warning: function declaration isn't a prototype
scripts/lxdialog/checklist.c: In function `print_buttons':
scripts/lxdialog/checklist.c:105: `width' undeclared (first use in this function)
scripts/lxdialog/checklist.c:106: `height' undeclared (first use in this function)
scripts/lxdialog/checklist.c:108: `dialog' undeclared (first use in this function)
scripts/lxdialog/checklist.c:108: `selected' undeclared (first use in this function)
scripts/lxdialog/checklist.c: In function `dialog_checklist':
scripts/lxdialog/checklist.c:126: `WINDOW' undeclared (first use in this function)
scripts/lxdialog/checklist.c:126: `dialog' undeclared (first use in this function)
scripts/lxdialog/checklist.c:126: `list' undeclared (first use in this function)
scripts/lxdialog/checklist.c:126: warning: left-hand operand of comma expression has no effect
scripts/lxdialog/checklist.c:132: warning: implicit declaration of function `endwin'
scripts/lxdialog/checklist.c:133: warning: implicit declaration of function `fprintf'
scripts/lxdialog/checklist.c:133: `stderr' undeclared (first use in this function)
scripts/lxdialog/checklist.c:148: `COLS' undeclared (first use in this function)
scripts/lxdialog/checklist.c:149: `LINES' undeclared (first use in this function)
scripts/lxdialog/checklist.c:151: `stdscr' undeclared (first use in this function)
scripts/lxdialog/checklist.c:153: warning: implicit declaration of function `newwin'
scripts/lxdialog/checklist.c:154: warning: implicit declaration of function `keypad'
scripts/lxdialog/checklist.c:154: `TRUE' undeclared (first use in this function)
scripts/lxdialog/checklist.c:187: warning: implicit declaration of function `subwin'
scripts/lxdialog/checklist.c:219: warning: implicit declaration of function `wnoutrefresh'
scripts/lxdialog/checklist.c:221: warning: implicit declaration of function `doupdate'
scripts/lxdialog/checklist.c:224: warning: implicit declaration of function `wgetch'
scripts/lxdialog/checklist.c:231: `KEY_UP' undeclared (first use in this function)
scripts/lxdialog/checklist.c:231: `KEY_DOWN' undeclared (first use in this function)
scripts/lxdialog/checklist.c:241: `FALSE' undeclared (first use in this function)
scripts/lxdialog/checklist.c:242: warning: implicit declaration of function `scrollok'
scripts/lxdialog/checklist.c:243: warning: implicit declaration of function `wscrl'
scripts/lxdialog/checklist.c:270: called object is not a function
scripts/lxdialog/checklist.c:305: warning: implicit declaration of function `delwin'
scripts/lxdialog/checklist.c:309: `KEY_LEFT' undeclared (first use in this function)
scripts/lxdialog/checklist.c:310: `KEY_RIGHT' undeclared (first use in this function)
/usr/include/bits/string2.h: At top level:
scripts/lxdialog/dialog.h:130: warning: array `attributes' assumed to have one element
make[1]: *** [scripts/lxdialog/checklist.o] Error 1
make: *** [menuconfig] Error 2

[-- Attachment #3: ver_linux.out --]
[-- Type: text/plain, Size: 1265 bytes --]

If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.
 
Linux linux1 2.4.21-0.13mdk #1 Fri Mar 14 15:08:06 EST 2003 i686 unknown unknown GNU/Linux
 
Gnu C                  3.2.2
Gnu make               3.80
util-linux             2.11x
mount                  2.11x
module-init-tools      2.4.22
e2fsprogs              1.32
PPP                    2.4.1
Linux C Library        2.3.1
Dynamic linker (ldd)   2.3.1
Procps                 3.1.6
Net-tools              1.60
Console-tools          0.2.3
Sh-utils               4.5.7
Modules Loaded         isofs nls_iso8859-15 ppp_deflate zlib_inflate zlib_deflate bsd_comp udf binfmt_misc parport_pc lp parport sg st sr_mod sd_mod scsi_mod ipt_TOS ipt_MASQUERADE ipt_LOG ipt_REJECT ipt_state iptable_mangle ip_nat_irc ip_nat_ftp iptable_nat ip_conntrack_irc ip_conntrack_ftp ip_conntrack iptable_filter ip_tables snd-seq-midi snd-seq-oss snd-seq-midi-event snd-seq snd-pcm-oss snd-mixer-oss snd-cs46xx snd-ac97-codec snd-rawmidi snd-seq-device snd-pcm snd-timer gameport snd-page-alloc snd soundcore nfsd ppp_async ppp_generic slhc af_packet ide-floppy ide-tape ide-cd cdrom floppy 3c59x supermount printer usb-ohci usbcore rtc ext3 jbd

[-- Attachment #4: xconfig.out --]
[-- Type: text/plain, Size: 5300 bytes --]

  CHK     include/linux/version.h
  UPD     include/linux/version.h
  Making asm->asm-i386 symlink
  CC      scripts/empty.o
  MKELF   scripts/elfconfig.h
  HOSTCC  scripts/file2alias.o
  HOSTCC  scripts/modpost.o
  HOSTLD  scripts/modpost
make[1]: `scripts/kconfig/conf' is up to date.
./scripts/kconfig/conf -s arch/i386/Kconfig
boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n'
#
# using defaults found in .config
#
  SPLIT   include/linux/autoconf.h -> include/config/*
  CC      arch/i386/kernel/asm-offsets.s
  CHK     include/asm-i386/asm_offsets.h
  UPD     include/asm-i386/asm_offsets.h
  CC      init/main.o
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  CC      init/do_mounts.o
  CC      init/do_mounts_rd.o
  CC      init/do_mounts_initrd.o
  CC      init/do_mounts_md.o
  LD      init/mounts.o
  CC      init/initramfs.o
  LD      init/built-in.o
  HOSTCC  usr/gen_init_cpio
  CPIO    usr/initramfs_data.cpio
  GZIP    usr/initramfs_data.cpio.gz
echo "	.section .init.ramfs,\"a\"" > usr/initramfs_data.S
echo ".incbin \"usr/initramfs_data.cpio.gz\"" >> usr/initramfs_data.S
  AS      usr/initramfs_data.o
  LD      usr/built-in.o
  CC      arch/i386/kernel/process.o
  CC      arch/i386/kernel/semaphore.o
  CC      arch/i386/kernel/signal.o
  AS      arch/i386/kernel/entry.o
  CC      arch/i386/kernel/traps.o
  CC      arch/i386/kernel/irq.o
  CC      arch/i386/kernel/vm86.o
  CC      arch/i386/kernel/ptrace.o
  CC      arch/i386/kernel/i8259.o
  CC      arch/i386/kernel/ioport.o
  CC      arch/i386/kernel/ldt.o
  CC      arch/i386/kernel/setup.o
  CC      arch/i386/kernel/time.o
  CC      arch/i386/kernel/sys_i386.o
  CC      arch/i386/kernel/pci-dma.o
  CC      arch/i386/kernel/i386_ksyms.o
  CC      arch/i386/kernel/i387.o
  CC      arch/i386/kernel/dmi_scan.o
  CC      arch/i386/kernel/bootflag.o
  CC      arch/i386/kernel/doublefault.o
  CC      arch/i386/kernel/acpi/boot.o
  LD      arch/i386/kernel/acpi/built-in.o
  CC      arch/i386/kernel/cpu/common.o
  CC      arch/i386/kernel/cpu/proc.o
  CC      arch/i386/kernel/cpu/amd.o
  CC      arch/i386/kernel/cpu/cyrix.o
  CC      arch/i386/kernel/cpu/centaur.o
  CC      arch/i386/kernel/cpu/transmeta.o
  CC      arch/i386/kernel/cpu/intel.o
  CC      arch/i386/kernel/cpu/rise.o
  CC      arch/i386/kernel/cpu/nexgen.o
  CC      arch/i386/kernel/cpu/umc.o
  LD      arch/i386/kernel/cpu/cpufreq/built-in.o
  CC      arch/i386/kernel/cpu/mcheck/mce.o
  CC      arch/i386/kernel/cpu/mcheck/k7.o
  CC      arch/i386/kernel/cpu/mcheck/p4.o
  CC      arch/i386/kernel/cpu/mcheck/p5.o
  CC      arch/i386/kernel/cpu/mcheck/p6.o
  CC      arch/i386/kernel/cpu/mcheck/winchip.o
  LD      arch/i386/kernel/cpu/mcheck/built-in.o
  CC      arch/i386/kernel/cpu/mtrr/main.o
  CC      arch/i386/kernel/cpu/mtrr/if.o
  CC      arch/i386/kernel/cpu/mtrr/generic.o
  CC      arch/i386/kernel/cpu/mtrr/state.o
  CC      arch/i386/kernel/cpu/mtrr/amd.o
  CC      arch/i386/kernel/cpu/mtrr/cyrix.o
  CC      arch/i386/kernel/cpu/mtrr/centaur.o
  LD      arch/i386/kernel/cpu/mtrr/built-in.o
  LD      arch/i386/kernel/cpu/built-in.o
  CC      arch/i386/kernel/timers/timer.o
  CC      arch/i386/kernel/timers/timer_none.o
  CC      arch/i386/kernel/timers/timer_tsc.o
  CC      arch/i386/kernel/timers/timer_pit.o
  LD      arch/i386/kernel/timers/built-in.o
  CC      arch/i386/kernel/reboot.o
  CC      arch/i386/kernel/mpparse.o
  CC      arch/i386/kernel/apic.o
  CC      arch/i386/kernel/nmi.o
  CC      arch/i386/kernel/io_apic.o
  CC      arch/i386/kernel/module.o
  CC      arch/i386/kernel/sysenter.o
  AS      arch/i386/kernel/vsyscall-int80.o
  SYSCALL arch/i386/kernel/vsyscall-int80.so
  AS      arch/i386/kernel/vsyscall-sysenter.o
  SYSCALL arch/i386/kernel/vsyscall-sysenter.so
  AS      arch/i386/kernel/vsyscall.o
  SYSCALL arch/i386/kernel/vsyscall-syms.o
  LD      arch/i386/kernel/built-in.o
  AS      arch/i386/kernel/head.o
  CC      arch/i386/kernel/init_task.o
  CC      arch/i386/mm/init.o
  CC      arch/i386/mm/pgtable.o
  CC      arch/i386/mm/fault.o
  CC      scripts/empty.o
  MKELF   scripts/elfconfig.h
  HOSTCC  scripts/file2alias.o
  CC      arch/i386/mm/ioremap.o
  HOSTCC  scripts/modpost.o
  CC      arch/i386/mm/extable.o
  HOSTLD  scripts/modpost
make[1]: `scripts/kconfig/qconf' is up to date.
./scripts/kconfig/qconf arch/i386/Kconfig
  CC      arch/i386/mm/pageattr.o
Xlib:  extension "GLX" missing on display ":1.0".
Xlib:  extension "GLX" missing on display ":1.0".
  LD      arch/i386/mm/built-in.o
  CC      arch/i386/mach-default/setup.o
Xlib:  extension "RENDER" missing on display ":1.0".
make: *** [xconfig] Segmentation fault (core dumped)
  CC      arch/i386/mach-default/topology.o
  LD      arch/i386/mach-default/built-in.o
  CC      kernel/sched.o
  CC      kernel/fork.o
  CC      kernel/exec_domain.o
  CC      kernel/panic.o
  CC      kernel/printk.o
  CC      kernel/profile.o
  CC      kernel/exit.o
  CC      kernel/itimer.o
  CC      kernel/time.o
  CC      kernel/softirq.o
  CC      kernel/resource.o
  CC      kernel/sysctl.o
  CC      kernel/capability.o
  CC      kernel/ptrace.o
  CC      kernel/timer.o
  CC      kernel/user.o
  CC      kernel/signal.o
  CC      kernel/sys.o
  CC      kernel/kmod.o

[-- Attachment #5: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PROBLEM: make xconfig segfaults, menuconfig fails
  2003-07-16 14:22 PROBLEM: make xconfig segfaults, menuconfig fails Michael Dransfield
@ 2003-07-16 15:15 ` Roman Zippel
  2003-07-16 17:08   ` Michael Dransfield
  0 siblings, 1 reply; 3+ messages in thread
From: Roman Zippel @ 2003-07-16 15:15 UTC (permalink / raw)
  To: Michael Dransfield; +Cc: linux-kernel

Hi,

On Wed, 16 Jul 2003, Michael Dransfield wrote:

> Typing 'make xconfig' segfaults - core dump can be sent if you need

Your xconfig output doesn't make any sense, it shouldn't start compiling, 
did you really only 'make xconfig'?
Anyway, a backtrace might be enough. ('gdb scripts/kconfig/qconf',
'r arch/i386/Kconfig', 'bt')

> 'make menuconfig' produces errors and fails (output attached)

You need to install the ncurses devel package.

bye, Roman


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PROBLEM: make xconfig segfaults, menuconfig fails
  2003-07-16 15:15 ` Roman Zippel
@ 2003-07-16 17:08   ` Michael Dransfield
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Dransfield @ 2003-07-16 17:08 UTC (permalink / raw)
  To: Roman Zippel; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1017 bytes --]

At 17:15 16/07/2003 +0200, Roman Zippel wrote:
>Hi,
>
>On Wed, 16 Jul 2003, Michael Dransfield wrote:
>
> > Typing 'make xconfig' segfaults - core dump can be sent if you need
>
>Your xconfig output doesn't make any sense, it shouldn't start compiling,
>did you really only 'make xconfig'?

just extracted the tar.bz2 file and the typed make xconfig.  Im not exactly 
a kernel hacker, so am following the directions in the Kernel-HOWTO

# nohup make modules 1> modules.out 2> modules.err &

produces compile errors (modules.out and modules.err attached)

>Anyway, a backtrace might be enough. ('gdb scripts/kconfig/qconf',
>'r arch/i386/Kconfig', 'bt')

i have attached the output from gdb, I normally get the xLib errors when 
starting X programs, it is a known problem when using mandrake 9.1 and 
tightvnc (which I am)


> > 'make menuconfig' produces errors and fails (output attached)
>
>You need to install the ncurses devel package.

thanks!  installed ncurses-5.3-1.20030215.1mdk and it worked



>bye, Roman

[-- Attachment #2: gdb.out --]
[-- Type: text/plain, Size: 1080 bytes --]

gdb scripts/kconfig/qconf
GNU gdb 5.3-22mdk (Mandrake Linux)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-mandrake-linux-gnu"...
(gdb) r arch/i386/Kconfig
Starting program: /linux/linux-2.6.0-test1/scripts/kconfig/qconf arch/i386/Kconfig
[New Thread 16384 (LWP 13084)]
Xlib:  extension "GLX" missing on display ":1.0".
Xlib:  extension "GLX" missing on display ":1.0".
boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n'
#
# using defaults found in .config
#
Xlib:  extension "RENDER" missing on display ":1.0".

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 13084)]
0x409d1ca9 in XftDrawString16 () from /usr/X11R6/lib/libXft.so.2
(gdb) bt
#0  0x409d1ca9 in XftDrawString16 () from /usr/X11R6/lib/libXft.so.2
(gdb) quit


[-- Attachment #3: modules.err --]
[-- Type: application/octet-stream, Size: 2363 bytes --]

drivers/char/esp.c:110: warning: type defaults to `int' in declaration of `DECLARE_TASK_QUEUE'
drivers/char/esp.c:110: warning: parameter names (without types) in function declaration
drivers/char/esp.c: In function `rs_sched_event':
drivers/char/esp.c:275: warning: implicit declaration of function `queue_task'
drivers/char/esp.c:275: `tq_esp' undeclared (first use in this function)
drivers/char/esp.c:275: (Each undeclared identifier is reported only once
drivers/char/esp.c:275: for each function it appears in.)
drivers/char/esp.c:276: warning: implicit declaration of function `mark_bh'
drivers/char/esp.c:276: `ESP_BH' undeclared (first use in this function)
drivers/char/esp.c: In function `receive_chars_pio':
drivers/char/esp.c:371: structure has no member named `tqueue'
drivers/char/esp.c:371: `tq_timer' undeclared (first use in this function)
drivers/char/esp.c: In function `receive_chars_dma_done':
drivers/char/esp.c:446: structure has no member named `tqueue'
drivers/char/esp.c:446: `tq_timer' undeclared (first use in this function)
drivers/char/esp.c: In function `check_modem_status':
drivers/char/esp.c:639: warning: implicit declaration of function `schedule_task'
drivers/char/esp.c: In function `do_serial_bh':
drivers/char/esp.c:768: warning: implicit declaration of function `run_task_queue'
drivers/char/esp.c:768: `tq_esp' undeclared (first use in this function)
drivers/char/esp.c: In function `autoconfig':
drivers/char/esp.c:2398: warning: `check_region' is deprecated (declared at include/linux/ioport.h:117)
drivers/char/esp.c: In function `espserial_init':
drivers/char/esp.c:2480: warning: implicit declaration of function `init_bh'
drivers/char/esp.c:2480: `ESP_BH' undeclared (first use in this function)
drivers/char/esp.c:2571: structure has no member named `routine'
drivers/char/esp.c:2573: structure has no member named `routine'
drivers/char/esp.c: In function `espserial_exit':
drivers/char/esp.c:2643: warning: implicit declaration of function `remove_bh'
drivers/char/esp.c:2643: `ESP_BH' undeclared (first use in this function)
drivers/char/esp.c:2635: warning: unused variable `e2'
drivers/char/esp.c: At top level:
drivers/char/esp.c:110: warning: `DECLARE_TASK_QUEUE' declared `static' but never defined
make[2]: *** [drivers/char/esp.o] Error 1
make[1]: *** [drivers/char] Error 2
make: *** [drivers] Error 2

[-- Attachment #4: modules.out --]
[-- Type: text/plain, Size: 474 bytes --]

  CC      scripts/empty.o
  MKELF   scripts/elfconfig.h
  HOSTCC  scripts/file2alias.o
  HOSTCC  scripts/modpost.o
  HOSTLD  scripts/modpost
make[1]: `scripts/kconfig/conf' is up to date.
./scripts/kconfig/conf -s arch/i386/Kconfig
boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n'
#
# using defaults found in .config
#
  SPLIT   include/linux/autoconf.h -> include/config/*
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
  CC [M]  drivers/char/esp.o

[-- Attachment #5: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-07-16 17:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-16 14:22 PROBLEM: make xconfig segfaults, menuconfig fails Michael Dransfield
2003-07-16 15:15 ` Roman Zippel
2003-07-16 17:08   ` Michael Dransfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).