Miller 6 #851
Replies: 5 comments 23 replies
-
@jauderho re #821 and #822 -- https://github.com/johnkerl/miller/runs/4756000917?check_suite_focus=true looks great!! :) |
Beta Was this translation helpful? Give feedback.
-
@johnkerl, should conda compile from https://github.com/johnkerl/miller/archive/refs/tags/v6.0.0.tar.gz or https://github.com/johnkerl/miller/releases/download/v6.0.0/miller-6.0.0.tar.gz? Traditionally I've used the tag (as did the original maintainers), but it looks like the files are different. |
Beta Was this translation helpful? Give feedback.
-
I don't know how that would happen; Azure is creating a brand-new clean
environment for each build using Docker.
It might be packages, even though the requirements are the same:
This worked on my test setup:
```
_go_select: 2.2.0-nocgo conda-forge
_libgcc_mutex: 0.1-conda_forge conda-forge
_openmp_mutex: 4.5-1_gnu conda-forge
binutils_impl_linux-64: 2.36.1-h193b22a_2 conda-forge
binutils_linux-64: 2.36-hf3e587d_4 conda-forge
gcc_impl_linux-64: 11.2.0-h82a94d6_11 conda-forge
gcc_linux-64: 11.2.0-h39a9532_4 conda-forge
go: 1.16.10-he1b62bb_0 conda-forge
kernel-headers_linux-64: 2.6.32-he073ed8_15 conda-forge
ld_impl_linux-64: 2.36.1-hea4e1c9_2 conda-forge
libgcc-devel_linux-64: 11.2.0-h0952999_11 conda-forge
libgcc-ng: 11.2.0-h1d223b6_11 conda-forge
libgomp: 11.2.0-h1d223b6_11 conda-forge
libsanitizer: 11.2.0-he4da1e4_11 conda-forge
libstdcxx-ng: 11.2.0-he4da1e4_11 conda-forge
make: 4.3-hd18ef5c_1 conda-forge
sysroot_linux-64: 2.12-he073ed8_15 conda-forge
```
And this failed on azure:
```
_go_select: 2.3.0-cgo conda-forge
_libgcc_mutex: 0.1-conda_forge conda-forge
_openmp_mutex: 4.5-1_gnu conda-forge
binutils_impl_linux-64: 2.36.1-h193b22a_2 conda-forge
binutils_linux-64: 2.36-hf3e587d_4 conda-forge
gcc_impl_linux-64: 9.4.0-h03d3576_11 conda-forge
gcc_linux-64: 9.4.0-h391b98a_4 conda-forge
go: 1.16.10-h17d2266_0 conda-forge
kernel-headers_linux-64: 2.6.32-he073ed8_15 conda-forge
ld_impl_linux-64: 2.36.1-hea4e1c9_2 conda-forge
libgcc-devel_linux-64: 9.4.0-hd854feb_11 conda-forge
libgcc-ng: 11.2.0-h1d223b6_11 conda-forge
libgfortran-ng: 11.2.0-h69a702a_11 conda-forge
libgfortran5: 11.2.0-h5c6108e_11 conda-forge
libgomp: 11.2.0-h1d223b6_11 conda-forge
libsanitizer: 9.4.0-h79bfe98_11 conda-forge
libstdcxx-ng: 11.2.0-he4da1e4_11 conda-forge
make: 4.3-hd18ef5c_1 conda-forge
sysroot_linux-64: 2.12-he073ed8_15 conda-forge
```
I just don't understand how it compiles and passes all the tests, but when
it's copied and tested a second time, it segfaults.
…On Sun, Jan 9, 2022 at 9:55 PM John Kerl ***@***.***> wrote:
From
https://dev.azure.com/conda-forge/84710dde-1620-425b-80d0-4cf5baca359d/_apis/build/builds/438468/logs/10
I'm seeing a lot of Unknown format for lib{varies}.a -- maybe an unclean
cross-compile with remnant artifacts from building for another architecture
-- ?
—
Reply to this email directly, view it on GitHub
<#851 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZ2Z2CUQWRXQ2NY6KKOTY3UVJDB3ANCNFSM5LSP4T5Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Miller 6 has been made available in MacPorts: https://ports.macports.org/port/miller/ |
Beta Was this translation helpful? Give feedback.
-
My miller docker images are available here: https://hub.docker.com/r/jauderho/miller/tags |
Beta Was this translation helpful? Give feedback.
-
Please see What's new in Miller 6 for complete information.
This discussion was created from the release Miller 6.
Beta Was this translation helpful? Give feedback.
All reactions