Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805524 - dev-lua/luasec-1.0.1 - options.c: error: missing binary operator before token n
Summary: dev-lua/luasec-1.0.1 - options.c: error: missing binary operator before token n
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Azamat H. Hackimov
URL: https://github.com/brunoos/luasec/iss...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: openssl-3.0
  Show dependency tree
 
Reported: 2021-07-31 13:18 UTC by Toralf Förster
Modified: 2021-08-07 22:49 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.98 KB, text/plain)
2021-07-31 13:18 UTC, Toralf Förster
Details
dev-lua:luasec-1.0.1:20210731-130425.log (dev-lua:luasec-1.0.1:20210731-130425.log,4.94 KB, text/plain)
2021-07-31 13:18 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,95.79 KB, text/plain)
2021-07-31 13:18 UTC, Toralf Förster
Details
environment (environment,69.47 KB, text/plain)
2021-07-31 13:18 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,20.58 KB, application/x-bzip)
2021-07-31 13:18 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,132.88 KB, application/x-bzip)
2021-07-31 13:18 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 13:18:20 UTC
   32 | #if defined(SSL_OP_BIT(n))
      |                       ^
options.c:32:24: error: missing binary operator before token "n"
   32 | #if defined(SSL_OP_BIT(n))
      |                        ^
make[2]: *** [<builtin>: options.o] Error 1
make[2]: *** Waiting for unfinished jobs....

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

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

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

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 following VMs are available for generation-2:
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
  (none found)

  HEAD of ::gentoo
commit 55a6d872fb2125ff4a5acc122ac2eda24bb5779f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Jul 31 11:51:55 2021 +0000

    2021-07-31 11:51:51 UTC

emerge -qpvO dev-lua/luasec
[ebuild  N    ] dev-lua/luasec-1.0.1  LUA_TARGETS="lua5-1 (-lua5-2) -lua5-3 -lua5-4 -luajit"
Comment 1 Toralf Förster gentoo-dev 2021-07-31 13:18:21 UTC
Created attachment 728754 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-07-31 13:18:22 UTC
Created attachment 728757 [details]
dev-lua:luasec-1.0.1:20210731-130425.log
Comment 3 Toralf Förster gentoo-dev 2021-07-31 13:18:24 UTC
Created attachment 728760 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-07-31 13:18:25 UTC
Created attachment 728763 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-07-31 13:18:26 UTC
Created attachment 728766 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-07-31 13:18:28 UTC
Created attachment 728769 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2021-08-07 22:49:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50a695cc830b1f859873887f6e6b584e62b30a1

commit d50a695cc830b1f859873887f6e6b584e62b30a1
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2021-08-07 18:38:11 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-08-07 22:17:03 +0000

    dev-lua/luasec: fix compilation with openssl-3.0
    
    Applied upstream patch 79bbc0.
    
    Closes: https://github.com/gentoo/gentoo/pull/21909
    Closes: https://bugs.gentoo.org/805524
    Package-Manager: Portage-3.0.20, Repoman-3.0.2
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 dev-lua/luasec/files/luasec-1.0.1_openssl3.patch | 96 ++++++++++++++++++++++++
 dev-lua/luasec/luasec-1.0.1-r1.ebuild            | 90 ++++++++++++++++++++++
 2 files changed, 186 insertions(+)