Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS build failure for 0.1.7 and rust 1.26.2 #179

Closed
ilovezfs opened this issue Jun 10, 2018 · 6 comments
Closed

macOS build failure for 0.1.7 and rust 1.26.2 #179

ilovezfs opened this issue Jun 10, 2018 · 6 comments
Assignees

Comments

@ilovezfs
Copy link

Full log https://gist.github.com/ilovezfs/b845b7875d492034292c392af8f55001

The failure is in app_dirs-1.1.1.

Running cargo update seems to be an effective workaround. Another approach may be to switch to directories. See mozilla/sccache#233

CC @pkgw for now I'll have the Homebrew formula run cargo update

==> cargo update
    Updating registry `https://github.com/rust-lang/crates.io-index`
      Adding adler32 v1.0.2
    Removing advapi32-sys v0.2.0
    Updating aho-corasick v0.6.3 -> v0.6.4
    Updating ansi_term v0.9.0 -> v0.11.0
    Updating app_dirs v1.1.1 -> v1.2.1
      Adding arrayvec v0.4.7
    Updating atty v0.2.3 -> v0.2.10
    Updating backtrace v0.3.4 -> v0.3.8
    Updating backtrace-sys v0.1.16 -> v0.1.23
    Updating bitflags v0.7.0 -> v1.0.3
      Adding build_const v0.2.1
    Updating byteorder v1.1.0 -> v1.2.3
    Updating bzip2 v0.3.2 -> v0.3.3
    Updating cc v1.0.3 -> v1.0.17
    Updating cfg-if v0.1.2 -> v0.1.3
    Updating clap v2.27.1 -> v2.31.2
    Removing coco v0.1.1
      Adding crc v1.8.1
      Adding crossbeam-deque v0.2.0
      Adding crossbeam-epoch v0.3.1
      Adding crossbeam-utils v0.2.2
    Removing crypt32-sys v0.2.0
    Removing dbghelp-sys v0.2.0
    Removing either v1.4.0
      Adding flate2 v1.0.1
    Updating foreign-types v0.2.0 -> v0.3.2
      Adding foreign-types-shared v0.1.1
    Updating fs2 v0.4.2 -> v0.4.3
    Updating fuchsia-zircon v0.2.1 -> v0.3.3
    Updating fuchsia-zircon-sys v0.2.0 -> v0.3.3
    Updating httparse v1.2.3 -> v1.2.4
    Removing kernel32-sys v0.2.2
    Removing lazy_static v0.2.10
      Adding lazy_static v0.2.11
      Adding lazy_static v1.0.1
    Updating libc v0.2.33 -> v0.2.42
    Removing log v0.3.8
      Adding log v0.3.9
      Adding log v0.4.2
    Updating memchr v1.0.2 -> v2.0.1
      Adding memoffset v0.2.1
      Adding miniz_oxide v0.1.2
      Adding miniz_oxide_c_api v0.1.2
    Updating msdos_time v0.1.5 -> v0.1.6
    Updating native-tls v0.1.4 -> v0.1.5
    Updating num_cpus v1.7.0 -> v1.8.0
    Updating openssl v0.9.20 -> v0.9.24
    Updating openssl-sys v0.9.20 -> v0.9.33
    Updating pkg-config v0.3.9 -> v0.3.11
    Updating podio v0.1.5 -> v0.1.6
    Updating rand v0.3.18 -> v0.4.2
    Updating rayon-core v1.3.0 -> v1.4.0
    Updating redox_syscall v0.1.31 -> v0.1.40
    Updating regex v0.2.2 -> v0.2.11
    Updating regex-syntax v0.4.1 -> v0.5.6
      Adding remove_dir_all v0.5.1
    Updating rustc-demangle v0.1.5 -> v0.1.8
    Updating schannel v0.1.8 -> v0.1.12
    Removing secur32-sys v0.2.0
    Updating shell32-sys v0.1.1 -> v0.1.2
    Updating strsim v0.6.0 -> v0.7.0
    Updating tempdir v0.3.5 -> v0.3.7
    Updating termcolor v0.3.3 -> v0.3.6
    Updating thread_local v0.3.4 -> v0.3.5
    Updating time v0.1.38 -> v0.1.40
    Updating typenum v1.9.0 -> v1.10.0
      Adding ucd-util v0.1.1
    Updating unicode-normalization v0.1.5 -> v0.1.7
    Updating unicode-width v0.1.4 -> v0.1.5
    Updating url v1.6.0 -> v1.7.0
    Updating vcpkg v0.2.2 -> v0.2.3
    Updating vec_map v0.8.0 -> v0.8.1
      Adding winapi v0.3.5
      Adding winapi-i686-pc-windows-gnu v0.4.0
      Adding winapi-x86_64-pc-windows-gnu v0.4.0
    Updating wincolor v0.1.4 -> v0.1.6
    Updating zip v0.2.6 -> v0.2.8
@pkgw pkgw self-assigned this Jun 10, 2018
@pkgw
Copy link
Collaborator

pkgw commented Jun 10, 2018

Thanks for reporting! Sounds like rolling a new release with a cargo update will do the trick. And we're definitely overdue for a new release ... hopefully I can push on out this week.

@ilovezfs
Copy link
Author

Perfect!

@pkgw
Copy link
Collaborator

pkgw commented Jun 17, 2018

Preemptively closing since I put out a new release today and it seems likely that it will fix this problem ... please reopen if that's not the case!

@pkgw pkgw closed this as completed Jun 17, 2018
@ilovezfs
Copy link
Author

Thanks again @pkgw! I have shipped 0.1.8 in Homebrew: Homebrew/homebrew-core#29161

Note you may want to update https://github.com/tectonic-typesetting/tectonic/releases/latest so it no longer points to 0.1.6

@pkgw
Copy link
Collaborator

pkgw commented Jun 18, 2018

Ah, thanks for the reminder. Time to start writing down the release process somewhere ...

@ilovezfs
Copy link
Author

You're welcome!

Time to start writing down the release process somewhere

Or script it. See https://developer.github.com/v3/repos/releases/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants