Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805377 - app-shells/nushell-0.32.0-r1 - warning: build/expando.c: error: pasting RUST_VERSION_OPENSSL_ and ( does not give a valid preproce
Summary: app-shells/nushell-0.32.0-r1 - warning: build/expando.c: error: pasting RUST_...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-3.0
  Show dependency tree
 
Reported: 2021-07-31 09:19 UTC by Toralf Förster
Modified: 2022-06-18 00:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,14.56 KB, text/plain)
2021-07-31 09:19 UTC, Toralf Förster
Details
app-shells:nushell-0.32.0-r1:20210731-073241.log (app-shells:nushell-0.32.0-r1:20210731-073241.log,464.62 KB, text/plain)
2021-07-31 09:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,60.34 KB, text/plain)
2021-07-31 09:19 UTC, Toralf Förster
Details
environment (environment,124.94 KB, text/plain)
2021-07-31 09:19 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,23.52 KB, application/x-bzip)
2021-07-31 09:19 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,50.48 KB, application/x-bzip)
2021-07-31 09:19 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-07-31 09:19:48 UTC
The following warnings were emitted during compilation:

warning: build/expando.c:4:24: error: pasting "RUST_VERSION_OPENSSL_" and "(" does not give a valid preprocessing token
warning:     4 | #define VERSION2(n, v) RUST_VERSION_##n##_##v
warning:       |                        ^~~~~~~~~~~~~
warning: build/expando.c:5:23: note: in expansion of macro ‘VERSION2’
warning:     5 | #define VERSION(n, v) VERSION2(n, v)

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j3-20210730-192333

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
/usr/lib/llvm/12
12.0.1
Python 3.9.6
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.53.0 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4

  HEAD of ::gentoo
commit 2e98097397c9a39b22c2030b7b913dcc219213dc
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Jul 31 06:36:49 2021 +0000

    2021-07-31 06:36:45 UTC

emerge -qpvO app-shells/nushell
[ebuild  N    ] app-shells/nushell-0.32.0-r1  USE="extra -debug"
Comment 1 Toralf Förster gentoo-dev 2021-07-31 09:19:49 UTC
Created attachment 728619 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-07-31 09:19:51 UTC
Created attachment 728622 [details]
app-shells:nushell-0.32.0-r1:20210731-073241.log
Comment 3 Toralf Förster gentoo-dev 2021-07-31 09:19:52 UTC
Created attachment 728625 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-07-31 09:19:54 UTC
Created attachment 728628 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-07-31 09:19:55 UTC
Created attachment 728631 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-07-31 09:19:56 UTC
Created attachment 728634 [details]
temp.tar.bz2
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-18 00:09:40 UTC
Pretty sure this is fine now w/ newer versions using new openssl-sys crate.