let-def / texpresso

TeXpresso: live rendering and error reporting for LaTeX
MIT License
414 stars 18 forks source link

test/simple.tex shows a quick popup then closes #74

Open weberam2 opened 2 months ago

weberam2 commented 2 months ago

Hello! I'm trying to install this again...

my neofetch info:

             /////////////                weberam2@pop-os
         /////////////////////            ---------------
      ///////*767////////////////         OS: Pop!_OS 22.04 LTS x86_64
    //////7676767676*//////////////       Host: Bonobo WS bonw15
   /////76767//7676767//////////////      Kernel: 6.9.3-76060903-generic
  /////767676///*76767///////////////     Uptime: 7 days, 1 hour, 45 mins
 ///////767676///76767.///7676*///////    Packages: 3656 (dpkg), 11 (flatpak)
/////////767676//76767///767676////////   Shell: zsh 5.8.1
//////////76767676767////76767/////////   Resolution: 1920x1080, 1080x1920, 1920x1080
///////////76767676//////7676//////////   DE: GNOME 42.9
////////////,7676,///////767///////////   WM: Mutter
/////////////*7676///////76////////////   WM Theme: Pop
///////////////7676////////////////////   Theme: Pop-dark [GTK2/3]
 ///////////////7676///767////////////    Icons: Pop [GTK2/3]
  //////////////////////'////////////     Terminal: WezTerm
   //////.7676767676767676767,//////      CPU: Intel i9-14900HX (32) @ 5.800GHz
    /////767676767676767676767/////       GPU: Intel Device a788
      ///////////////////////////         GPU: NVIDIA 02:00.0 NVIDIA Corporation Device 27e
         /////////////////////            Memory: 18873MiB / 64141MiB
             /////////////

my history:

sudo apt install build-essential libsdl2-dev libmupdf-dev libmujs-dev libfreetype-dev  libgumbo-dev libjbig2dec0-dev libjpeg-dev libopenjp2-7-dev cargo libssl-dev libfontconfig-dev libleptonica-dev libharfbuzz-dev

git clone --recurse-submodules git@github.com:let-def/texpresso.git
cd texpresso
make texpresso

output:

