tot3lmon / avant-window-navigator

Automatically exported from code.google.com/p/avant-window-navigator
GNU General Public License v2.0
0 stars 0 forks source link

make fails on Solaris 11 b54 #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure
2. make

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

Instead of make finishing, it hangs on a sed command:

(from using make -d):
MAKEFLAGS value: 
   Building config.h because it is out of date relative to stamp-h1
  Building all because it is out of date relative to config.h
make  all-recursive
MAKEFLAGS value: -d
Making all in src
MAKEFLAGS value: -d
   Building all-am because it is out of date relative to Makefile
   Building all-am because it is out of date relative to avant-window-navigator
  Building all because all-am does not exist
Making all in data
MAKEFLAGS value: -d
Making all in active
MAKEFLAGS value: -d
   Building all-am because it is out of date relative to Makefile
   Building all-am because it is out of date relative to glow.png
   Building all-am because it is out of date relative to glow2.png
   Building all-am because it is out of date relative to glow3.png
   Building all-am because it is out of date relative to glow4.png
   Building all-am because it is out of date relative to glow5.png
   Building all-am because it is out of date relative to glow6.png
   Building all-am because it is out of date relative to glow7.png
   Building all-am because it is out of date relative to glow8.png
   Building all-am because it is out of date relative to glow9.png
  Building all because all-am does not exist
MAKEFLAGS value: -d
  Building all-am because it is out of date relative to Makefile
    Building avant-window-navigator.desktop.in because it is out of date
relative to avant-window-navigator.desktop.in.in
sed -e "s|\@PKGDATADIR\@|/usr/local/share/avant-window-navigator|g"  >
avant-window-navigator.desktop.in

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

Downloaded from link today (Feb 1 2007)

Please provide any additional information below.

Here is the output from configure:

checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... egrep
checking for ANSI C header files... yes
checking build system type... i386-pc-solaris2.11
checking host system type... i386-pc-solaris2.11
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... false
checking for ranlib... :
checking for strip... :
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/ccs/bin/ld) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared
libraries... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... no
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/ccs/bin/ld) supports shared
libraries... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking for intltool >= 0.34... 0.35.0 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... msgmerge
checking for xgettext... /usr/bin/xgettext
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for bind_textdomain_codeset... (cached) yes
found xgettext program is not GNU xgettext; ignore it
checking for catalogs to be installed...  en_GB
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.7... yes
checking for GLIB - version >= 2.8.0... yes (version 2.12.4)
checking for AWN... yes
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema
installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
configure: creating ./config.status
config.status: creating Makefile
config.status: creating avant-preferences/Makefile
config.status: creating src/Makefile
config.status: creating data/Makefile
config.status: creating data/active/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

Original issue reported on code.google.com by cory.tuc...@gmail.com on 1 Feb 2007 at 10:01

GoogleCodeExporter commented 8 years ago
Hi there,

I am not sure why you are getting this error, but I in svn I have removed the 
need
for this rule, so can you try latest SVN please.

Original comment by njpa...@gmail.com on 2 Feb 2007 at 2:19

GoogleCodeExporter commented 8 years ago
Can you confirm if Awn svn compiles cleanly or not please?

Original comment by njpa...@gmail.com on 6 Mar 2007 at 6:51

GoogleCodeExporter commented 8 years ago
I tried this on Ubuntu 6.10 and afet i compiled and ran it it crashed before 
getting
started.

Tried again on 7.04 and it crashes like so:

gerry@zanussi:~/Desktop/avant-window-navigator-0.1.1$ avant-window-navigator 
Segmentation fault (core dumped)
gerry@zanussi:~/Desktop/avant-window-navigator-0.1.1$ 

Nice and brief.

Original comment by gerry.st...@gmail.com on 3 May 2007 at 11:08

GoogleCodeExporter commented 8 years ago
Hi gerry, 

Can you please run awn in gdb like this:

$ gdb avant-window-navigator
<takes you to he gdb shell>
(gdb) r
<runs awn until it segfaults>
(gdb) bt

he last command will print the backtrace. Can you please copy and paste to 
output here.

Thanks.

Original comment by njpa...@gmail.com on 7 May 2007 at 6:15

GoogleCodeExporter commented 8 years ago
I am closing this due to no activity. Please re-open if the issue still exists.

--Neil

Original comment by njpa...@gmail.com on 23 Jun 2007 at 3:12