Custom Query (532 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 532)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#36 fixed chown -Rv root:root /usr/share/libtool/libltdl is bogus ken ken
Description

Been meaning to flag this up for a while, but lacked a current log which included the original ownership of the libltdl directory. Since about 1.5.20 the ownership has been correct. My log shows the following:

initial libtool ownership
/usr/share/libtool:
total 288
-rwxr-xr-x 1 root root  43668 May 22 05:57 config.guess
-rwxr-xr-x 1 root root  32151 May 22 05:57 config.sub
-rwxr-xr-x 1 root root  10970 May 22 05:57 install-sh
drwxr-xr-x 2 root root   4096 May 22 05:57 libltdl
-rw-r--r-- 1 root root 196440 May 22 05:57 ltmain.sh

/usr/share/libtool/libltdl:
total 1516
-rw-r--r-- 1 root root  26542 May 22 05:57 COPYING.LIB
-rw-r--r-- 1 root root    763 May 22 05:57 Makefile.am
-rw-r--r-- 1 root root  21189 May 22 05:57 Makefile.in
-rw-r--r-- 1 root root    347 May 22 05:57 README
-rw-r--r-- 1 root root 243808 May 22 05:57 acinclude.m4
-rw-r--r-- 1 root root  32231 May 22 05:57 aclocal.m4
-rw-r--r-- 1 root root   5301 May 22 05:57 config-h.in
-rwxr-xr-x 1 root root  43668 May 22 05:57 config.guess
-rwxr-xr-x 1 root root  32151 May 22 05:57 config.sub
-rwxr-xr-x 1 root root 767008 May 22 05:57 configure
-rw-r--r-- 1 root root   2252 May 22 05:57 configure.ac
-rwxr-xr-x 1 root root  10970 May 22 05:57 install-sh
-rw-r--r-- 1 root root  98519 May 22 05:57 ltdl.c
-rw-r--r-- 1 root root  11878 May 22 05:57 ltdl.h
-rw-r--r-- 1 root root 196440 May 22 05:57 ltmain.sh
-rwxr-xr-x 1 root root  10587 May 22 05:57 missing
ownership of `/usr/share/libtool/libltdl/COPYING.LIB' retained as root:root
(remaining output from chown snipped)

#37 fixed The ppc64 version of 'To Boot or to Chroot ?' is wrong. ken ken
Description

Background: I use a G5 (ppc970 cpu) which has to have a 64-bit kernel nowadays (64-bit was always recommended). When I want to test the ppc book, I use linux32 to alter the kernel personality. The only visible results of that are that uname shows ppc instead of ppc64. Interestingly, it is totally capable of running both versions of libc.so.6 in /tools/lib{,64}, and anything else in /tools.

Unfortunately, the glibc configury gets well and truly confused when trying to build 64-bit glibc:

gcc -m64 ../sysdeps/powerpc/powerpc32/libgcc-compat.S -c  -I../include -I/building/glibc-build/csu -I/building/glibc-build -I../sysdeps/powerpc/powerpc32/elf -I../sysdeps/powerpc/elf -I../sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu -I../sysdeps/powerpc/powerpc32/fpu -I../nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32 -I../sysdeps/unix/sysv/linux/powerpc/powerpc32 -I../nptl/sysdeps/unix/sysv/linux/powerpc -I../sysdeps/unix/sysv/linux/powerpc -I../sysdeps/ieee754/ldbl-128ibm -I../sysdeps/ieee754/ldbl-opt -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../sysdeps/unix/powerpc -I../nptl/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/powerpc/powerpc32 -I../sysdeps/wordsize-32 -I../sysdeps/powerpc/fpu -I../nptl/sysdeps/powerpc -I../sysdeps/powerpc -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -I../nptl  -I.. -I../libio -I.  -D_LIBC_REENTRANT -include ../include/libc-symbols.h  -DPIC -DSHARED  -DHAVE_DOT_HIDDEN   -DHAVE_INITFINI -DASSEMBLER  -I/building/glibc-build/csu/.    -o /building/glibc-build/csu/libgcc-compat.os -MD -MP -MF /building/glibc-build/csu/libgcc-compat.os.dt -MT /building/glibc-build/csu/libgcc-compat.os
../sysdeps/powerpc/powerpc32/libgcc-compat.S: Assembler messages:
../sysdeps/powerpc/powerpc32/libgcc-compat.S:70: Error: syntax error; found `@' but expected `,'
../sysdeps/powerpc/powerpc32/libgcc-compat.S:70: Error: junk at end of line: `@local'
../sysdeps/powerpc/powerpc32/libgcc-compat.S:77: Error: syntax error; found `@' but expected `,'
../sysdeps/powerpc/powerpc32/libgcc-compat.S:77: Error: junk at end of line: `@local'
[ snip lots more of these ]
make[2]: *** [/building/glibc-build/csu/libgcc-compat.os] Error 1
make[2]: Leaving directory `/building/glibc-2.4/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/building/glibc-2.4'
make: *** [all] Error 2

So, for ppc64 I propose to change the book to

uname -a | grep '^Linux.*2\.6\..*ppc64' && echo "ok to chroot" || echo "you must boot"
#38 fixed UID/GID chris@… Jim Gifford
Description

Match LFS UID's and GID's, but leave information on how create the additional users and groups and explanation of what they are for.

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.