make -C src texpresso make[1]: Entering directory '/home/weberam2/Downloads/texpresso/src' make -C .. config make[2]: Entering directory '/home/weberam2/Downloads/texpresso' mkdir -p build/objects echo >Makefile.config "CFLAGS=-O2 -ggdb -I. -fPIC" echo >>Makefile.config 'CC=gcc $(CFLAGS)' echo >>Makefile.config 'LDCC=g++ $(CFLAGS)' echo >>Makefile.config "LIBS=-lmupdf -lm CC=gcc ./mupdf-config.sh -lz -ljpeg -ljbig2dec -lharfbuzz -lfreetype -lopenjp2 -lgumbo -lSDL2" Linking -lmupdf-third -lleptonica -lmujs -lgumbo Skipping -ltesseract echo >>Makefile.config "TECTONIC_ENV=" make[2]: Leaving directory '/home/weberam2/Downloads/texpresso' gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/driver.o -Idvi/ driver.c gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/main.o -Idvi/ main.c gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/logo.o -Idvi/ logo.c gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/sprotocol.o -Idvi/ sprotocol.c gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/state.o -Idvi/ state.c gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/fs.o -Idvi/ fs.c gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/incdvi.o -Idvi/ incdvi.c gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/myabort.o -Idvi/ myabort.c gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/renderer.o -Idvi/ renderer.c gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/engine_tex.o -Idvi/ engine_tex.c gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/engine_pdf.o -Idvi/ engine_pdf.c gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/engine_dvi.o -Idvi/ engine_dvi.c gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/synctex.o -Idvi/ synctex.c gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/prot_parser.o -Idvi/ prot_parser.c gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/sexp_parser.o -Idvi/ sexp_parser.c gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/json_parser.o -Idvi/ json_parser.c gcc -O2 -ggdb -I. -fPIC -c -o ../build/objects/editor.o -Idvi/ editor.c make -C dvi make[2]: Entering directory '/home/weberam2/Downloads/texpresso/src/dvi' gcc -O2 -ggdb -I. -fPIC -c -o ../../build/objects/dvi_context.o dvi_context.c gcc -O2 -ggdb -I. -fPIC -c -o ../../build/objects/dvi_interp.o dvi_interp.c gcc -O2 -ggdb -I. -fPIC -c -o ../../build/objects/dvi_prim.o dvi_prim.c gcc -O2 -ggdb -I. -fPIC -c -o ../../build/objects/dvi_special.o dvi_special.c gcc -O2 -ggdb -I. -fPIC -c -o ../../build/objects/dvi_scratch.o dvi_scratch.c gcc -O2 -ggdb -I. -fPIC -c -o ../../build/objects/dvi_fonttable.o dvi_fonttable.c gcc -O2 -ggdb -I. -fPIC -I/usr/include/freetype2 -I/usr/local/include/libpng12 -c -o ../../build/objects/dvi_resmanager.o dvi_resmanager.c gcc -O2 -ggdb -I. -fPIC -c -o ../../build/objects/tex_tfm.o tex_tfm.c gcc -O2 -ggdb -I. -fPIC -c -o ../../build/objects/tex_fontmap.o tex_fontmap.c gcc -O2 -ggdb -I. -fPIC -c -o ../../build/objects/tex_vf.o tex_vf.c gcc -O2 -ggdb -I. -fPIC -c -o ../../build/objects/tex_enc.o tex_enc.c gcc -O2 -ggdb -I. -fPIC -c -o ../../build/objects/vstack.o vstack.c gcc -O2 -ggdb -I. -fPIC -c -o ../../build/objects/pdf_lexer.o pdf_lexer.c ar cr ../../build/objects/libmydvi.a ../../build/objects/dvi_context.o ../../build/objects/dvi_interp.o ../../build/objects/dvi_prim.o ../../build/objects/dvi_special.o ../../build/objects/dvi_scratch.o ../../build/objects/dvi_fonttable.o ../../build/objects/dvi_resmanager.o ../../build/objects/tex_tfm.o ../../build/objects/tex_fontmap.o ../../build/objects/tex_vf.o ../../build/objects/tex_enc.o ../../build/objects/vstack.o ../../build/objects/pdf_lexer.o make[2]: Leaving directory '/home/weberam2/Downloads/texpresso/src/dvi' g++ -O2 -ggdb -I. -fPIC -o ../build/texpresso ../build/objects/driver.o ../build/objects/main.o ../build/objects/logo.o ../build/objects/sprotocol.o ../build/objects/state.o ../build/objects/fs.o ../build/objects/incdvi.o ../build/objects/myabort.o ../build/objects/renderer.o ../build/objects/engine_tex.o ../build/objects/engine_pdf.o ../build/objects/engine_dvi.o ../build/objects/synctex.o ../build/objects/prot_parser.o ../build/objects/sexp_parser.o ../build/objects/json_parser.o ../build/objects/editor.o ../build/objects/libmydvi.a -lmupdf -lm -lmupdf-third -lleptonica -lmujs -lgumbo -lz -ljpeg -ljbig2dec -lharfbuzz -lfreetype -lopenjp2 -lgumbo -lSDL2 make[1]: Leaving directory '/home/weberam2/Downloads/texpresso/src'

then I run build/texpresso test/simple.tex and I get:

[info] working directory: /home/weberam2/Downloads/texpresso [info] executable path: /home/weberam2/Downloads/texpresso/build/texpresso [info] document path: /home/weberam2/Downloads/texpresso/test [info] document name: simple.tex SDL could not initialize wayland driver! SDL_Error: wayland not available Falling back to default driver texpresso logo: 512x512 [info] tectonic path: texpresso-tonic bundle_serve_hooks_cat: cannot read answer

I've looked at some of the other people who have similar errors but I can't make heads or tails...

Cheers,

Alex W.

let-def commented 2 months ago

Have you build the texpresso-tonic helper? If not, try make texpresso-tonic.

After that, what is the output of build/texpresso-tonic test/simple.tex?

weberam2 commented 2 months ago

I hope this isn't too long:

