Dump978 Add-On Installation Procedures?

That would do it; dump978/skyview978 is only available as prebuilt packages for stretch.

I followed the directions for the Add-on and it looks like it’s getting stuck on this step. I let it run for 20 minutes and it never completed the step. Any thoughts?

pi@raspberrypi:~/dump978 $ sudo dpkg-buildpackage -b
dpkg-buildpackage: info: source package dump978-fa
dpkg-buildpackage: info: source version 3.7.1
dpkg-buildpackage: info: source distribution stable
dpkg-buildpackage: info: source changed by Eric Tran eric.tran@flightaware.com
dpkg-buildpackage: info: host architecture armhf
dpkg-source --before-build dump978
debian/rules clean
dh clean --with=systemd
dh_testdir
dh_auto_clean
make -j1 clean
make[1]: Entering directory ‘/home/pi/dump978’
rm -f .o fec/.o dump978-fa faup978 skyview978
make[1]: Leaving directory ‘/home/pi/dump978’
dh_clean
rm -f debian/debhelper-build-stamp
rm -f debian/dump978-fa.substvars
rm -f debian/dump978-fa..debhelper
rm -rf debian/dump978-fa/
rm -f debian/skyview978.substvars
rm -f debian/skyview978.
.debhelper
rm -rf debian/skyview978/
rm -rf debian/.debhelper/
rm -f debian/.debhelper.log
rm -f debian/files
find . ( (
( -path .*/.git -o -path .*/.svn -o -path .*/.bzr -o -path .*/.hg -o -path .*/CVS ) -prune -o -type f -a
( -name '#
#’ -o -name ‘.~’ -o -name '~’ -o -name DEADJOE
-o -name ‘.orig’ -o -name '.rej’ -o -name ‘.bak’
-o -name '.
.orig’ -o -name ..rej -o -name ‘.SUMS’
-o -name TAGS -o ( -path '
/.deps/’ -a -name '.P’ )
) -exec rm -f {} + ) -o
( -type d -a -name autom4te.cache -prune -exec rm -rf {} + ) )
rm -f *-stamp
debian/rules build
dh build --with=systemd
dh_testdir
dh_update_autotools_config
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory ‘/home/pi/dump978’
dh_auto_build – VERSION=3.7.1 dump978-fa skyview978
make -j1 VERSION=3.7.1 dump978-fa skyview978
make[2]: Entering directory ‘/home/pi/dump978’
g++ -g -O2 -fdebug-prefix-map=/home/pi/dump978=. -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -Wall -Wno-psabi -Werror -O2 -g -Ilibs -Wdate-time -D_FORTIFY_SOURCE=2 -DVERSION="3.7.1" -c -o dump978_main.o dump978_main.cc

What’s the hardware?
Do you have anything else running on there e.g. an existing dump1090?

The compilation is very CPU hungry and if you’re doing something like trying to build on a 1B while dump1090 takes most of the CPU, it’s going to take a long time.

.

  1. The pre-built package is available now. Why dont you do a package install?
  2. Please see this post:

Started over with a clean Stretch image and got 3.7.1 working with dump978 after going through the configuration steps. Not many aircraft in my area of NW Arkansas using 978, though my antenna setup may have something to do with it (RTL-SDR dipole). Suggestions welcome to help tune the antenna/gain.

You can try this antenna: QUICK SPIDER - No Soldering, No Connector

But it’s not gonna be that much better than a half-wave dipole.
The half-wave dipole should be 144 mm or 6.06 in from end to end for best reception.

Reception of an outdoor antenna is generally much better, more difference than antenna type.
But range on 978 MHz is limited due to the low level of the aircraft operating those transponders.

I will build that one when it’s time to put it up in the attic with the 1090 antenna. Thanks again!

One more thing, the coax that comes with the rtl-sdr dipole antenna is very lossy at 1GHz.
If you can use another one.

I plan on replacing the cable after integrating the 978 dongle into the existing piaware rig upstairs. I’ll need at least a 25’ coax. Got a good pre-made cable source?

Not really.
Best price in Germany i found is this one:
https://www.amazon.de/DELOCK-Stecker-Buchse-CFD200-loss/dp/B00A8FUX40

But in the US it seems significantly more expensive:
https://www.amazon.com/Delock-Antenna-Cable-Plug-CFD200/dp/B00A8FUX40

re premade cables, i’ve been using these folks (in canada but ship to usa quickly)

1 Like

My faup978 does not exist.

that line is missing when I start piaware. The file faup978 is not in the directory either

I have gone through the steps. I will entertain any ideas. No big deal if I can’t get it to work. I can start from a fresh SD card (so far I have been trying to upgrade)

You are on an Odroid, using a fresh image is unlikely to help.

Can you use

dpkg --contents

with the appropriate .deb file as the argument?
Like this:
dpkg --contents dump978-fa_3.7.0.1_armhf.deb

just for the piaware deb package.

Here it is (a loooong list) I cut it down to be able to post it.

root@odroid:~/piaware_builder# dpkg --contents piaware_3.7.1~ubuntu1804+1_arm64.deb
drwxr-xr-x root/root 0 2019-05-27 13:13 ./
drwxr-xr-x root/root 0 2019-05-27 13:13 ./etc/
drwxr-xr-x root/root 0 2019-05-27 13:13 ./etc/init.d/
-rwxr-xr-x root/root 2486 2019-05-27 13:13 ./etc/init.d/piaware
drwxr-xr-x root/root 0 2019-05-27 13:13 ./etc/logrotate.d/
-rw-r–r-- root/root 150 2019-05-27 13:13 ./etc/logrotate.d/piaware
-rw-r–r-- root/root 274 2019-05-27 13:13 ./etc/piaware.conf
drwxr-xr-x root/root 0 2019-05-27 13:13 ./etc/rsyslog.d/
-rw-r–r-- root/root 62 2019-05-27 13:13 ./etc/rsyslog.d/piaware.conf
drwxr-xr-x root/root 0 2019-05-27 13:13 ./etc/sudoers.d/
-r–r----- root/root 1264 2019-05-27 13:13 ./etc/sudoers.d/piaware
drwxr-xr-x root/root 0 2019-05-27 13:13 ./lib/
drwxr-xr-x root/root 0 2019-05-27 13:13 ./lib/systemd/
drwxr-xr-x root/root 0 2019-05-27 13:13 ./lib/systemd/system/
-rw-r–r-- root/root 457 2019-05-27 13:13 ./lib/systemd/system/generate-pirehose-cert.service
-rw-r–r-- root/root 649 2019-05-27 13:13 ./lib/systemd/system/piaware.service
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/bin/
-rwxr-xr-x root/root 10088 2019-05-27 13:13 ./usr/bin/piaware
-rwxr-xr-x root/root 10088 2019-05-27 13:13 ./usr/bin/piaware-config
-rwxr-xr-x root/root 10088 2019-05-27 13:13 ./usr/bin/piaware-status
-rwxr-xr-x root/root 10088 2019-05-27 13:13 ./usr/bin/pirehose
-rwxr-xr-x root/root 10088 2019-05-27 13:13 ./usr/bin/tcllauncher
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/include/
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/lib/
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/lib/Tcllauncher1.8/
-rw-r–r-- root/root 123 2019-05-27 13:13 ./usr/lib/Tcllauncher1.8/pkgIndex.tcl
-rw-r–r-- root/root 6152 2019-05-27 13:13 ./usr/lib/Tcllauncher1.8/tcllauncher-support.tcl
-rw-r–r-- root/root 2183 2019-05-27 13:13 ./usr/lib/Tcllauncher1.8/tcllauncher.tcl
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/lib/fa_adept_codec/
-rwxr-xr-x root/root 2693 2019-05-27 13:13 ./usr/lib/fa_adept_codec/adept_1.x.codec
-rwxr-xr-x root/root 1420 2019-05-27 13:13 ./usr/lib/fa_adept_codec/adept_2.1.codec
-rwxr-xr-x root/root 1609 2019-05-27 13:13 ./usr/lib/fa_adept_codec/adept_2.2.codec
-rwxr-xr-x root/root 1137 2019-05-27 13:13 ./usr/lib/fa_adept_codec/fa_adept_codec.tcl
-rwxr-xr-x root/root 13727 2019-05-27 13:13 ./usr/lib/fa_adept_codec/fa_adept_schema.tcl
-rwxr-xr-x root/root 499 2019-05-27 13:13 ./usr/lib/fa_adept_codec/none.codec
-rwxr-xr-x root/root 863 2019-05-27 13:13 ./usr/lib/fa_adept_codec/pkgIndex.tcl
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/lib/piaware/
-rwxr-xr-x root/root 826 2019-05-27 13:13 ./usr/lib/piaware/config.tcl
-rwxr-xr-x root/root 12131 2019-05-27 13:13 ./usr/lib/piaware/faup.tcl
-rwxr-xr-x root/root 3418 2019-05-27 13:13 ./usr/lib/piaware/faup1090.tcl
-rwxr-xr-x root/root 2456 2019-05-27 13:13 ./usr/lib/piaware/faup978.tcl
-rwxr-xr-x root/root 3905 2019-05-27 13:13 ./usr/lib/piaware/health.tcl
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/lib/piaware/helpers/
-rwxr-xr-x root/root 14176 2019-05-27 13:13 ./usr/lib/piaware/helpers/fa-mlat-client
-rwxr-xr-x root/root 92232 2019-05-27 13:13 ./usr/lib/piaware/helpers/faup1090
-rw-r–r-- root/root 1155 2019-05-27 13:13 ./usr/lib/piaware/helpers/flightaware-archive-keyring.gpg
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/
-rw-r–r-- root/root 21824 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/_bz2.cpython-36m-aarch64-linux-gnu.so
-rw-r–r-- root/root 149712 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/_codecs_cn.cpython-36m-aarch64-linux-gnu.so
-rw-r–r-- root/root 157936 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/_codecs_hk.cpython-36m-aarch64-linux-gnu.so
-rw-r–r-- root/root 26832 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/_codecs_iso2022.cpython-36m-aarch64-linux-gnu.so
-rw-r–r-- root/root 264408 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/_codecs_jp.cpython-36m-aarch64-linux-gnu.so
-rw-r–r-- root/root 137424 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/_codecs_kr.cpython-36m-aarch64-linux-gnu.so
-rw-r–r-- root/root 112848 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/_codecs_tw.cpython-36m-aarch64-linux-gnu.so
-rw-r–r-- root/root 29520 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/_hashlib.cpython-36m-aarch64-linux-gnu.so
-rw-r–r-- root/root 33280 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/_lzma.cpython-36m-aarch64-linux-gnu.so
-rw-r–r-- root/root 33408 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/_modes.cpython-36m-aarch64-linux-gnu.so
-rw-r–r-- root/root 39864 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/_multibytecodec.cpython-36m-aarch64-linux-gnu.so
-rw-r–r-- root/root 6184 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/_opcode.cpython-36m-aarch64-linux-gnu.so
-rw-r–r-- root/root 127656 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/_ssl.cpython-36m-aarch64-linux-gnu.so
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/collections/
-rw-r–r-- root/root 45816 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/collections/init.pyc
-rw-r–r-- root/root 183 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/collections/abc.pyc
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/
-rw-r–r-- root/root 1669 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/init.pyc
-rw-r–r-- root/root 5584 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/_encoded_words.pyc
-rw-r–r-- root/root 75991 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/_header_value_parser.pyc
-rw-r–r-- root/root 12440 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/_parseaddr.pyc
-rw-r–r-- root/root 14828 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/_policybase.pyc
-rw-r–r-- root/root 9561 2018-10-22 04:32 ./usr/lib/piaware/helpers/lib/email/architecture.rst
-rw-r–r-- root/root 3218 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/base64mime.pyc
-rw-r–r-- root/root 11511 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/charset.pyc
-rw-r–r-- root/root 7288 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/contentmanager.pyc
-rw-r–r-- root/root 1640 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/encoders.pyc
-rw-r–r-- root/root 6169 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/errors.pyc
-rw-r–r-- root/root 10644 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/feedparser.pyc
-rw-r–r-- root/root 12513 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/generator.pyc
-rw-r–r-- root/root 16480 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/header.pyc
-rw-r–r-- root/root 21278 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/headerregistry.pyc
-rw-r–r-- root/root 1910 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/iterators.pyc
-rw-r–r-- root/root 37992 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/message.pyc
drwxr-xr-x root/root 0 2018-11-21 18:28 ./usr/lib/piaware/helpers/lib/email/mime/
-rw-r–r-- root/root 5725 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/parser.pyc
-rw-r–r-- root/root 9618 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/policy.pyc
-rw-r–r-- root/root 7680 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/quoprimime.pyc
-rw-r–r-- root/root 9874 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/email/utils.pyc
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/encodings/
-rw-r–r-- root/root 3930 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/encodings/init.pyc
-rw-r–r-- root/root 6274 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/encodings/aliases.pyc
-rw-r–r-- root/root 1862 2019-05-27 13:13 ./usr/lib/piaware/helpers/lib/encodings/ascii.pyc

-rw-r–r-- root/root 4681536 2019-05-27 13:13 ./usr/lib/piaware/helpers/libpython3.6m.so.1.0
-rwxr-xr-x root/root 2466 2019-05-27 13:13 ./usr/lib/piaware/helpers/run-apt-get
-rwxr-xr-x root/root 11475 2019-05-27 13:13 ./usr/lib/piaware/helpers.tcl
-rwxr-xr-x root/root 4611 2019-05-27 13:13 ./usr/lib/piaware/login.tcl
-rwxr-xr-x root/root 3225 2019-05-27 13:13 ./usr/lib/piaware/main.tcl
-rwxr-xr-x root/root 7499 2019-05-27 13:13 ./usr/lib/piaware/mlat.tcl
-rwxr-xr-x root/root 1639 2019-05-27 13:13 ./usr/lib/piaware/pirehose.tcl
-rwxr-xr-x root/root 4770 2019-05-27 13:13 ./usr/lib/piaware/statusfile.tcl
-rwxr-xr-x root/root 5194 2019-05-27 13:13 ./usr/lib/piaware/update.tcl
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/lib/piaware-config/
-rwxr-xr-x root/root 5034 2019-05-27 13:13 ./usr/lib/piaware-config/helpers.tcl
-rwxr-xr-x root/root 1631 2019-05-27 13:13 ./usr/lib/piaware-config/main.tcl
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/lib/piaware-status/
-rwxr-xr-x root/root 4751 2019-05-27 13:13 ./usr/lib/piaware-status/helpers.tcl
-rwxr-xr-x root/root 884 2019-05-27 13:13 ./usr/lib/piaware-status/main.tcl
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/lib/piaware_packages/
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/lib/piaware_packages/ca/
-rwxr-xr-x root/root 2061 2019-05-27 13:13 ./usr/lib/piaware_packages/ca/flightaware-ca.cert.pem
-rwxr-xr-x root/root 2078 2019-05-27 13:13 ./usr/lib/piaware_packages/ca/flightaware-root.cert.pem
-rwxr-xr-x root/root 1093 2019-05-27 13:13 ./usr/lib/piaware_packages/egm96.tcl
-rwxr-xr-x root/root 52914 2019-05-27 13:13 ./usr/lib/piaware_packages/egm96geoid.tcl
-rwxr-xr-x root/root 21360 2019-05-27 13:13 ./usr/lib/piaware_packages/fa_adept_client.tcl
-rwxr-xr-x root/root 5890 2019-05-27 13:13 ./usr/lib/piaware_packages/fa_gps.tcl
-rwxr-xr-x root/root 31206 2019-05-27 13:13 ./usr/lib/piaware_packages/fa_piaware_config.tcl
-rwxr-xr-x root/root 5838 2019-05-27 13:13 ./usr/lib/piaware_packages/fa_services.tcl
-rwxr-xr-x root/root 24676 2019-05-27 13:13 ./usr/lib/piaware_packages/fa_sudo.tcl
-rwxr-xr-x root/root 10920 2019-05-27 13:13 ./usr/lib/piaware_packages/fa_sysinfo.tcl
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/lib/piaware_packages/helpers/
-rwxr-xr-x root/root 10088 2019-05-27 13:13 ./usr/lib/piaware_packages/helpers/droproot
-rwxr-xr-x root/root 1840 2019-05-27 13:13 ./usr/lib/piaware_packages/helpers/update-piaware-config
-rwxr-xr-x root/root 11055 2019-05-27 13:13 ./usr/lib/piaware_packages/piaware.tcl
-rwxr-xr-x root/root 1219 2019-05-27 13:13 ./usr/lib/piaware_packages/pkgIndex.tcl
-rwxr-xr-x root/root 1281 2019-05-27 13:13 ./usr/lib/piaware_packages/tryfinallyshim.tcl
drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/lib/pirehose/

drwxr-xr-x root/root 0 2019-05-27 13:13 ./usr/share/piaware/
-rwxr-xr-x root/root 1625 2019-05-27 13:13 ./usr/share/piaware/upgrade-config.tcl
lrwxrwxrwx root/root 0 2019-05-27 13:13 ./usr/lib/piaware_packages/ca/0de7d325.0 → flightaware-root.cert.pem
lrwxrwxrwx root/root 0 2019-05-27 13:13 ./usr/lib/piaware_packages/ca/528167f9.0 → flightaware-root.cert.pem
lrwxrwxrwx root/root 0 2019-05-27 13:13 ./usr/lib/piaware_packages/ca/c3719073.0 → flightaware-ca.cert.pem
lrwxrwxrwx root/root 0 2019-05-27 13:13 ./usr/lib/piaware_packages/ca/f1308d16.0 → flightaware-ca.cert.pem
root@odroid:~/piaware_builder#

In bold I highlighted the faup1090 that worked.

I tried to change the debian rules file to force it but without desired result. Here is a portion of the rules file that I edited in bold italics (copied the build_978 and install_978 portions from the 1090 piece at the top):

build_dump1090:
make -C dump1090 RTLSDR=no BLADERF=no DUMP1090_VERSION=“piaware-$(CHANGELOG_VERSION)” faup1090

install_dump1090:
install -d $(CURDIR)/debian/piaware/usr/lib/piaware/helpers
install -t $(CURDIR)/debian/piaware/usr/lib/piaware/helpers dump1090/faup1090

build_dump978:
make -C dump978 RTLSDR=no BLADERF=no DUMP978_VERSION=“piaware-$(CHANGELOG_VERSION)” faup978

install_dump978:
install -d $(CURDIR)/debian/piaware/usr/lib/piaware/helpers
install -t $(CURDIR)/debian/piaware/usr/lib/piaware/helpers dump978/faup978

I then did the sensible_build again and build the package. While it went through without error (good), there was no faup978 at the end (too bad).
I don’t know that much about unix.

It is not a big deal. If it does not work, it does not work. I can hook it up to the RPi

What does this say:
lsb_release -sc

Maybe it’s related to the distribution.

It says: bionic
The rules file lives in: root@odroid:~/piaware_builder/bionic
The building happens in: root@odroid:~/piaware_builder/package-bionic

Maybe it’s related to the distribution.

That is a good point. I looked at the rules for stretch and there a 978 build exists. But it does not exist in the bionic rules.

apt-cache policy devscripts

If not installed,
apt install devscripts

Then
sudo dpkg-buildpackage -b

root@odroid:~/piaware_builder/bionic# apt-cache policy devscripts
devscripts:
Installed: 2.17.12ubuntu1.1
Candidate: 2.17.12ubuntu1.1
Version table:
*** 2.17.12ubuntu1.1 500
500 Index of /ubuntu-ports bionic-updates/main arm64 Packages
500 Index of /ubuntu-ports bionic-security/main arm64 Packages
100 /var/lib/dpkg/status
2.17.12ubuntu1 500
500 Index of /ubuntu-ports bionic/main arm64 Packages

Can you try this:

cd ~/piaware_builder/package-bionic/dump978
g++ -g -O2 -fdebug-prefix-map=/root/code/piaware_builder/package-stretch=. -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -Wall -Wno-psabi -Werror -O2 -g -Ilibs -Wdate-time -D_FORTIFY_SOURCE=2 -DVERSION=\"3.7.1\"  -c -o faup978_main.o faup978_main.cc

And see if it gives an error?

No error:

root@odroid:~/piaware_builder/stretch# cd ~/piaware_builder/package-bionic/dump978
root@odroid:~/piaware_builder/package-bionic/dump978# g++ -g -O2 -fdebug-prefix-map=/root/code/piaware_builder/package-stretch=. -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -Wall -Wno-psabi -Werror -O2 -g -Ilibs -Wdate-time -D_FORTIFY_SOURCE=2 -DVERSION="3.7.1" -c -o faup978_main.o faup978_main.cc
root@odroid:~/piaware_builder/package-bionic/dump978

Confusing looking. No error. It just runs