[lfs-support] LFS - 7 - expect5.45 - Tests 26 - Passed 9 - Failed 17

2012-01-06 Thread jasonpsage
LFS 7.0 - Win7 - Oracle Virtual Box - Slackware 13.87

Everything is building fine - then Expect Goes awry

I read in the book and used the line of script that quiets many errors
due to environment issues that we can't control (according to book) so I
expected the error prone stuff to be ignored like the book said.

That Said - is this something I should be worried about? So far all the
tools are building nicely this go around ... I might not of noticed this
before.. has anyone else had issues like this? And if it's nothing to
worry about - that's fine with me too!

Thank you

--Jason

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] LFS - 7 - expect5.45 - Tests 26 - Passed 9 - Failed 17

2012-01-06 Thread Bruce Dubbs
jasonps...@jegas.com wrote:
 LFS 7.0 - Win7 - Oracle Virtual Box - Slackware 13.87
 
 Everything is building fine - then Expect Goes awry

Is that 'away' or 'awry' as in 'askew'?  I don't really understand your 
issue.  The packages expect, check, and dejaGNU are only built in 
Chapter 5 (tools) and are not in the default path after a reboot.

If you are asking about the 'make test' for expect in Chapter 5, I can't 
help because I never do them in LFS.  When installing in BLFS, I get:

all.tcl: Total 29 Passed   29 Skipped  0  Failed   0

   -- Bruce


 I read in the book and used the line of script that quiets many errors
 due to environment issues that we can't control (according to book) so I
 expected the error prone stuff to be ignored like the book said.
 
 That Said - is this something I should be worried about? So far all the
 tools are building nicely this go around ... I might not of noticed this
 before.. has anyone else had issues like this? And if it's nothing to
 worry about - that's fine with me too!
 
 Thank you
 
 --Jason
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: lfs 7 rc2

2011-10-18 Thread spiky

On 17/10/11 23:02, Bruce Dubbs wrote:

spiky wrote:

On 17/10/11 22:40, Bruce Dubbs wrote:

spiky wrote:

I,m using Ubuntu 11.04  I ran the version script and fixed all
dependencies.

I having a problem with
Version 7.0-rc2 glibc-2.14.1 and the patches. I have used both patches
as per book, Just 1 Question the patches do go in untarred dir
glibc-2.14.1?

checking cpuid.h presence... yes
configure: WARNING: cpuid.h: present but cannot be compiled
configure: WARNING: cpuid.h: check for missing prerequisite headers?
configure: WARNING: cpuid.h: see the Autoconf documentation
configure: WARNING: cpuid.h: section Present But Cannot Be Compiled
configure: WARNING: cpuid.h: proceeding with the compiler's result
checking for cpuid.h... no
configure: error: gcc must provide thecpuid.h   header

It sounds like you don't have a full gcc installation.  autoconf is
checked for, but not required.

cpuid.h should be in
/mnt/lfs/tools/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/include/cpuid.h

It doesn't have any include files, but it does have some assembler code.

 -- Bruce

Yes thats where the file is

Oh yes.  Did you apply glibc-2.14.1-cpuid-1.patch?  Check
sysdeps/i386/configure around line 632 to make sure.  It's a 3 line patch.

-- Bruce


I rebuilt glibc-2.14.1 again,
the section regarding

ac_fn_c_check_header_mongrel $LINENO cpuid.h ac_cv_header_cpuid_h 
$ac_includes_default

if test x$ac_cv_header_cpuid_h = xyes; then :

else
  as_fn_error $? gcc must provide the cpuid.h header $LINENO 5
fi



# as_fn_set_status STATUS
# ---
# Set $? to STATUS, without forking.
as_fn_set_status ()
{
  return $1
} # as_fn_set_status

# as_fn_exit STATUS
# -
# Exit the shell with STATUS, even in a trap 0 or set -e context.
as_fn_exit ()
{
  set +e
  as_fn_set_status $1
  exit $1
} # as_fn_exit
# as_fn_arith ARG...
# --
# Perform arithmetic evaluation on the ARGs, and store the result in the
# global $as_val. Take advantage of shells that can avoid forks. The arguments
# must be portable across $(()) and expr.
if (eval test \$(( 1 + 1 )) = 2) 2/dev/null; then :
  eval 'as_fn_arith ()
  {
as_val=$(( $* ))
  }'