make -f Makefile.tectonic tectonic
make[1]: Entering directory '/home/weberam2/Downloads/texpresso'
cd tectonic &&  cargo build --release --features external-harfbuzz
   Compiling libc v0.2.153
   Compiling proc-macro2 v1.0.78
   Compiling unicode-ident v1.0.12
   Compiling cfg-if v1.0.0
   Compiling pkg-config v0.3.29
   Compiling vcpkg v0.2.15
   Compiling autocfg v1.1.0
   Compiling thiserror v1.0.56
   Compiling memchr v2.7.1
   Compiling once_cell v1.19.0
   Compiling version_check v0.9.4
   Compiling log v0.4.20
   Compiling bitflags v2.4.2
   Compiling itoa v1.0.10
   Compiling regex-syntax v0.8.2
   Compiling pin-project-lite v0.2.13
   Compiling pin-utils v0.1.0
   Compiling same-file v1.0.6
   Compiling bytes v1.5.0
   Compiling typenum v1.17.0
   Compiling siphasher v0.3.11
   Compiling ppv-lite86 v0.2.17
   Compiling futures-core v0.3.30
   Compiling futures-sink v0.3.30
   Compiling serde v1.0.196
   Compiling tinyvec_macros v0.1.1
   Compiling anyhow v1.0.79
   Compiling adler v1.0.2
   Compiling bitflags v1.3.2
   Compiling crossbeam-utils v0.8.19
   Compiling futures-task v0.3.30
   Compiling rustix v0.38.31
   Compiling walkdir v2.4.0
   Compiling tinyvec v1.6.0
   Compiling crc32fast v1.3.2
   Compiling futures-io v0.3.30
   Compiling smallvec v1.13.1
   Compiling linux-raw-sys v0.4.13
   Compiling hex v0.4.3
   Compiling futures-channel v0.3.30
   Compiling phf_shared v0.11.2
   Compiling miniz_oxide v0.7.2
   Compiling fnv v1.0.7
   Compiling lazy_static v1.4.0
   Compiling tracing-core v0.1.32
   Compiling sha1_smol v1.0.0
   Compiling tectonic_cfg_support v0.1.4 (/home/weberam2/Downloads/texpresso/tectonic/crates/cfg_support)
   Compiling home v0.5.9
   Compiling num-conv v0.1.0
   Compiling fastrand v2.0.1
   Compiling parking_lot_core v0.9.9
   Compiling tectonic_dep_support v0.1.1 (/home/weberam2/Downloads/texpresso/tectonic/crates/dep_support)
   Compiling powerfmt v0.2.0
   Compiling minimal-lexical v0.2.1
   Compiling time-core v0.1.2
   Compiling generic-array v0.14.7
   Compiling cpufeatures v0.2.12
   Compiling slab v0.4.9
   Compiling num-traits v0.2.17
   Compiling lock_api v0.4.11
   Compiling time-macros v0.2.17
   Compiling memoffset v0.7.1
   Compiling hashbrown v0.14.3
   Compiling equivalent v1.0.1
   Compiling deranged v0.3.11
   Compiling num_threads v0.1.6
   Compiling aho-corasick v1.1.2
   Compiling tectonic_errors v0.2.1 (/home/weberam2/Downloads/texpresso/tectonic/crates/errors)
   Compiling xdg v2.5.2
   Compiling scopeguard v1.2.0
   Compiling nom v7.1.3
   Compiling tectonic_status_base v0.2.1 (/home/weberam2/Downloads/texpresso/tectonic/crates/status_base)
   Compiling unicode-width v0.1.11
   Compiling tectonic_bridge_flate v0.1.7 (/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate)
   Compiling quote v1.0.35
   Compiling crossbeam-epoch v0.9.18
   Compiling app_dirs2 v2.5.5
   Compiling gix-trace v0.1.7
   Compiling percent-encoding v2.3.1
   Compiling foreign-types-shared v0.1.1
   Compiling openssl v0.10.63
   Compiling syn v2.0.48
   Compiling foreign-types v0.3.2
   Compiling unicode-normalization v0.1.22
   Compiling http v0.2.11
   Compiling crossbeam-deque v0.8.5
   Compiling phf v0.11.2
   Compiling tectonic_bridge_graphite2 v0.2.2 (/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_graphite2)
   Compiling tectonic_bridge_freetype2 v0.2.0 (/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_freetype2)
   Compiling tectonic_bridge_icu v0.2.1 (/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_icu)
   Compiling native-tls v0.2.11
   Compiling ryu v1.0.16
   Compiling indexmap v2.2.2
   Compiling httparse v1.8.0
   Compiling async-trait v0.1.77
   Compiling ucd-trie v0.1.6
   Compiling openssl-probe v0.1.5
   Compiling try-lock v0.2.5
   Compiling form_urlencoded v1.2.1
   Compiling crossbeam-channel v0.5.11
   Compiling want v0.3.1
   Compiling proc-macro-error-attr v1.0.4
   Compiling nibble_vec v0.1.0
   Compiling httpdate v1.0.3
   Compiling unic-common v0.9.0
   Compiling syn v1.0.109
   Compiling libm v0.2.8
   Compiling either v1.9.0
   Compiling gix-utils v0.1.9
   Compiling unicode-bom v2.0.3
   Compiling unic-char-range v0.9.0
   Compiling cc v1.0.83
   Compiling getrandom v0.2.12
   Compiling unicode-bidi v0.3.15
   Compiling btoi v0.4.3
   Compiling endian-type v0.1.2
   Compiling tower-service v0.3.2
   Compiling rand_core v0.6.4
   Compiling unic-char-property v0.9.0
   Compiling radix_trie v0.2.1
   Compiling unic-ucd-version v0.9.0
   Compiling proc-macro-error v1.0.4
   Compiling iana-time-zone v0.1.60
   Compiling base64 v0.21.7
   Compiling event-listener v2.5.3
   Compiling dunce v1.0.4
   Compiling serde_json v1.0.113
   Compiling rand_chacha v0.3.1
   Compiling http-body v0.4.6
   Compiling byteorder v1.5.0
   Compiling unic-ucd-segment v0.9.0
   Compiling crypto-common v0.1.6
   Compiling block-buffer v0.10.4
   Compiling mio v0.8.10
   Compiling socket2 v0.5.5
   Compiling num_cpus v1.16.0
   Compiling signal-hook-registry v1.4.1
   Compiling rand v0.8.5
   Compiling digest v0.10.7
   Compiling cpu-time v1.0.0
   Compiling nix v0.26.4
   Compiling dirs-sys v0.3.7
   Compiling sha2 v0.10.8
   Compiling md-5 v0.10.6
   Compiling inotify-sys v0.1.5
   Compiling time v0.3.34
   Compiling parking_lot v0.12.1
   Compiling memmap2 v0.5.10
   Compiling inotify v0.9.6
   Compiling dirs v4.0.0
   Compiling filetime v0.2.23
   Compiling gix-sec v0.8.4
   Compiling regex-automata v0.4.5
   Compiling idna v0.5.0
   Compiling rustls-pemfile v1.0.4
   Compiling async-priority-channel v0.1.0
   Compiling chrono v0.4.33
   Compiling notify v5.2.0
   Compiling phf_generator v0.11.2
   Compiling phf_codegen v0.11.2
   Compiling encoding_rs v0.8.33
   Compiling mime v0.3.17
   Compiling tempfile v3.9.0
   Compiling terminfo v0.8.0
   Compiling which v4.4.2
   Compiling unicode-segmentation v1.10.1
   Compiling deunicode v1.4.2
   Compiling libz-sys v1.1.15
   Compiling tectonic_bridge_core v0.4.1 (/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core)
   Compiling texpresso_protocol v0.1.0 (/home/weberam2/Downloads/texpresso/tectonic/crates/texpresso_protocol)
   Compiling openssl-sys v0.9.99
   Compiling tectonic_bridge_harfbuzz v0.2.9 (/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_harfbuzz)
   Compiling tectonic_pdf_io v0.4.1 (/home/weberam2/Downloads/texpresso/tectonic/crates/pdf_io)
   Compiling tectonic_xetex_layout v0.2.4 (/home/weberam2/Downloads/texpresso/tectonic/crates/xetex_layout)
   Compiling url v2.5.0
   Compiling flate2 v1.0.28
   Compiling tectonic_engine_xdvipdfmx v0.4.1 (/home/weberam2/Downloads/texpresso/tectonic/crates/engine_xdvipdfmx)
   Compiling backtrace v0.3.69
   Compiling tectonic_engine_xetex v0.4.4 (/home/weberam2/Downloads/texpresso/tectonic/crates/engine_xetex)
   Compiling atomic-take v1.1.0
   Compiling ipnet v2.9.0
   Compiling sync_wrapper v0.1.2
   Compiling normalize-path v0.2.1
   Compiling winnow v0.5.37
   Compiling utf8-width v0.1.7
   Compiling gimli v0.28.1
   Compiling slug v0.1.5
   Compiling heck v0.3.3
   Compiling humansize v2.1.3
   Compiling unic-segment v0.9.0
   Compiling atty v0.2.14
   Compiling textwrap v0.11.0
   Compiling object v0.32.2
   Compiling error-chain v0.12.4
   Compiling is-docker v0.2.0
   Compiling rustc-demangle v0.1.23
   Compiling vec_map v0.8.2
   Compiling ansi_term v0.12.1
   Compiling strsim v0.8.0
   Compiling is-wsl v0.4.0
   Compiling zip v0.6.6
   Compiling html-escape v0.2.13
   Compiling tectonic_xdv v0.2.2 (/home/weberam2/Downloads/texpresso/tectonic/crates/xdv)
   Compiling fs2 v0.4.3
   Compiling clap v2.34.0
   Compiling pinot v0.1.5
   Compiling pathdiff v0.2.1
   Compiling tectonic v0.15.0 (/home/weberam2/Downloads/texpresso/tectonic)
   Compiling open v4.2.0
   Compiling quick-xml v0.28.2
   Compiling termcolor v1.4.1
   Compiling bstr v1.9.0
   Compiling regex v1.10.3
   Compiling structopt-derive v0.4.18
   Compiling parse-zoneinfo v0.3.0
   Compiling globset v0.4.14
   Compiling chrono-tz-build v0.2.1
   Compiling ignore v0.4.22
   Compiling addr2line v0.21.0
   Compiling thiserror-impl v1.0.56
   Compiling tokio-macros v2.2.0
   Compiling serde_derive v1.0.196
   Compiling futures-macro v0.3.30
   Compiling tracing-attributes v0.1.27
   Compiling openssl-macros v0.1.1
   Compiling miette-derive v5.10.0
   Compiling async-recursion v1.0.5
   Compiling chrono-tz v0.8.5
   Compiling globwalk v0.8.1
   Compiling structopt v0.3.26
   Compiling tokio v1.36.0
   Compiling futures-util v0.3.30
   Compiling gix-hash v0.11.4
   Compiling gix-date v0.5.1
   Compiling gix-path v0.8.4
   Compiling tracing v0.1.40
   Compiling tectonic_io_base v0.4.3 (/home/weberam2/Downloads/texpresso/tectonic/crates/io_base)
   Compiling gix-validate v0.7.7
   Compiling gix-features v0.29.0
   Compiling gix-actor v0.20.0
   Compiling gix-fs v0.1.1
   Compiling gix-object v0.29.2
   Compiling miette v5.10.0
   Compiling gix-glob v0.7.0
   Compiling pest v2.7.6
   Compiling gix-tempfile v5.0.3
   Compiling gix-config-value v0.12.5
   Compiling gix-lock v5.0.1
   Compiling clearscreen v2.0.1
   Compiling watchexec-signals v1.0.0
   Compiling watchexec-events v1.0.0
   Compiling tectonic_engine_bibtex v0.2.2 (/home/weberam2/Downloads/texpresso/tectonic/crates/engine_bibtex)
   Compiling gix-ref v0.29.1
   Compiling pest_meta v2.7.6
   Compiling gix-config v0.22.0
   Compiling futures-executor v0.3.30
   Compiling pest_generator v2.7.6
   Compiling futures v0.3.30
   Compiling pest_derive v2.7.6
   Compiling serde_spanned v0.6.5
   Compiling toml_datetime v0.6.5
   Compiling serde_urlencoded v0.7.1
   Compiling byte-unit v4.0.19
   Compiling tokio-util v0.7.10
   Compiling tokio-stream v0.1.14
   Compiling tokio-native-tls v0.3.1
   Compiling command-group v2.1.0
   Compiling toml_edit v0.19.15
   Compiling project-origins v1.2.0
   Compiling ignore-files v1.3.1
   Compiling h2 v0.3.24
   Compiling tera v1.19.1
   Compiling watchexec v2.3.2
   Compiling toml v0.7.8
   Compiling tectonic_docmodel v0.2.2 (/home/weberam2/Downloads/texpresso/tectonic/crates/docmodel)
   Compiling tectonic_engine_spx2html v0.3.2 (/home/weberam2/Downloads/texpresso/tectonic/crates/engine_spx2html)
   Compiling hyper v0.14.28
   Compiling watchexec-filterer-ignore v1.2.1
   Compiling watchexec-filterer-globset v1.2.0
