Export to GitHub

fbterm - issue #2

compilation failure pendsig() not declared


Posted on Aug 5, 2008 by Quick Cat

What steps will reproduce the problem? 1. using fbterm-1.0.tar.gz 2. ran "./configure" 3. then "make"

What is the expected output? What do you see instead?

make[3]: Entering directory /usr/local/src/fbterm-1.0/src' g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -fno-exceptions -Ilib -I/usr/include/freetype2 -MT fbterm.o -MD -MP -MF .deps/fbterm.Tpo -c -o fbterm.o fbterm.cpp fbterm.cpp: In function ‘void pollSignal()’: fbterm.cpp:73: error: ‘pendsig’ was not declared in this scope make[3]: *** [fbterm.o] Error 1 make[3]: Leaving directory/usr/local/src/fbterm-1.0/src' make[2]: * [all-recursive] Error 1 make[2]: Leaving directory /usr/local/src/fbterm-1.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/usr/local/src/fbterm-1.0' make: * [all] Error 2

What version of the product are you using? On what operating system?

> cat /etc/issue

Welcome to openSUSE 10.2 (X86-64) - Kernel \r (\l).

Please provide any additional information below.

Output from configure:

checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for ranlib... ranlib checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for forkpty in -lutil... yes checking for freetype2... yes checking for fontconfig... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking linux/fb.h usability... yes checking linux/fb.h presence... yes checking for linux/fb.h... yes checking linux/kd.h usability... yes checking linux/kd.h presence... yes checking for linux/kd.h... yes checking linux/keyboard.h usability... yes checking linux/keyboard.h presence... yes checking for linux/keyboard.h... yes checking gpm.h usability... yes checking gpm.h presence... yes checking for gpm.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking whether struct tm is in sys/time.h or time.h... time.h checking whether gcc needs -traditional... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking return type of signal handlers... void checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether stat accepts an empty string... no checking for bzero... yes checking for memmove... yes checking for munmap... yes checking for setenv... yes checking for socket... yes checking for strchr... yes checking for strstr... yes checking for strtol... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/lib/Makefile config.status: creating config.h config.status: executing depfiles commands

Comment #1

Posted on Aug 8, 2008 by Happy Horse

Comment deleted

Comment #2

Posted on Aug 8, 2008 by Happy Horse

a spelling error, "pendsig" should be "pendsigs" this bug is contained in a source code block for older linux kernel support. thanks for your reply.

Comment #3

Posted on Sep 9, 2008 by Happy Horse

(No comment was entered for this change.)

Status: Verified

Labels:
Type-Defect Priority-Medium