Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 901823 - net-misc/seafile-8.0.10-r2 - notif-mgr.c: error: struct lws_context_creation_info has no member named client_ssl_ca_filepath
Summary: net-misc/seafile-8.0.10-r2 - notif-mgr.c: error: struct lws_context_creation_...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Quentin Retornaz
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-17 15:37 UTC by Toralf Förster
Modified: 2023-03-19 03:22 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.94 KB, text/plain)
2023-03-17 15:37 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,75.29 KB, application/x-bzip)
2023-03-17 15:37 UTC, Toralf Förster
Details
environment (environment,110.79 KB, text/plain)
2023-03-17 15:37 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,32.61 KB, application/x-bzip)
2023-03-17 15:37 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,8.57 KB, application/x-bzip)
2023-03-17 15:37 UTC, Toralf Förster
Details
net-misc:seafile-8.0.10-r1:20230317-150903.log (net-misc:seafile-8.0.10-r1:20230317-150903.log,65.89 KB, text/plain)
2023-03-17 15:37 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,35.95 KB, application/x-bzip)
2023-03-17 15: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-03-17 15:37:51 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -DPKGDATADIR=\"/usr/share/seafile\" -DPACKAGE_DATA_DIR=\""/usr/share/seafile"\" -DSEAFILE_CLIENT -D__USE_MINGW_ANSI_STDIO=1 -I../include -I../lib -I../lib -I../common -I/usr/include/searpc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -O2 -pipe -march=native -fno-diagnostics-color -c -o notif-mgr.o notif-mgr.c
notif-mgr.c: In function 'parse_notification_url':
notif-mgr.c:142:13: warning: the comparison will always evaluate as 'true' for the pointer operand in 'colon + 1' must not be NULL [-Waddress]
  142 |         if (colon + 1)
      |             ^~~~~
notif-mgr.c: In function 'lws_context_new':
notif-mgr.c:746:14: error: 'struct lws_context_creation_info' has no member named 'client_ssl_ca_filepath'
  746 |          info.client_ssl_ca_filepath = ca_path;
      |              ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-j5-20230313-140004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
/usr/lib/llvm/15
15.0.7
Python 3.10.10
Available Rust versions:
  [1]   rust-1.67.1 *
The following VMs are available for generation-2:
The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):

  HEAD of ::gentoo
commit e78439368dd618edfb5ff7a236c093650ca79ba9
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Mar 17 14:16:53 2023 +0000

    2023-03-17 14:16:53 UTC

emerge -qpvO net-misc/seafile
[ebuild  N    ] net-misc/seafile-8.0.10-r1  PYTHON_SINGLE_TARGET="python3_10 -python3_9 -python3_11"
Comment 1 Toralf Förster gentoo-dev 2023-03-17 15:37:52 UTC
Created attachment 858093 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-03-17 15:37:53 UTC
Created attachment 858095 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2023-03-17 15:37:55 UTC
Created attachment 858097 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-03-17 15:37:56 UTC
Created attachment 858099 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-03-17 15:37:57 UTC
Created attachment 858101 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-03-17 15:37:58 UTC
Created attachment 858103 [details]
net-misc:seafile-8.0.10-r1:20230317-150903.log
Comment 7 Toralf Förster gentoo-dev 2023-03-17 15:37:59 UTC
Created attachment 858105 [details]
temp.tar.bz2
Comment 8 Agostino Sarubbo gentoo-dev 2023-03-18 07:41:18 UTC
ci has reproduced this issue with version 8.0.10-r2 - Updating summary.
Comment 9 Quentin Retornaz 2023-03-18 17:15:03 UTC
Hello,
I have the same error.
Please, instead of wasting your time to try to fix an outdated and upstream unsupported version, can you review my pull request[1] for version 9.0.0 where I did put efforts on testing?

[1] https://github.com/gentoo/gentoo/pull/29928
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-18 17:16:40 UTC
(In reply to Quentin Retornaz from comment #9)
> Hello,
> I have the same error.
> Please, instead of wasting your time to try to fix an outdated and upstream
> unsupported version, can you review my pull request[1] for version 9.0.0
> where I did put efforts on testing?
> 
> [1] https://github.com/gentoo/gentoo/pull/29928

It's the stable version anyway so it's not like it's wasting time. Toralf also doesn't have commit access. It's different work so it's not like it's taking away from review time. He's doing a valuable critical service.
Comment 11 Quentin Retornaz 2023-03-18 19:19:18 UTC
Sorry for being that quick. I was not targeting him in this message.
Comment 12 Quentin Retornaz 2023-03-18 19:25:54 UTC
Also I have doubts about definition of "stable" for gentoo distribution and upstream (that likes to move tags all the time). I think both do not have the same.
Comment 13 Quentin Retornaz 2023-03-18 19:27:08 UTC
More the time goes, less I have trust in upstream project.
Comment 14 Larry the Git Cow gentoo-dev 2023-03-19 03:22:42 UTC
The bug has been closed via the following commit(s):

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

commit e4fe903efe1ac96dd13573a834102b6be20f3a24
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-03-19 03:18:35 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-19 03:18:35 +0000

    net-misc/seafile: fix libwebsockets dep
    
    Closes: https://bugs.gentoo.org/901823
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/seafile/{seafile-8.0.10-r2.ebuild => seafile-8.0.10-r3.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)