The following warnings were emitted during compilation:

warning: tectonic_pdf_io@0.4.1: pdf_io/dpx-mpost.c: In function ‘mps_do_page’:
warning: tectonic_pdf_io@0.4.1: pdf_io/dpx-mpost.c:1510:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
warning: tectonic_pdf_io@0.4.1:  1510 |   fread(buffer, sizeof(char), size, image_file);
warning: tectonic_pdf_io@0.4.1:       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
warning: tectonic_pdf_io@0.4.1: In file included from /usr/local/include/libpng12/png.h:321,
warning: tectonic_pdf_io@0.4.1:                  from pdf_io/dpx-pngimage.c:55:
warning: tectonic_pdf_io@0.4.1: /usr/local/include/libpng12/pngconf.h:383:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
warning: tectonic_pdf_io@0.4.1:   383 |            __pngconf.h__ in libpng already includes setjmp.h;
warning: tectonic_pdf_io@0.4.1:       |                     ^
warning: tectonic_pdf_io@0.4.1: /usr/local/include/libpng12/pngconf.h:384:12: error: unknown type name ‘__dont__’
warning: tectonic_pdf_io@0.4.1:   384 |            __dont__ include it again.;
warning: tectonic_pdf_io@0.4.1:       |            ^~~~~~~~
warning: tectonic_pdf_io@0.4.1: /usr/local/include/libpng12/pngconf.h:384:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘it’
warning: tectonic_pdf_io@0.4.1:   384 |            __dont__ include it again.;
warning: tectonic_pdf_io@0.4.1:       |                             ^~
warning: tectonic_pdf_io@0.4.1: /usr/local/include/libpng12/pngconf.h:384:29: error: unknown type name ‘it’; did you mean ‘int’?
warning: tectonic_pdf_io@0.4.1:   384 |            __dont__ include it again.;
warning: tectonic_pdf_io@0.4.1:       |                             ^~
warning: tectonic_pdf_io@0.4.1:       |                             int

