[gentoo-user] Re: emerge nano ?

2008-05-11 Thread Anno v. Heimburg
Dani Crisan wrote:

 * If you need support, post the topmost build error, and the call stack if
 relevant.

Um... since you seem to need support, could you please post the topmost
build error, and the call stack of relvant?

make: *** [all] Error 2 is the bottommost build error, not the topmost.
Look through the build messages for the first error, and post everything
from that on down.

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: emerge nano ?

2008-05-11 Thread Dani Crisan



- Original Message 
From: Anno v. Heimburg [EMAIL PROTECTED]
To: gentoo-user@lists.gentoo.org
Sent: Sunday, May 11, 2008 1:01:01 PM
Subject: [gentoo-user]  Re: emerge nano ?

Dani Crisan wrote:

 * If you need support, post the topmost build error, and the call stack if
 relevant.

Um... since you seem to need support, could you please post the topmost
build error, and the call stack of relvant?

make: *** [all] Error 2 is the bottommost build error, not the topmost.
Look through the build messages for the first error, and post everything
from that on down.

-- 
gentoo-user@lists.gentoo.org mailing list


Here is the whole log file:


cat /var/tmp/portage/app-editors/nano-2.1.1/temp/build.log
 Unpacking source...
 Unpacking nano-2.1.1.tar.gz to /var/tmp/portage/app-editors/nano-2.1.1/work
 Source unpacked.
 Compiling source in /var/tmp/portage/app-editors/nano-2.1.1/work/nano-2.1.1 
 ...
 * econf: updating nano-2.1.1/config.guess with 
/usr/share/gnuconfig/config.guess
 * econf: updating nano-2.1.1/config.sub with /usr/share/gnuconfig/config.sub
../configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man 
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc 
--localstatedir=/var/lib --bindir=/bin --enable-color --enable-multibuffer 
--enable-nanorc --disable-wrapping-as-root --disable-speller --disable-justify 
--disable-debug --enable-nls --enable-utf8 --disable-tiny --without-slang 
--build=i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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 i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-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 i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking whether ln -s works... yes
checking for strerror in -lcposix... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... 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 getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking whether to enable UTF-8 support... yes
checking whether to use slang... no
checking for getdelim... yes
checking for getline... yes
checking for isblank... yes
checking for strcasecmp... yes
checking for strcasestr... yes
checking for strncasecmp... yes
checking for strnlen... yes
checking for vsnprintf... yes
checking for iswalnum... yes
checking for iswblank... yes
checking for iswpunct... yes
checking for iswspace... yes
checking for nl_langinfo... yes
checking for mblen... yes
checking for mbstowcs... yes
checking for mbtowc... yes
checking for wctomb... yes
checking for wcwidth... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for getopt_long... yes
checking

Re: [gentoo-user] Re: emerge nano ?

2008-05-11 Thread Volker Armin Hemmann
On Sonntag, 11. Mai 2008, Dani Crisan wrote:

the error starts here:
global.c: In function 'shortcut_init':
global.c:1036: error: 'do_spell' undeclared (first use in this function)

have a look here:
http://bugs.gentoo.org/show_bug.cgi?id=221219

 your first step should always be bugs.gentoo.org if something does not build. 
Usually you are not alone - and in a lot of times somebody already has found 
a solution.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: emerge nano ?

2008-05-11 Thread Volker Armin Hemmann
oh, and please don't break threading.

Don't start a new thread to answer other mails and answer the mails below 
them.

If your programm can't do it, switch to one that can.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: emerge nano ?

2008-05-11 Thread Mike Edenfield
This has been reported to bugs.gentoo.org -- it seems to be a bug in 
nano.  For the time being you can get it to build if you enable the 
spell USE flag:



echo app-editors/nano spell  /etc/portage/package.use
emerge nano



--
gentoo-user@lists.gentoo.org mailing list