else
  as_fn_arith ()
  {
as_val=`expr $@ || test $? -eq 1`
  }
fi # as_fn_arith

if expr a : '\(a\)' /dev/null 21 
   test X`expr 1 : '.*\(...\)'` = X001; then
  as_expr=expr
else
  as_expr=false
fi

if (basename -- /) /dev/null 21  test X`basename -- / 21` = X/; then
  as_basename=basename
else
  as_basename=false
fi

as_me=`$as_basename -- $0 ||
$as_expr X/$0 : '.*/\([^/][^/]*\)/*$' \| \
 X$0 : 'X\(//\)$' \| \
 X$0 : 'X\(/\)' \| . 2/dev/null ||
$as_echo X/$0 |
sed '/^.*\/\([^/][^/]*\)\/*$/{
s//\1/
q
  }
  /^X\/\(\/\/\)$/{
s//\1/
q
  }
  /^X\/\(\/\).*/{
s//\1/
q
  }
  s/.*/./; q'`


  as_lineno_1=$LINENO as_lineno_1a=$LINENO
  as_lineno_2=$LINENO as_lineno_2a=$LINENO
  eval 'test x$as_lineno_1'$as_run' != x$as_lineno_2'$as_run' 
  test x`expr $as_lineno_1'$as_run' + 1` = x$as_lineno_2'$as_run'' || {
  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
  sed -n '
p
/[$]LINENO/=
  ' $as_myself |
sed '
  s/[$]LINENO.*/-/
  t lineno
  b
  :lineno
  N
  :loop
  s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
  t loop
  s/-\n.*//
' $as_me.lineno 
  chmod +x $as_me.lineno ||
{ $as_echo $as_me: error: cannot create $as_me.lineno; rerun with a POSIX 
shell 2; as_fn_exit 1; }

  # Don't try to exec as it changes $[0], causing all sort of problems
  # (the dirname of $[0] is not the place where we might find the
  # original and so on.  Autoconf is especially sensitive to this).
  . ./$as_me.lineno
  # Exit status is that of the last command.
  exit
}

# Factoring default headers for most tests.
ac_includes_default=\
#include stdio.h
#ifdef HAVE_SYS_TYPES_H
# include sys/types.h
#endif
#ifdef HAVE_SYS_STAT_H
# include sys/stat.h
#endif
#ifdef STDC_HEADERS
# include stdlib.h
# include stddef.h
#else
# ifdef HAVE_STDLIB_H
#  include stdlib.h
# endif
#endif
#ifdef HAVE_STRING_H
# if !defined STDC_HEADERS  defined HAVE_MEMORY_H
#  include memory.h
# endif
# include string.h
#endif
#ifdef HAVE_STRINGS_H
# include strings.h
#endif
#ifdef HAVE_INTTYPES_H
# include inttypes.h
#endif
#ifdef HAVE_STDINT_H
# include stdint.h
#endif
#ifdef HAVE_UNISTD_H
# include unistd.h
#endif