error: failed to run custom build command for `tectonic_pdf_io v0.4.1 (/home/weberam2/Downloads/texpresso/tectonic/crates/pdf_io)`

Caused by:
  process didn't exit successfully: `/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-29e64989398fb2f2/build-script-build` (exit status: 1)
  --- stdout
  cargo:rerun-if-env-changed=TECTONIC_DEP_BACKEND
  cargo:rerun-if-env-changed=TECTONIC_PKGCONFIG_FORCE_SEMI_STATIC
  cargo:rerun-if-env-changed=LIBPNG_NO_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
  cargo:rerun-if-env-changed=SYSROOT
  cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
  cargo:rerun-if-changed=pdf_io/dpx-agl.c
  cargo:rerun-if-changed=pdf_io/dpx-bmpimage.c
  cargo:rerun-if-changed=pdf_io/dpx-cff.c
  cargo:rerun-if-changed=pdf_io/dpx-cff_dict.c
  cargo:rerun-if-changed=pdf_io/dpx-cid.c
  cargo:rerun-if-changed=pdf_io/dpx-cidtype0.c
  cargo:rerun-if-changed=pdf_io/dpx-cidtype2.c
  cargo:rerun-if-changed=pdf_io/dpx-cmap.c
  cargo:rerun-if-changed=pdf_io/dpx-cmap_read.c
  cargo:rerun-if-changed=pdf_io/dpx-cmap_write.c
  cargo:rerun-if-changed=pdf_io/dpx-cs_type2.c
  cargo:rerun-if-changed=pdf_io/dpx-dpxconf.c
  cargo:rerun-if-changed=pdf_io/dpx-dpxcrypt.c
  cargo:rerun-if-changed=pdf_io/dpx-dpxfile.c
  cargo:rerun-if-changed=pdf_io/dpx-dpxutil.c
  cargo:rerun-if-changed=pdf_io/dpx-dvi.c
  cargo:rerun-if-changed=pdf_io/dpx-dvipdfmx.c
  cargo:rerun-if-changed=pdf_io/dpx-epdf.c
  cargo:rerun-if-changed=pdf_io/dpx-error.c
  cargo:rerun-if-changed=pdf_io/dpx-fontmap.c
  cargo:rerun-if-changed=pdf_io/dpx-jp2image.c
  cargo:rerun-if-changed=pdf_io/dpx-jpegimage.c
  cargo:rerun-if-changed=pdf_io/dpx-mem.c
  cargo:rerun-if-changed=pdf_io/dpx-mfileio.c
  cargo:rerun-if-changed=pdf_io/dpx-mpost.c
  cargo:rerun-if-changed=pdf_io/dpx-mt19937ar.c
  cargo:rerun-if-changed=pdf_io/dpx-numbers.c
  cargo:rerun-if-changed=pdf_io/dpx-otl_opt.c
  cargo:rerun-if-changed=pdf_io/dpx-pdfcolor.c
  cargo:rerun-if-changed=pdf_io/dpx-pdfdev.c
  cargo:rerun-if-changed=pdf_io/dpx-pdfdoc.c
  cargo:rerun-if-changed=pdf_io/dpx-pdfdraw.c
  cargo:rerun-if-changed=pdf_io/dpx-pdfencoding.c
  cargo:rerun-if-changed=pdf_io/dpx-pdfencrypt.c
  cargo:rerun-if-changed=pdf_io/dpx-pdffont.c
  cargo:rerun-if-changed=pdf_io/dpx-pdfnames.c
  cargo:rerun-if-changed=pdf_io/dpx-pdfobj.c
  cargo:rerun-if-changed=pdf_io/dpx-pdfparse.c
  cargo:rerun-if-changed=pdf_io/dpx-pdfresource.c
  cargo:rerun-if-changed=pdf_io/dpx-pdfximage.c
  cargo:rerun-if-changed=pdf_io/dpx-pkfont.c
  cargo:rerun-if-changed=pdf_io/dpx-pngimage.c
  cargo:rerun-if-changed=pdf_io/dpx-pst.c
  cargo:rerun-if-changed=pdf_io/dpx-pst_obj.c
  cargo:rerun-if-changed=pdf_io/dpx-sfnt.c
  cargo:rerun-if-changed=pdf_io/dpx-spc_color.c
  cargo:rerun-if-changed=pdf_io/dpx-spc_dvipdfmx.c
  cargo:rerun-if-changed=pdf_io/dpx-spc_dvips.c
  cargo:rerun-if-changed=pdf_io/dpx-spc_html.c
  cargo:rerun-if-changed=pdf_io/dpx-spc_misc.c
  cargo:rerun-if-changed=pdf_io/dpx-spc_pdfm.c
  cargo:rerun-if-changed=pdf_io/dpx-spc_tpic.c
  cargo:rerun-if-changed=pdf_io/dpx-spc_util.c
  cargo:rerun-if-changed=pdf_io/dpx-spc_xtx.c
  cargo:rerun-if-changed=pdf_io/dpx-specials.c
  cargo:rerun-if-changed=pdf_io/dpx-subfont.c
  cargo:rerun-if-changed=pdf_io/dpx-t1_char.c
  cargo:rerun-if-changed=pdf_io/dpx-t1_load.c
  cargo:rerun-if-changed=pdf_io/dpx-tfm.c
  cargo:rerun-if-changed=pdf_io/dpx-truetype.c
  cargo:rerun-if-changed=pdf_io/dpx-tt_aux.c
  cargo:rerun-if-changed=pdf_io/dpx-tt_cmap.c
  cargo:rerun-if-changed=pdf_io/dpx-tt_glyf.c
  cargo:rerun-if-changed=pdf_io/dpx-tt_gsub.c
  cargo:rerun-if-changed=pdf_io/dpx-tt_post.c
  cargo:rerun-if-changed=pdf_io/dpx-tt_table.c
  cargo:rerun-if-changed=pdf_io/dpx-type0.c
  cargo:rerun-if-changed=pdf_io/dpx-type1.c
  cargo:rerun-if-changed=pdf_io/dpx-type1c.c
  cargo:rerun-if-changed=pdf_io/dpx-unicode.c
  cargo:rerun-if-changed=pdf_io/dpx-vf.c
  TARGET = Some("x86_64-unknown-linux-gnu")
  OPT_LEVEL = Some("3")
  HOST = Some("x86_64-unknown-linux-gnu")
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  DEBUG = Some("false")
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
  CC_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
  CC_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = None
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
  CFLAGS_x86_64-unknown-linux-gnu = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
  CFLAGS_x86_64_unknown_linux_gnu = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = None
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-agl.o" "-c" "pdf_io/dpx-agl.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-bmpimage.o" "-c" "pdf_io/dpx-bmpimage.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-cff.o" "-c" "pdf_io/dpx-cff.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-cff_dict.o" "-c" "pdf_io/dpx-cff_dict.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-cid.o" "-c" "pdf_io/dpx-cid.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-cidtype0.o" "-c" "pdf_io/dpx-cidtype0.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-cidtype2.o" "-c" "pdf_io/dpx-cidtype2.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-cmap.o" "-c" "pdf_io/dpx-cmap.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-cmap_read.o" "-c" "pdf_io/dpx-cmap_read.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-cmap_write.o" "-c" "pdf_io/dpx-cmap_write.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-cs_type2.o" "-c" "pdf_io/dpx-cs_type2.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-dpxconf.o" "-c" "pdf_io/dpx-dpxconf.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-dpxcrypt.o" "-c" "pdf_io/dpx-dpxcrypt.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-dpxfile.o" "-c" "pdf_io/dpx-dpxfile.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-dpxutil.o" "-c" "pdf_io/dpx-dpxutil.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-dvi.o" "-c" "pdf_io/dpx-dvi.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-dvipdfmx.o" "-c" "pdf_io/dpx-dvipdfmx.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-epdf.o" "-c" "pdf_io/dpx-epdf.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-error.o" "-c" "pdf_io/dpx-error.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-fontmap.o" "-c" "pdf_io/dpx-fontmap.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-jp2image.o" "-c" "pdf_io/dpx-jp2image.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-jpegimage.o" "-c" "pdf_io/dpx-jpegimage.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-mem.o" "-c" "pdf_io/dpx-mem.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-mfileio.o" "-c" "pdf_io/dpx-mfileio.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-mpost.o" "-c" "pdf_io/dpx-mpost.c"
  cargo:warning=pdf_io/dpx-mpost.c: In function ‘mps_do_page’:

  cargo:warning=pdf_io/dpx-mpost.c:1510:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]

  cargo:warning= 1510 |   fread(buffer, sizeof(char), size, image_file);

  cargo:warning=      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-mt19937ar.o" "-c" "pdf_io/dpx-mt19937ar.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-numbers.o" "-c" "pdf_io/dpx-numbers.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-otl_opt.o" "-c" "pdf_io/dpx-otl_opt.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-pdfcolor.o" "-c" "pdf_io/dpx-pdfcolor.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-pdfdev.o" "-c" "pdf_io/dpx-pdfdev.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-pdfdoc.o" "-c" "pdf_io/dpx-pdfdoc.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-pdfdraw.o" "-c" "pdf_io/dpx-pdfdraw.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-pdfencoding.o" "-c" "pdf_io/dpx-pdfencoding.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-pdfencrypt.o" "-c" "pdf_io/dpx-pdfencrypt.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-pdffont.o" "-c" "pdf_io/dpx-pdffont.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-pdfnames.o" "-c" "pdf_io/dpx-pdfnames.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-pdfobj.o" "-c" "pdf_io/dpx-pdfobj.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-pdfparse.o" "-c" "pdf_io/dpx-pdfparse.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-pdfresource.o" "-c" "pdf_io/dpx-pdfresource.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-pdfximage.o" "-c" "pdf_io/dpx-pdfximage.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-pkfont.o" "-c" "pdf_io/dpx-pkfont.c"
  exit status: 0
  running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-pngimage.o" "-c" "pdf_io/dpx-pngimage.c"
  cargo:warning=In file included from /usr/local/include/libpng12/png.h:321,

  cargo:warning=                 from pdf_io/dpx-pngimage.c:55:

  cargo:warning=/usr/local/include/libpng12/pngconf.h:383:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token

  cargo:warning=  383 |            __pngconf.h__ in libpng already includes setjmp.h;

  cargo:warning=      |                     ^

  cargo:warning=/usr/local/include/libpng12/pngconf.h:384:12: error: unknown type name ‘__dont__’

  cargo:warning=  384 |            __dont__ include it again.;

  cargo:warning=      |            ^~~~~~~~

  cargo:warning=/usr/local/include/libpng12/pngconf.h:384:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘it’

  cargo:warning=  384 |            __dont__ include it again.;

  cargo:warning=      |                             ^~

  cargo:warning=/usr/local/include/libpng12/pngconf.h:384:29: error: unknown type name ‘it’; did you mean ‘int’?

  cargo:warning=  384 |            __dont__ include it again.;

  cargo:warning=      |                             ^~

  cargo:warning=      |                             int

  exit status: 1

  --- stderr

  error occurred: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "pdf_io" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_flate/include" "-I" "/home/weberam2/Downloads/texpresso/tectonic/crates/bridge_core/support" "-I" "/usr/local/include/libpng12" "-Wall" "-Wextra" "-Wall" "-Wcast-qual" "-Wdate-time" "-Wendif-labels" "-Wextra" "-Wformat=2" "-Winit-self" "-Wlogical-op" "-Wmissing-declarations" "-Wmissing-include-dirs" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wredundant-decls" "-Wstrict-prototypes" "-Wsuggest-attribute=format" "-Wswitch-bool" "-Wundef" "-Wwrite-strings" "-Wno-unused-parameter" "-Wno-implicit-fallthrough" "-Wno-sign-compare" "-std=gnu11" "-o" "/home/weberam2/Downloads/texpresso/tectonic/target/release/build/tectonic_pdf_io-21b6fb171b34c5ba/out/pdf_io/dpx-pngimage.o" "-c" "pdf_io/dpx-pngimage.c" with args "cc" did not execute successfully (status code exit status: 1).

warning: build failed, waiting for other jobs to finish...
make[1]: *** [Makefile.tectonic:11: tectonic] Error 101
make[1]: Leaving directory '/home/weberam2/Downloads/texpresso'
make: *** [Makefile:55: texpresso-tonic] Error 2