==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: peda 1.2-7 (Tue Jan 13 17:08:20 2026)
==> Retrieving sources...
  -> Found peda-1.2.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    peda-1.2.tar.gz ... Passed
==> Validating source files with b2sums...
    peda-1.2.tar.gz ... Passed
==> Making package: peda 1.2-7 (Wed Jan 14 00:08:45 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (8) boost-libs-1.89.0-4  gdb-common-17.1-2  mpdecimal-4.0.1-1  python-3.14.2-2  source-highlight-3.1.9-16  gdb-17.1-2  nasm-3.01-1  python-six-1.17.0-2

Total Download Size:     1.17 MiB
Total Installed Size:  114.55 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 nasm-3.01-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing mpdecimal...
installing python...
Optional dependencies for python
    python-setuptools: for building Python packages using tooling that is usually bundled with Python
    python-pip: for installing Python packages using tooling that is usually bundled with Python
    python-pipx: for installing Python software not packaged on Arch Linux
    sqlite: for a default database integration [installed]
    xz: for lzma [installed]
    tk: for tkinter
installing gdb-common...
installing boost-libs...
Optional dependencies for boost-libs
    openmpi: for mpi support
installing source-highlight...
Optional dependencies for source-highlight
    lesspipe: src-hilite-lesspipe.sh
installing gdb...
installing nasm...
installing python-six...
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating the info directory file...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found peda-1.2.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting peda-1.2.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
Compiling python objects...
./lib/nasm.py:85: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  pattern = re.compile("([0-9A-F]{8})\s*([^\s]*)\s*(.*)")
./lib/utils.py:526: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  m = re.search(".*(0x[^ ]*).*:\s*([^ ]*)", line)
./lib/utils.py:543: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  addr = re.search("(0x[^\s]*)", prefix)
./lib/utils.py:592: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
  charset += ['!"#$%&\()*+,-./:;<=>?@[]^_{|}~'] # string.punctuation
./peda.py:151: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option.
  p = re.compile("(.*)\[(.*)\]") # DWORD PTR [esi+eax*1]
./peda.py:373: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(".*exec file:\s*`(.*)'")
./peda.py:550: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
  p = re.compile("^(\d*)\s*(.*breakpoint)\s*(keep|del)\s*(y|n)\s*(0x[^ ]*)\s*(.*)")
./peda.py:554: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
  p = re.compile("^(\d*)\s*(.*point)\s*(keep|del)\s*(y|n)\s*(.*)")
./peda.py:567: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
  m = re.match("in.*at(.*:\d*)", what)
./peda.py:596: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
  m = re.match("^(\d*).*", line)
./peda.py:916: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile("\s*(0x[^ ]*).*?:\s*([^ ]*)\s*(.*)")
./peda.py:918: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile("(.*?)\s*<.*?>\s*([^ ]*)\s*(.*)")
./peda.py:937: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option.
  p = re.compile(".*mov.*\[esp(.*)\],")
./peda.py:969: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(":\s*([^ ]*)\s*(.*),")
./peda.py:1116: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(".*?:\s*(.*)")
./peda.py:1223: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(".*?:\s*[^ ]*\s*(.* PTR ).*(0x[^ ]*)")
./peda.py:1226: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(".*?:\s.*\s(0x[^ ]*|\w+)")
./peda.py:1235: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(".*?:\s*[^ ]*\s*(.* PTR ).*\[(.*)\]")
./peda.py:1430: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  pattern = re.compile("([^\n]*)\s*  ([0-9a-f][^-\s]*)-([^\s]*) \[.*\]\s([^/]*).*  (.*)")
./peda.py:2096: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(".*?0x[^ ]*?\s(.*)")
./peda.py:2114: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(".*?0x[^ ]*?\s(.*)")
./peda.py:2214: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile("Entry point: ([^\s]*)")
./peda.py:2242: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile("\s*(0x[^-]*)->(0x[^ ]*) at (0x[^:]*):\s*([^ ]*)\s*(.*)")
./peda.py:2316: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  m = re.findall(".*(0x[^ ]*)\s*%s" % re.escape(symname), out)
./peda.py:2416: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option.
  p = re.compile(".*\[.*\] (\.[^ ]*) [^0-9]* ([^ ]*) [^ ]* ([^ ]*)(.*)")
./peda.py:2474: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile("[^\n]*\s*(0x[^ ]*) - (0x[^ ]*) is (\.[^ ]*) in (.*)")
./peda.py:2681: SyntaxWarning: "\ " is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\ "? A raw string is also an option.
  if re.search(re.escape(asmcode).replace("\ ",".*").replace("\?",".*"), asmcode_rs)\
./peda.py:2681: SyntaxWarning: "\?" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\?"? A raw string is also an option.
  if re.search(re.escape(asmcode).replace("\ ",".*").replace("\?",".*"), asmcode_rs)\
./peda.py:2832: SyntaxWarning: "\ " is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\ "? A raw string is also an option.
  pattern = re.compile(b'|'.join(JMPCALL).replace(b' ', b'\ '))
./peda.py:3414: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option.
  m = re.search(".*\[(.*)\]|.*?s:(0x[^ ]*)", exp)
./peda.py:3519: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option.
  sock = re.search("socket:\[(.*)\]", rpath)
./peda.py:3529: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  ppid = re.search("PPid:\s*([^\s]*)", status).group(1)
./peda.py:3531: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  uid = re.search("Uid:\s*([^\n]*)", status).group(1)
./peda.py:3533: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  gid = re.search("Gid:\s*([^\n]*)", status).group(1)
./peda.py:4125: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(".*?:\s*[^ ]*\s*([^,]*),(.*)")
./lib/nasm.py:85: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  pattern = re.compile("([0-9A-F]{8})\s*([^\s]*)\s*(.*)")
./lib/utils.py:526: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  m = re.search(".*(0x[^ ]*).*:\s*([^ ]*)", line)
./lib/utils.py:543: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  addr = re.search("(0x[^\s]*)", prefix)
./lib/utils.py:592: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
  charset += ['!"#$%&\()*+,-./:;<=>?@[]^_{|}~'] # string.punctuation
./peda.py:151: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option.
  p = re.compile("(.*)\[(.*)\]") # DWORD PTR [esi+eax*1]
./peda.py:373: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(".*exec file:\s*`(.*)'")
./peda.py:550: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
  p = re.compile("^(\d*)\s*(.*breakpoint)\s*(keep|del)\s*(y|n)\s*(0x[^ ]*)\s*(.*)")
./peda.py:554: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
  p = re.compile("^(\d*)\s*(.*point)\s*(keep|del)\s*(y|n)\s*(.*)")
./peda.py:567: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
  m = re.match("in.*at(.*:\d*)", what)
./peda.py:596: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
  m = re.match("^(\d*).*", line)
./peda.py:916: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile("\s*(0x[^ ]*).*?:\s*([^ ]*)\s*(.*)")
./peda.py:918: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile("(.*?)\s*<.*?>\s*([^ ]*)\s*(.*)")
./peda.py:937: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option.
  p = re.compile(".*mov.*\[esp(.*)\],")
./peda.py:969: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(":\s*([^ ]*)\s*(.*),")
./peda.py:1116: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(".*?:\s*(.*)")
./peda.py:1223: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(".*?:\s*[^ ]*\s*(.* PTR ).*(0x[^ ]*)")
./peda.py:1226: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(".*?:\s.*\s(0x[^ ]*|\w+)")
./peda.py:1235: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(".*?:\s*[^ ]*\s*(.* PTR ).*\[(.*)\]")
./peda.py:1430: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  pattern = re.compile("([^\n]*)\s*  ([0-9a-f][^-\s]*)-([^\s]*) \[.*\]\s([^/]*).*  (.*)")
./peda.py:2096: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(".*?0x[^ ]*?\s(.*)")
./peda.py:2114: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(".*?0x[^ ]*?\s(.*)")
./peda.py:2214: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile("Entry point: ([^\s]*)")
./peda.py:2242: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile("\s*(0x[^-]*)->(0x[^ ]*) at (0x[^:]*):\s*([^ ]*)\s*(.*)")
./peda.py:2316: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  m = re.findall(".*(0x[^ ]*)\s*%s" % re.escape(symname), out)
./peda.py:2416: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option.
  p = re.compile(".*\[.*\] (\.[^ ]*) [^0-9]* ([^ ]*) [^ ]* ([^ ]*)(.*)")
./peda.py:2474: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile("[^\n]*\s*(0x[^ ]*) - (0x[^ ]*) is (\.[^ ]*) in (.*)")
./peda.py:2681: SyntaxWarning: "\ " is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\ "? A raw string is also an option.
  if re.search(re.escape(asmcode).replace("\ ",".*").replace("\?",".*"), asmcode_rs)\
./peda.py:2681: SyntaxWarning: "\?" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\?"? A raw string is also an option.
  if re.search(re.escape(asmcode).replace("\ ",".*").replace("\?",".*"), asmcode_rs)\
./peda.py:2832: SyntaxWarning: "\ " is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\ "? A raw string is also an option.
  pattern = re.compile(b'|'.join(JMPCALL).replace(b' ', b'\ '))
./peda.py:3414: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option.
  m = re.search(".*\[(.*)\]|.*?s:(0x[^ ]*)", exp)
./peda.py:3519: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option.
  sock = re.search("socket:\[(.*)\]", rpath)
./peda.py:3529: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  ppid = re.search("PPid:\s*([^\s]*)", status).group(1)
./peda.py:3531: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  uid = re.search("Uid:\s*([^\n]*)", status).group(1)
./peda.py:3533: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  gid = re.search("Gid:\s*([^\n]*)", status).group(1)
./peda.py:4125: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
  p = re.compile(".*?:\s*[^ ]*\s*([^,]*),(.*)")
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "peda"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: peda 1.2-7 (Wed Jan 14 00:09:00 2026)
==> Cleaning up...
[?12l[?25h