# ac_fn_c_try_compile LINENO
# --
# Try to compile conftest.$ac_ext, and return whether this succeeded.
ac_fn_c_try_compile ()
{
  as_lineno=${as_lineno-$1} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  rm -f conftest.$ac_objext
  if { { ac_try=$ac_compile
case (($ac_try in
  *\* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
eval ac_try_echo=\\$as_me:${as_lineno-$LINENO}: $ac_try_echo\
$as_echo $ac_try_echo; } 5
  (eval $ac_compile) 

lfs 7 rc2

2011-10-17 Thread spiky

I,m using Ubuntu 11.04  I ran the version script and fixed all dependencies.

I having a problem with
Version 7.0-rc2 glibc-2.14.1 and the patches. I have used both patches 
as per book, Just 1 Question the patches do go in untarred dir glibc-2.14.1?


checking cpuid.h presence... yes
configure: WARNING: cpuid.h: present but cannot be compiled
configure: WARNING: cpuid.h: check for missing prerequisite headers?
configure: WARNING: cpuid.h: see the Autoconf documentation
configure: WARNING: cpuid.h: section Present But Cannot Be Compiled
configure: WARNING: cpuid.h: proceeding with the compiler's result
checking for cpuid.h... no
configure: error: gcc must provide the cpuid.h header
checking for autoconf... no
configure: WARNING:
*** These auxiliary programs are missing or incompatible versions: autoconf
*** some features will be disabled.
*** Check the INSTALL file for required versions.
checking LD_LIBRARY_PATH variable... ok
checking whether GCC supports -static-libgcc... -static-libgcc
checking for bash... /bin/bash
checking for gawk... gawk
checking for perl... /usr/bin/perl
checking for install-info... /usr/bin/install-info
checking for bison... /usr/bin/bison
checking for signed size_t type... no
checking for libc-friendly stddef.h... yes
checking whether we need to use -P to assemble .S files... no
checking for .set assembler directive... yes
checking for assembler gnu_unique_object symbol type... yes
checking for .symver assembler directive... yes
checking for ld --version-script... yes
checking for .previous assembler directive... yes
checking for .protected and .hidden assembler directive... yes
checking whether __attribute__((visibility())) is supported... yes
checking for broken __attribute__((visibility()))... no
checking for broken __attribute__((alias()))... no
checking whether to put _rtld_local into .sdata section... no
checking for .preinit_array/.init_array/.fini_array support... yes
checking for libunwind-support in compiler... no
checking for -z nodelete option... yes
checking for -z nodlopen option... yes
checking for -z initfirst option... yes
checking for -z relro option... yes
checking for -Bgroup option... yes
checking for libgcc_s suffix... 
checking for --as-needed option... no
checking whether --noexecstack is desirable for .S files... yes
checking for -z combreloc... yes
checking for -z execstack... yes
checking for -fpie... no
checking for --hash-style option... yes
checking for -fno-toplevel-reorder -fno-section-anchors... yes
checking for -fstack-protector... no
checking for -fgnu89-inline... yes
checking whether cc puts quotes around section names... no
checking for assembler .weak directive... yes
checking whether CFI directives are supported... yes
checking for ld --no-whole-archive... yes
checking for gcc -fexceptions... yes
checking for __builtin_expect... yes
checking for __builtin_memset... yes
checking for redirection of built-in functions... yes
checking for __thread... yes
checking for tls_model attribute... yes
checking for libgd... no
checking for is_selinux_enabled in -lselinux... no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... no
checking for sys/types.h... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking size of long double... 0
running configure fragment for sysdeps/i386/elf
checking for i386 TLS support... yes
running configure fragment for nptl/sysdeps/pthread
checking for forced unwind support... (cached) yes
checking for C cleanup handling... (cached) yes
running configure fragment for sysdeps/pthread
running configure fragment for sysdeps/unix/sysv/linux
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking installed Linux kernel header files... 2.0.10 or later
checking for kernel header at least 2.6.25... ok
running configure fragment for sysdeps/i386
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for ANSI C header files... (cached) no
checking for sys/types.h... (cached) no
checking for sys/stat.h... (cached) no
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for memory.h... (cached) no
checking for strings.h... (cached) no
checking for inttypes.h... (cached) no
checking for stdint.h... (cached) no
checking for unistd.h... (cached) no
checking cpuid.h usability... no
checking cpuid.h presence... yes
configure: WARNING: cpuid.h: present but cannot be compiled
configure: WARNING: cpuid.h: check for missing prerequisite headers?
configure: WARNING: cpuid.h: see the Autoconf documentation
configure: WARNING: cpuid.h: section Present But Cannot Be Compiled
configure: WARNING: cpuid.h: 

Re: lfs 7 rc2

2011-10-17 Thread Bruce Dubbs
spiky wrote:
 I,m using Ubuntu 11.04  I ran the version script and fixed all 
 dependencies.
 
 I having a problem with
 Version 7.0-rc2 glibc-2.14.1 and the patches. I have used both patches 
 as per book, Just 1 Question the patches do go in untarred dir 
 glibc-2.14.1?
 
 checking cpuid.h presence... yes
 configure: WARNING: cpuid.h: present but cannot be compiled
 configure: WARNING: cpuid.h: check for missing prerequisite headers?
 configure: WARNING: cpuid.h: see the Autoconf documentation
 configure: WARNING: cpuid.h: section Present But Cannot Be Compiled
 configure: WARNING: cpuid.h: proceeding with the compiler's result
 checking for cpuid.h... no
 configure: error: gcc must provide the cpuid.h header

It sounds like you don't have a full gcc installation.  autoconf is 
checked for, but not required.

cpuid.h should be in 
/mnt/lfs/tools/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/include/cpuid.h

It doesn't have any include files, but it does have some assembler code.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: lfs 7 rc2

2011-10-17 Thread spiky
On 17/10/11 22:40, Bruce Dubbs wrote:
 spiky wrote:
 I,m using Ubuntu 11.04  I ran the version script and fixed all
 dependencies.

 I having a problem with
 Version 7.0-rc2 glibc-2.14.1 and the patches. I have used both patches
 as per book, Just 1 Question the patches do go in untarred dir
 glibc-2.14.1?

 checking cpuid.h presence... yes
 configure: WARNING: cpuid.h: present but cannot be compiled
 configure: WARNING: cpuid.h: check for missing prerequisite headers?
 configure: WARNING: cpuid.h: see the Autoconf documentation
 configure: WARNING: cpuid.h: section Present But Cannot Be Compiled
 configure: WARNING: cpuid.h: proceeding with the compiler's result
 checking for cpuid.h... no
 configure: error: gcc must provide thecpuid.h  header
 It sounds like you don't have a full gcc installation.  autoconf is
 checked for, but not required.

 cpuid.h should be in
 /mnt/lfs/tools/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/include/cpuid.h

 It doesn't have any include files, but it does have some assembler code.

 -- Bruce
Yes thats where the file is
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: lfs 7 rc2

2011-10-17 Thread Bruce Dubbs
spiky wrote:
 On 17/10/11 22:40, Bruce Dubbs wrote:
 spiky wrote:
 I,m using Ubuntu 11.04  I ran the version script and fixed all
 dependencies.

 I having a problem with
 Version 7.0-rc2 glibc-2.14.1 and the patches. I have used both patches
 as per book, Just 1 Question the patches do go in untarred dir
 glibc-2.14.1?

 checking cpuid.h presence... yes
 configure: WARNING: cpuid.h: present but cannot be compiled
 configure: WARNING: cpuid.h: check for missing prerequisite headers?
 configure: WARNING: cpuid.h: see the Autoconf documentation
 configure: WARNING: cpuid.h: section Present But Cannot Be Compiled
 configure: WARNING: cpuid.h: proceeding with the compiler's result
 checking for cpuid.h... no
 configure: error: gcc must provide thecpuid.h  header
 It sounds like you don't have a full gcc installation.  autoconf is
 checked for, but not required.

 cpuid.h should be in
 /mnt/lfs/tools/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/include/cpuid.h

 It doesn't have any include files, but it does have some assembler code.

 -- Bruce
 Yes thats where the file is

Oh yes.  Did you apply glibc-2.14.1-cpuid-1.patch?  Check 
sysdeps/i386/configure around line 632 to make sure.  It's a 3 line patch.

   -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: lfs-.7

2011-04-22 Thread janu mam
first thing is in lfs6.7,@ 6.16. GCC-4.5.1
make -k check, giving errors

according to book(Test the results, but do not stop at errors:)
shall i move to furward
plz help me
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: lfs-.7

2011-04-22 Thread William Immendorf
On Fri, Apr 22, 2011 at 12:01 AM, janu mam janakiramulu.mt...@gmail.com wrote:
 hi i am building lfs6.7(using lfs live cd)
  6.49. Make-3.82
 make giving full(al) errors
Sorry, but we need more information than that - What was the last
command run and the errors afterward? We'd like to see the tail end of
the build log.

Also, LFS 6.8 is out. Just so you know. It's been out for a month, not
really sure why you are using 6.7.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: lfs-.7

2011-04-22 Thread William Immendorf
On Fri, Apr 22, 2011 at 2:47 AM, janu mam janakiramulu.mt...@gmail.com wrote:

 first thing is in lfs6.7,@ 6.16. GCC-4.5.1
 make -k check, giving errors

 according to book(Test the results, but do not stop at errors:)
 shall i move to furward
 plz help me
Well, you moved on anyway, judging by your previous message. Please
attach what ../gcc-4.5.1/contrib/test_summary | grep -A7 Summ
outputs. (Copy the command, not including the quotes)

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


lfs-.7

2011-04-21 Thread janu mam
hi i am building lfs6.7(using lfs live cd)
 6.49. Make-3.82
make giving full(al) errors
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page