Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919461 - media-plugins/vdr-vdrmanager-0.14 - [clang] serversock.cpp: error: invalid operands to binary expression (_bind<int
Summary: media-plugins/vdr-vdrmanager-0.14 - [clang] serversock.cpp: error: invalid op...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-08 13:36 UTC by Toralf Förster
Modified: 2023-12-08 13:37 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.25 KB, text/plain)
2023-12-08 13:36 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,134.78 KB, text/plain)
2023-12-08 13:37 UTC, Toralf Förster
Details
environment (environment,143.97 KB, text/plain)
2023-12-08 13:37 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.14 KB, application/x-xz)
2023-12-08 13:37 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,22.66 KB, application/x-xz)
2023-12-08 13:37 UTC, Toralf Förster
Details
media-plugins:vdr-vdrmanager-0.14:20231208-120723.log (media-plugins:vdr-vdrmanager-0.14:20231208-120723.log,11.69 KB, text/plain)
2023-12-08 13:37 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,208.39 KB, text/plain)
2023-12-08 13:37 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,34.42 KB, application/x-xz)
2023-12-08 13:37 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 2023-12-08 13:36:58 UTC
too long lines were shrinked:

make -j4 all VDRMANAGER_USE_GZIP=0 VDRMANAGER_USE_SSL=1 VDRMANAGER_USE_ZLIB=1 LOCALEDIR=/var/tmp/portage/media-plugins/vdr-vdrmanager-0.14/temp/tmp-locale LOCDIR=/var/tmp/portage/media-plugins/vdr-vdrmanager-0.14/temp/tmp-locale LIBDIR=/var/tmp/portage/media-plugins/vdr-vdrmanager-0.14/work/vdr-vdrm
clang++ -O2 -pipe -march=native -fno-diagnostics-color  -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DVDRMANAGER_USE_SSL=1 -DVDRMANAGER_USE_ZLIB=1  vdrmanager.cpp
clang++ -O2 -pipe -march=native -fno-diagnostics-color  -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DVDRMANAGER_USE_SSL=1 -DVDRMANAGER_USE_ZLIB=1  sock.cpp
clang++ -O2 -pipe -march=native -fno-diagnostics-color  -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DVDRMANAGER_USE_SSL=1 -DVDRMANAGER_USE_ZLIB=1  serversock.cpp
clang++ -O2 -pipe -march=native -fno-diagnostics-color  -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DVDRMANAGER_USE_SSL=1 -DVDRMANAGER_USE_ZLIB=1  clientsock.cpp
clang++ -O2 -pipe -march=native -fno-diagnostics-color  -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DVDRMANAGER_USE_SSL=1 -DVDRMANAGER_USE_ZLIB=1  vdrmanagerthread.cpp
serversock.cpp:58:58: error: invalid operands to binary expression ('__bind<int
      &, sockaddr *, unsigned long>' and 'int')
   58 |         if (bind(sock, (struct sockaddr *) &name, sizeof(name)) < 0) {

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd_clang_merged_usr-20231206-115013

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 17.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.6+libcxx
Python 3.11.7
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.73.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
2)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
*)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21 

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
go version go1.21.4 linux/amd64

  HEAD of ::gentoo
commit 8de30e1534a9eae8ffe7f467c2b65b1c71ffe7c1
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Dec 8 11:17:00 2023 +0000

    2023-12-08 11:17:00 UTC

emerge -qpvO media-plugins/vdr-vdrmanager
[ebuild  N    ] media-plugins/vdr-vdrmanager-0.14  USE="ssl zlib -gzip -stream"
Comment 1 Toralf Förster gentoo-dev 2023-12-08 13:36:59 UTC
Created attachment 878327 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-12-08 13:37:01 UTC
Created attachment 878328 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-12-08 13:37:02 UTC
Created attachment 878329 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-12-08 13:37:03 UTC
Created attachment 878330 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-12-08 13:37:04 UTC
Created attachment 878331 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-12-08 13:37:05 UTC
Created attachment 878332 [details]
media-plugins:vdr-vdrmanager-0.14:20231208-120723.log
Comment 7 Toralf Förster gentoo-dev 2023-12-08 13:37:06 UTC
Created attachment 878333 [details]
qlist-info.txt
Comment 8 Toralf Förster gentoo-dev 2023-12-08 13:37:07 UTC
Created attachment 878334 [details]
temp.tar.xz