On Mon, Dec 17, 2018 at 11:56 AM René Rebe <[email protected]> wrote:

> Hi,
>
> On 17 Dec 2018, at 18:54, Joe Kozak <
> [email protected]> wrote:
>
> oh i used the fixfile and then a cd.. then a difffixfile >
> ../packa...blabla/funtoy.patch  the whole works!    then went in the
> src.xxxxxxxxxxxxxxx/directory/.....  and found the unchanged file!     :)
> I'll figure it out soon....  probobly need sleep too....  sometime.....
> maybe…
>
>
> in t2/trunk you do not need to redirect fixfilediff output, with a
> filename supplied fixfilediff will create the file directly in the
> package’s $confdir:
>
> fixfilediff hotfix.patch
> fixfilediff glibc-2.18.patch
>
> are common names.
>
>
That is quite convenient! thanks!

at risk of too much email, here is where i am stuck from fresh install from
newest x86_64 minimal install   and now I go nap....


moo@moo-PowerEdge-R710 ~ $ ssh -XC [email protected]
> [email protected]'s password:
> X11 forwarding request failed on channel 0
> root@localhost:~# ls
> .  ..
> root@localhost:~#
> root@localhost:~#
> root@localhost:~#
> root@localhost:~#
> root@localhost:~# svn co https://svn.exactcode.de/t2/trunk t2-trunk
> svn: warning: cannot set LC_CTYPE locale
> svn: warning: environment variable LANG is en_US
> svn: warning: please check that your locale name is correct
> Error validating server certificate for 'https://svn.exactcode.de:443':
>  - The certificate is not issued by a trusted authority. Use the
>    fingerprint to validate the certificate manually!
> Certificate information:
>  - Hostname: exactcode.com
>  - Valid: from Oct  7 07:43:19 2018 GMT until Jan  5 07:43:19 2019 GMT
>  - Issuer: Let's Encrypt Authority X3, Let's Encrypt, US
>  - Fingerprint: DB:E5:49:3F:47:87:8D:55:B2:28:CB:48:24:C6:15:3C:14:4D:54:29
> (R)eject, accept (t)emporarily or accept (p)ermanently? p
> A    t2-trunk/architecture
>
> dot dot dot
>
> A    t2-trunk/source/utility/template/Storage.tcc
> A    t2-trunk/source/utility/TypeInformation.hh
> Checked out external at revision 591.
>
> Checked out revision 47418.
> root@localhost:~# ls
> .  ..  .subversion  t2-trunk
> root@localhost:~# cd t2-trunk/
> root@localhost:~/t2-trunk# ls
> .  ..  .svn  COPYING  README  architecture  doc  kernel  misc  package
> scripts  source  target
> root@localhost:~/t2-trunk# ./scripts/Config
> Aquiring config write lock (may take until other configs finished) ...
> Creating confdialog tool.
> gcc misc/confdialog/*.c -Imisc/confdialog -lncurses -o src/confdialog.bin
> T2 9.0-svn configuration ...
> Building src/luabash.so.
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lapi.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lauxlib.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lbaselib.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lcode.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/ldblib.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/ldebug.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/ldo.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/ldump.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lfunc.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lgc.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/linit.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/liolib.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/llex.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lmathlib.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lmem.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/loadlib.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lobject.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lopcodes.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/loslib.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lparser.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lstate.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lstring.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lstrlib.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/ltable.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/ltablib.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/ltm.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lundump.o
> lua/lauxlib.c: In function 'luaL_loadfile':
> lua/lauxlib.c:578:4: warning: this 'while' clause does not guard...
> [-Wmisleading-indentation]
>     while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ;
>     ^~~~~
> lua/lauxlib.c:579:5: note: ...this statement, but the latter is
> misleadingly indented as if it were guarded by the 'while'
>      lf.extraline = 0;
>      ^~
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lvm.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/lzio.o
>   C         /root/t2-trunk/src/Linux-x86_64/lua/print.o
>   LINK LIB  /root/t2-trunk/src/Linux-x86_64/lua/lua.a
>   C         /root/t2-trunk/src/Linux-x86_64/bash/luabash.o
>   LINK DYN  /root/t2-trunk/src/Linux-x86_64/bash/luabash.so
> /usr/lib64/gcc/x86_64-t2-linux-gnu/8.2.0/../../../../x86_64-t2-linux-gnu/bin/ld:
> /root/t2-trunk/src/Linux-x86_64/lua/lua.a: in function `os_tmpname':
> loslib.c:(.text+0xf370): warning: the use of `tmpnam' is dangerous, better
> use `mkstemp'
> INSTALL DYNLIB /root/t2-trunk/src/Linux-x86_64/bash/luabash.so
> Lua Bash accel. (C) 2006-2015 by V. Ziegler, R. Rebe, ExactCODE GmbH
> Building src/luabash.so.
> INSTALL DYNLIB /root/t2-trunk/src/Linux-x86_64/bash/luabash.so
> Lua Bash accel. (C) 2006-2015 by V. Ziegler, R. Rebe, ExactCODE GmbH
> Building src/luabash.so.
> INSTALL DYNLIB /root/t2-trunk/src/Linux-x86_64/bash/luabash.so
> Lua Bash accel. (C) 2006-2015 by V. Ziegler, R. Rebe, ExactCODE GmbH
> Building src/luabash.so.
> INSTALL DYNLIB /root/t2-trunk/src/Linux-x86_64/bash/luabash.so
> Lua Bash accel. (C) 2006-2015 by V. Ziegler, R. Rebe, ExactCODE GmbH
> New config written to: config/default/
> Cleaning up. Configuration finished.
> root@localhost:~/t2-trunk# ./scripts/Build-Target
> Paranoia Check: No active swap partition found!
> That can cause the build scripts to stall your system!. Better
> activate swap using the 'swapon' command and try again.
>
>
> Building tools in build/.../TOOLCHAIN/tools.cross:
> -> Building tools.cross/wrapper/cmd_wrapper.
> -> Building tools.cross/wrapper/strip_wrapper.
> -> Building tools.cross/wrapper/{uname,arch}.
> -> Building tools.cross/wrapper/install_wrapper.
> -> Building tools.cross/bin/getdu.
> -> Building tools.cross/bin/getfiles.
> -> Building tools.cross/bin/fl_wrparse.
> -> Building tools.cross/bin/fl_stparse.
> -> Building tools.cross/lib/fl_wrapper.so.
> src/fl_wrapper_3686.c: In function 'handle_file_access_after':
> src/fl_wrapper_3686.c:1170:37: warning: 'snprintf' output may be truncated
> before the last format character [-Wformat-truncation=]
>    snprintf(absfile, PATH_MAX, "%s/%s", cwd, file);
>                                      ^
> src/fl_wrapper_3686.c:1170:3: note: 'snprintf' output 2 or more bytes
> (assuming 4097) into a destination of size 4096
>    snprintf(absfile, PATH_MAX, "%s/%s", cwd, file);
>    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> src/fl_wrapper_3686.c:1255:23: warning: '%s' directive writing up to 4095
> bytes into a region of size 4093 [-Wformat-overflow=]
>   sprintf(buf,"%s.%s:\t%s\n", cmdname, func, absfile);
>                        ^~                    ~~~~~~~
> src/fl_wrapper_3686.c:1255:2: note: 'sprintf' output 5 or more bytes
> (assuming 4100) into a destination of size 4096
>   sprintf(buf,"%s.%s:\t%s\n", cmdname, func, absfile);
>   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> -> Testing tools.cross/lib/fl_wrapper.so.
> -> Creating tools.cross/lib/parse-config.
> -> Creating tools.cross/lib/pkg_*_{pre,post}.conf
> INFO: Auto-detecting best mirror ...
> INFO: Downloading mirror-list from t2-project.org.
> INFO: Testing <Germany (ExactCODE) - dl.t2-project.org (HTTP)> ... ok
> 58409.000 B/s
> INFO: Testing <Germany (ExactCODE) - dl.t2-project.org (HTTPS)> ... ok
> 64694.000 B/s
> INFO: Using mirror <https://dl.t2-project.org/mirror/9.0>.
>
> Downloading 00-dirtree:download/mirror// ...
> Warning: Failed to create the file download/mirror//.incomplete: No such
> file
> Warning: or directory
> ########################################################################
> 100.0%
> curl: (23) Failed writing body (0 != 4699)
> Finished downloading 4699 bytes in 0.571437 seconds (8229.000 bytes/sec).
> ERROR: CURL Returned Error 23. Please read the curl manpage.
> INFO: download from mirror failed, trying original URL.
>  unrecognized!
>
> == 11:49:03 =[0]=> Building base/00-dirtree [0000 9.0-svn].
> -> Altering arch_{machine,target} to sparcv9b ...
> -> Parallel build using 24 jobs enabled.
> -> Reading package config: package/base/00-dirtree/00-dirtree.conf
> -> Preparing build in src.00-dirtree.default.20181217.114902.4401.localhost
> -> Building. Writing output to $root/var/adm/logs/0-00-dirtree.out
> == 12/17/18 11:49:06 =[0]=> Finished building package 00-dirtree.
>
> Downloading linux-header:download/mirror/l/linux-3.19.tar.xz ...
> ########################################################################
> 100.0%
> Finished downloading 89885225 bytes in 87.941903 seconds (1022108.000
> bytes/sec).
> cksum-test (zstd): download/mirror/l/linux-3.19.tar.zst
>
> == 11:50:39 =[0]=> Building base/linux-header [3.19 9.0-svn].
> -> Altering arch_{machine,target} to sparcv9b ...
> -> Parallel build using 24 jobs enabled.
> -> Reading package config: package/base/linux-header/linux-header.conf
> -> Preparing build in
> src.linux-header.default.20181217.115038.8223.localhost
> -> Building. Writing output to $root/var/adm/logs/0-linux-header.out
> !>          ^~~~~~~~
> !>          AF_MAX
> !> scripts/basic/fixdep.c:322:9: note: each undeclared identifier is
> reported only once for each function it ap ..
> !> scripts/basic/fixdep.c:322:7: warning: unused variable 's'
> [-Wunused-variable]
> !>   char s[PATH_MAX];
> !>        ^
> !> Due to previous errors, no 0-linux-header.log file!
> !> (Try enabling xtrace in the config to track an error inside the build
> system.)
> == 12/17/18 11:50:46 =[0]=> Aborted building package linux-header .
> -> Unmounting loop mounts ...
> root@localhost:~/t2-trunk#
>
>
----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to