Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NattyNarwhal/1b5b639c2b88da8f7b6b213387f09d10 to your computer and use it in GitHub Desktop.
Save NattyNarwhal/1b5b639c2b88da8f7b6b213387f09d10 to your computer and use it in GitHub Desktop.
AUGH LIBTOOL BURNS
bash-4.4$ truss -a -f -t kfork,execve,_exit /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../mono/eglib -I../../mono/eglib -fvisibility=hidden -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -maix64 -DGC_AIX_THREADS -D_ALL_SOURCE -D_THREAD_SAFE -D_LARGE_FILES -D_REENTRANT -g -D__mono_ppc__ -D__mono_ppc64__ -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -g -O2 -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mminimal-toc -Werror-implicit-function-declaration -MT libmonoutils_la-networking-fallback.lo -MD -MP -MF .deps/libmonoutils_la-networking-fallback.Tpo -c -o libmonoutils_la-networking-fallback.lo `test -f 'networking-fallback.c' || echo './'`networking-fallback.c 2> >(perl -pe 'use POSIX strftime; print strftime "[%Y-%m-%d %H:%M:%S] ", localtime')
[2018-06-30 17:29:18] 6226050: execve("/bin/sh", 0x2FF2272C, 0x20014B98) argc: 72
[2018-06-30 17:29:18] 6226050: 53215475: argv: /bin/sh ../../libtool --tag=CC --mode=compile gcc
[2018-06-30 17:29:18] 6226050: 53215475: -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../mono/eglib
[2018-06-30 17:29:18] 6226050: 53215475: -I../../mono/eglib -fvisibility=hidden -Wall -Wunused
[2018-06-30 17:29:18] 6226050: 53215475: -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
[2018-06-30 17:29:18] 6226050: 53215475: -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual
[2018-06-30 17:29:18] 6226050: 53215475: -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value
[2018-06-30 17:29:18] 6226050: 53215475: -Wno-attributes -Wno-format-zero-length -maix64 -DGC_AIX_THREADS
[2018-06-30 17:29:18] 6226050: 53215475: -D_ALL_SOURCE -D_THREAD_SAFE -D_LARGE_FILES -D_REENTRANT -g
[2018-06-30 17:29:18] 6226050: 53215475: -D__mono_ppc__ -D__mono_ppc64__ -Wall -Wunused -Wmissing-prototypes
[2018-06-30 17:29:18] 6226050: 53215475: -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes
[2018-06-30 17:29:18] 6226050: 53215475: -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings
[2018-06-30 17:29:18] 6226050: 53215475: -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes
[2018-06-30 17:29:18] 6226050: 53215475: -Wno-format-zero-length -g -O2 -std=gnu99 -fno-strict-aliasing
[2018-06-30 17:29:18] 6226050: 53215475: -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g
[2018-06-30 17:29:18] 6226050: 53215475: -mminimal-toc -Werror-implicit-function-declaration -MT
[2018-06-30 17:29:18] 6226050: 53215475: libmonoutils_la-networking-fallback.lo -MD -MP -MF
[2018-06-30 17:29:18] 6226050: 53215475: .deps/libmonoutils_la-networking-fallback.Tpo -c -o
[2018-06-30 17:29:18] 6226050: 53215475: libmonoutils_la-networking-fallback.lo networking-fallback.c
[2018-06-30 17:29:18] 6226050: 53215475: kfork() = 21233732
[2018-06-30 17:29:18] 21233732: kfork() (returning as child ...) = 0
[2018-06-30 17:29:18] 21233732: 60227585: _exit(0)
[2018-06-30 17:29:18] 6226050: Received signal #20, SIGCHLD [caught]
[2018-06-30 17:29:18] 6226050: 53215475: kfork() = 21233734
[2018-06-30 17:29:18] 21233734: kfork() (returning as child ...) = 0
[2018-06-30 17:29:18] 21233734: 60227587: _exit(0)
[2018-06-30 17:29:18] 6226050: Received signal #20, SIGCHLD [caught]
[2018-06-30 17:29:18] 6226050: 53215475: kfork() = 21233736
[2018-06-30 17:29:18] 21233736: kfork() (returning as child ...) = 0
[2018-06-30 17:29:18] 21233736: 60227589: kfork() = 16842872
[2018-06-30 17:29:18] 16842872: Akfork() (returning as child ...) = 0
[2018-06-30 17:29:18] 16842872: 42991701: _exit(0)
[2018-06-30 17:29:18] 21233736: 60227589: execve("/opt/freeware/bin/sed", 0x2009F458, 0x2009F4B8) argc: 2
[2018-06-30 17:29:18] 21233736: 60227589: argv: /opt/freeware/bin/sed s|^.*/||
[2018-06-30 17:29:18] 21233736: 60227589: _exit(0)
[2018-06-30 17:29:18] 6226050: Received signal #20, SIGCHLD [caught]
[2018-06-30 17:29:18] 6226050: 53215475: kfork() = 21233738
[2018-06-30 17:29:18] 21233738: kfork() (returning as child ...) = 0
[2018-06-30 17:29:18] 21233738: 60227591: kfork() = 13041826
[2018-06-30 17:29:18] 13041826: Akfork() (returning as child ...) = 0
[2018-06-30 17:29:18] 13041826: 57344157: _exit(0)
[2018-06-30 17:29:18] 21233738: 60227591: execve("/opt/freeware/bin/sed", 0x2009F4B8, 0x2009F518) argc: 2
[2018-06-30 17:29:18] 21233738: 60227591: argv: /opt/freeware/bin/sed s|/[^/]*$||
[2018-06-30 17:29:18] 21233738: 60227591: _exit(0)
[2018-06-30 17:29:18] 6226050: Received signal #20, SIGCHLD [caught]
[2018-06-30 17:29:18] 6226050: 53215475: kfork() = 21233740
[2018-06-30 17:29:18] 21233740: kfork() (returning as child ...) = 0
[2018-06-30 17:29:18] 21233740: 60227593: _exit(0)
[2018-06-30 17:29:18] 6226050: Received signal #20, SIGCHLD [caught]
[2018-06-30 17:29:18] 6226050: 53215475: kfork() = 21233742
[2018-06-30 17:29:18] 21233742: kfork() (returning as child ...) = 0
[2018-06-30 17:29:18] 21233742: 60227595: kfork() = 11337920
[2018-06-30 17:29:18] 11337920: Akfork() (returning as child ...) = 0
[2018-06-30 17:29:18] 11337920: 72613933: execve("/home/calvin/bin/x+= b", 0x200A0978, 0x200A0998) Err#2 ENOENT
[2018-06-30 17:29:18] 11337920: 72613933: execve("/opt/freeware/bin/x+= b", 0x200A0978, 0x200A0E28) Err#2 ENOENT
[2018-06-30 17:29:18] 11337920: 72613933: execve("/usr/bin/x+= b", 0x200A0978, 0x200A12B8) Err#2 ENOENT
[2018-06-30 17:29:18] 11337920: 72613933: execve("/etc/x+= b", 0x200A0978, 0x200A1738) Err#2 ENOENT
[2018-06-30 17:29:18] 11337920: 72613933: execve("/usr/sbin/x+= b", 0x200A0978, 0x200A1BB8) Err#2 ENOENT
[2018-06-30 17:29:18] 11337920: 72613933: execve("/usr/ucb/x+= b", 0x200A0978, 0x200A2038) Err#2 ENOENT
[2018-06-30 17:29:18] 11337920: 72613933: execve("/usr/bin/X11/x+= b", 0x200A0978, 0x200A24B8) Err#2 ENOENT
[2018-06-30 17:29:18] 11337920: 72613933: execve("/sbin/x+= b", 0x200A0978, 0x200A2938) Err#2 ENOENT
[2018-06-30 17:29:18] 11337920: 72613933: _exit(127)
[2018-06-30 17:29:18] 21233742: 60227595: _exit(1)
[2018-06-30 17:29:18] 6226050: Received signal #20, SIGCHLD [caught]
[2018-06-30 17:29:18] 6226050: 53215475: kfork() = 21233744
[2018-06-30 17:29:18] 21233744: kfork() (returning as child ...) = 0
[2018-06-30 17:29:18] 21233744: 60227597: _exit(0)
[2018-06-30 17:29:18] 6226050: Received signal #20, SIGCHLD [caught]
[2018-06-30 17:29:18] 6226050: 53215475: kfork() = 21233746
[2018-06-30 17:29:18] 21233746: kfork() (returning as child ...) = 0
[2018-06-30 17:29:18] 21233746: 60227599: _exit(0)
[2018-06-30 17:29:18] 6226050: Received signal #20, SIGCHLD [caught]
[2018-06-30 17:29:35] 6226050: 53215475: kfork() = 21430390
[2018-06-30 17:29:35] 21430390: kfork() (returning as child ...) = 0
[2018-06-30 17:29:35] 21430390: 42991707: kfork() = 18153538
[2018-06-30 17:29:35] 18153538: Akfork() (returning as child ...) = 0
[2018-06-30 17:29:35] 18153538: 57344161: _exit(0)
[2018-06-30 17:29:35] 21430390: 42991707: execve("/opt/freeware/bin/sed", 0x200C8D88, 0x200C8FC8) argc: 2
[2018-06-30 17:29:35] 21430390: 42991707: argv: /opt/freeware/bin/sed s|^.*/||
[2018-06-30 17:29:35] 21430390: 42991707: _exit(0)
[2018-06-30 17:29:35] 6226050: 53215475: kfork() = 21430392
[2018-06-30 17:29:35] 21430392: kfork() (returning as child ...) = 0
[2018-06-30 17:29:35] 21430392: 42991709: kfork() = 16842876
[2018-06-30 17:29:35] 16842876: Akfork() (returning as child ...) = 0
[2018-06-30 17:29:35] 16842876: 25886729: _exit(0)
[2018-06-30 17:29:35] 21430392: 42991709: execve("/opt/freeware/bin/sed", 0x200C8F28, 0x200C9088) argc: 2
[2018-06-30 17:29:35] 21430392: 42991709: argv: /opt/freeware/bin/sed s|/[^/]*$||
[2018-06-30 17:29:35] 21430392: 42991709: _exit(0)
[2018-06-30 17:29:35] 6226050: 53215475: kfork() = 21430394
[2018-06-30 17:29:35] 21430394: kfork() (returning as child ...) = 0
[2018-06-30 17:29:35] 21430394: 42991711: execve("/opt/freeware/bin/rm", 0x200C9248, 0x200D4A78) argc: 5
[2018-06-30 17:29:35] 21430394: 42991711: argv: rm -f .libs/libmonoutils_la-networking-fallback.o
[2018-06-30 17:29:35] 21430394: 42991711: libmonoutils_la-networking-fallback.lo
[2018-06-30 17:29:35] 21430394: 42991711: libmonoutils_la-networking-fallback.loT
[2018-06-30 17:29:35] 21430394: 42991711: _exit(0)
[2018-06-30 17:29:35] 6226050: 53215475: kfork() = 13041830
[2018-06-30 17:29:35] 13041830: kfork() (returning as child ...) = 0
[2018-06-30 17:29:35] 13041830: 72220797: kfork() = 12845310
[2018-06-30 17:29:35] 12845310: Akfork() (returning as child ...) = 0
[2018-06-30 17:29:35] 12845310: 60227601: _exit(0)
[2018-06-30 17:29:35] 13041830: 72220797: execve("/opt/freeware/bin/sed", 0x200CFFC8, 0x200D4C48) argc: 2
[2018-06-30 17:29:35] 13041830: 72220797: argv: /opt/freeware/bin/sed s|:*$||
[2018-06-30 17:29:35] 13041830: 72220797: _exit(0)
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono -I../../mono/eglib -I../../mono/eglib -fvisibility=hidden -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -maix64 -DGC_AIX_THREADS -D_ALL_SOURCE -D_THREAD_SAFE -D_LARGE_FILES -D_REENTRANT -g -D__mono_ppc__ -D__mono_ppc64__ -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -g -O2 -std=gnu99 -fno-strict-aliasing -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g -mminimal-toc -Werror-implicit-function-declaration -MT libmonoutils_la-networking-fallback.lo -MD -MP -MF .deps/libmonoutils_la-networking-fallback.Tpo -c networking-fallback.c -fPIC -DPIC -o .libs/libmonoutils_la-networking-fallback.o
[2018-06-30 17:29:35] 6226050: 53215475: kfork() = 13041832
[2018-06-30 17:29:35] 13041832: kfork() (returning as child ...) = 0
[2018-06-30 17:29:35] 13041832: 72220799: execve("/opt/freeware/bin/gcc", 0x200E3498, 0x200EFDE8) argc: 70
[2018-06-30 17:29:35] 13041832: 72220799: argv: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../mono
[2018-06-30 17:29:35] 13041832: 72220799: -I../../mono/eglib -I../../mono/eglib -fvisibility=hidden -Wall
[2018-06-30 17:29:35] 13041832: 72220799: -Wunused -Wmissing-prototypes -Wmissing-declarations
[2018-06-30 17:29:35] 13041832: 72220799: -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
[2018-06-30 17:29:35] 13041832: 72220799: -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch
[2018-06-30 17:29:35] 13041832: 72220799: -Wno-switch-enum -Wno-unused-value -Wno-attributes
[2018-06-30 17:29:35] 13041832: 72220799: -Wno-format-zero-length -maix64 -DGC_AIX_THREADS -D_ALL_SOURCE
[2018-06-30 17:29:35] 13041832: 72220799: -D_THREAD_SAFE -D_LARGE_FILES -D_REENTRANT -g -D__mono_ppc__
[2018-06-30 17:29:35] 13041832: 72220799: -D__mono_ppc64__ -Wall -Wunused -Wmissing-prototypes
[2018-06-30 17:29:35] 13041832: 72220799: -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes
[2018-06-30 17:29:35] 13041832: 72220799: -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings
[2018-06-30 17:29:35] 13041832: 72220799: -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes
[2018-06-30 17:29:35] 13041832: 72220799: -Wno-format-zero-length -g -O2 -std=gnu99 -fno-strict-aliasing
[2018-06-30 17:29:35] 13041832: 72220799: -fwrapv -DMONO_DLL_EXPORT -Wno-unused-but-set-variable -g
[2018-06-30 17:29:35] 13041832: 72220799: -mminimal-toc -Werror-implicit-function-declaration -MT
[2018-06-30 17:29:35] 13041832: 72220799: libmonoutils_la-networking-fallback.lo -MD -MP -MF
[2018-06-30 17:29:35] 13041832: 72220799: .deps/libmonoutils_la-networking-fallback.Tpo -c
[2018-06-30 17:29:35] 13041832: 72220799: networking-fallback.c -fPIC -DPIC -o
[2018-06-30 17:29:35] 13041832: 72220799: .libs/libmonoutils_la-networking-fallback.o
[2018-06-30 17:29:35] 13041832: 72220799: kfork() = 11337924
[2018-06-30 17:29:35] 11337924: Akfork() (returning as child ...) = 0
[2018-06-30 17:29:35] 11337924: 29753599: execve("/opt/freeware/libexec/gcc/powerpc-ibm-aix6.1.0.0/6.3.0/cc1", 0x30041DB0, 0x30041658) argc: 79
[2018-06-30 17:29:35] 11337924: 29753599: argv: /opt/freeware/libexec/gcc/powerpc-ibm-aix6.1.0.0/6.3.0/cc1
[2018-06-30 17:29:35] 11337924: 29753599: -quiet -I . -I ../.. -I ../.. -I ../../mono -I ../../mono/eglib -I
[2018-06-30 17:29:35] 11337924: 29753599: ../../mono/eglib -imultilib ppc64 -MD
[2018-06-30 17:29:35] 11337924: 29753599: .libs/libmonoutils_la-networking-fallback.d -MF
[2018-06-30 17:29:35] 11337924: 29753599: .deps/libmonoutils_la-networking-fallback.Tpo -MP -MT
[2018-06-30 17:29:35] 11337924: 29753599: libmonoutils_la-networking-fallback.lo -D__64BIT__ -D HAVE_CONFIG_H
[2018-06-30 17:29:35] 11337924: 29753599: -D GC_AIX_THREADS -D _ALL_SOURCE -D _THREAD_SAFE -D _LARGE_FILES -D
[2018-06-30 17:29:35] 11337924: 29753599: _REENTRANT -D __mono_ppc__ -D __mono_ppc64__ -D MONO_DLL_EXPORT -D
[2018-06-30 17:29:35] 11337924: 29753599: PIC networking-fallback.c -quiet -dumpbase networking-fallback.c
[2018-06-30 17:29:35] 11337924: 29753599: -maix64 -mminimal-toc -auxbase-strip
[2018-06-30 17:29:35] 11337924: 29753599: .libs/libmonoutils_la-networking-fallback.o -g -g -g -O2 -Wall
[2018-06-30 17:29:35] 11337924: 29753599: -Wunused -Wmissing-declarations -Wstrict-prototypes
[2018-06-30 17:29:35] 11337924: 29753599: -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual
[2018-06-30 17:29:35] 11337924: 29753599: -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value
[2018-06-30 17:29:35] 11337924: 29753599: -Wno-attributes -Wno-format-zero-length -Wno-unused-but-set-variable
[2018-06-30 17:29:35] 11337924: 29753599: -Werror=implicit-function-declaration -std=gnu99 -fvisibility=hidden
[2018-06-30 17:29:35] 11337924: 29753599: -fno-strict-aliasing -fwrapv -fPIC -o /tmp//ccROVIRh.s
[2018-06-30 17:29:36] 11337924: 29753599: _exit(0)
[2018-06-30 17:29:36] 13041832: 72220799: kfork() = 11337926
[2018-06-30 17:29:36] 11337926: Akfork() (returning as child ...) = 0
[2018-06-30 17:29:36] 11337926: 29753345: execve("/usr/bin/as", 0x30041DB0, 0x30041658) argc: 8
[2018-06-30 17:29:36] 11337926: 29753345: argv: /usr/bin/as -u -a64 -mppc64 -many -o
[2018-06-30 17:29:36] 11337926: 29753345: .libs/libmonoutils_la-networking-fallback.o /tmp//ccROVIRh.s
[2018-06-30 17:29:36] 11337926: 29753345: _exit(0)
[2018-06-30 17:29:36] 13041832: 72220799: _exit(0)
[2018-06-30 17:29:36] 6226050: 53215475: kfork() = 13041834
[2018-06-30 17:29:36] 13041834: kfork() (returning as child ...) = 0
[2018-06-30 17:29:36] 13041834: 72220801: execve("/opt/freeware/bin/cat", 0x200CFFC8, 0x200E1518) argc: 1
[2018-06-30 17:29:36] 13041834: 72220801: argv: cat
[2018-06-30 17:29:36] 13041834: 72220801: _exit(0)
[2018-06-30 17:29:36] 6226050: 53215475: kfork() = 13041836
[2018-06-30 17:29:36] 13041836: kfork() (returning as child ...) = 0
[2018-06-30 17:29:36] 13041836: 72220803: execve("/opt/freeware/bin/mv", 0x200D4C98, 0x200E18A8) argc: 4
[2018-06-30 17:29:36] 13041836: 72220803: argv: mv -f libmonoutils_la-networking-fallback.loT
[2018-06-30 17:29:36] 13041836: 72220803: libmonoutils_la-networking-fallback.lo
[2018-06-30 17:29:36] 13041836: 72220803: _exit(0)
[2018-06-30 17:29:36] 6226050: 53215475: _exit(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment