It will resolve itself when packages built against the new library are
available. *In this case* this error is fairly unlikely to cause anything
else than this noise at process startup. (In other cases with similar
errors it could cause much worse problems).
--
Sent from a phone, apologies for poor formatting.
On 23 February 2022 18:59:16 Simon Parrer <simon.parrer@mailbox.org> wrote:
> Hello,
>
> after update to 7.1 GENERIC.MP#378 amd64 and pkg_add -u to feh 3.8 i get a
> feh:/usr/X11R6/lib/libX11.so.18.0: /usr/X11R6/lib/libX11.so.17.1 : WARNING:
> symbol(_XkeyTable) size mismatch, relink your program
>
> Someone can say me what it means?
>
> Many Thanks
>
> Best Regards
> Simon
>
>> Stefan Hagen <sh+openbsd-ports@codevoid.de> hat am 19.02.2022 21:49
>> geschrieben:
>>
>>
>> Brian Callahan wrote (2022-02-19 19:16 CET):
>> > I usually like to have a big endian test before committing a feh update.
>>
>> Sparc64 sais, this port is ok.
>>
>> All tests successful.
>> Files=2, Tests=74, 4 wallclock secs ( 0.20 usr 0.03 sys + 1.27 cusr
>> 1.80 csys = 3.30 CPU)
>> Result: PASS
>>
>> Best Regards,
>> Stefan
>>
>> > Index: Makefile
>> > ===================================================================
>> > RCS file: /cvs/ports/graphics/feh/Makefile,v
>> > retrieving revision 1.108
>> > diff -u -p -r1.108 Makefile
>> > --- Makefile 3 Oct 2021 19:19:20 -0000 1.108
>> > +++ Makefile 19 Feb 2022 18:14:45 -0000
>> > @@ -2,7 +2,7 @@
>> >
>> > COMMENT= lightweight image viewer
>> >
>> > -DISTNAME= feh-3.7.2
>> > +DISTNAME= feh-3.8
>> > EXTRACT_SUFX= .tar.bz2
>> > CATEGORIES= graphics
>> > FIX_EXTRACT_PERMISSIONS=Yes
>> > Index: distinfo
>> > ===================================================================
>> > RCS file: /cvs/ports/graphics/feh/distinfo,v
>> > retrieving revision 1.70
>> > diff -u -p -r1.70 distinfo
>> > --- distinfo 3 Oct 2021 19:19:20 -0000 1.70
>> > +++ distinfo 19 Feb 2022 18:14:45 -0000
>> > @@ -1,2 +1,2 @@
>> > -SHA256 (feh-3.7.2.tar.bz2) = hHGP0nIM9UDSRXaElP4OtOWY9Es54jJrrow2ioKcglg=
>> > -SIZE (feh-3.7.2.tar.bz2) = 2121677
>> > +SHA256 (feh-3.8.tar.bz2) = fzw0VSs5M21+vuLXxL9Wl6qqLGwQLDV/boLqJAvWK6k=
>> > +SIZE (feh-3.8.tar.bz2) = 2122631
>> > Index: patches/patch-Makefile
>> > ===================================================================
>> > RCS file: /cvs/ports/graphics/feh/patches/patch-Makefile,v
>> > retrieving revision 1.9
>> > diff -u -p -r1.9 patch-Makefile
>> > --- patches/patch-Makefile 20 Apr 2019 06:24:12 -0000 1.9
>> > +++ patches/patch-Makefile 19 Feb 2022 18:14:45 -0000
>> > @@ -9,4 +9,4 @@ Index: Makefile
>> > + @rm -f ${example_dir}/*.{beforesubst,orig}
>> > @chmod 644 ${example_dir}/*
>> >
>> > - install-applications:
>> > + install-applications: share/applications/feh.desktop
>> > Index: patches/patch-config_mk
>> > ===================================================================
>> > RCS file: /cvs/ports/graphics/feh/patches/patch-config_mk,v
>> > retrieving revision 1.11
>> > diff -u -p -r1.11 patch-config_mk
>> > --- patches/patch-config_mk 20 Apr 2019 06:24:12 -0000 1.11
>> > +++ patches/patch-config_mk 19 Feb 2022 18:14:45 -0000
>> > @@ -7,7 +7,7 @@ fix "filelist.c:253:45: error: use of un
>> > Index: config.mk
>> > --- config.mk.orig
>> > +++ config.mk
>> > -@@ -35,10 +35,6 @@ scalable_icon_dir = ${icon_dir}/scalable/apps
>> > +@@ -36,10 +36,6 @@ scalable_icon_dir = ${icon_dir}/scalable/apps
>> >
>> > # default CFLAGS
>> > CFLAGS ?= -g -O2
>> > Index: patches/patch-man_feh_pre
>> > ===================================================================
>> > RCS file: /cvs/ports/graphics/feh/patches/patch-man_feh_pre,v
>> > retrieving revision 1.52
>> > diff -u -p -r1.52 patch-man_feh_pre
>> > --- patches/patch-man_feh_pre 8 Jul 2021 13:55:37 -0000 1.52
>> > +++ patches/patch-man_feh_pre 19 Feb 2022 18:14:45 -0000
>> > @@ -2,7 +2,7 @@ $OpenBSD: patch-man_feh_pre,v 1.52 2021/
>> > Index: man/feh.pre
>> > --- man/feh.pre.orig
>> > +++ man/feh.pre
>> > -@@ -1376,7 +1376,7 @@ which
>> > +@@ -1383,7 +1383,7 @@ which
>> > defaults to
>> > .Pa ~/.config/feh/ .
>> > If the files are not found in that directory, it will also try
>> > Index: patches/patch-src_events_c
>> > ===================================================================
>> > RCS file: /cvs/ports/graphics/feh/patches/patch-src_events_c,v
>> > retrieving revision 1.11
>> > diff -u -p -r1.11 patch-src_events_c
>> > --- patches/patch-src_events_c 11 Feb 2018 19:23:49 -0000 1.11
>> > +++ patches/patch-src_events_c 19 Feb 2022 18:14:45 -0000
>> > @@ -2,7 +2,7 @@ $OpenBSD: patch-src_events_c,v 1.11 2018
>> > Index: src/events.c
>> > --- src/events.c.orig
>> > +++ src/events.c
>> > -@@ -124,7 +124,7 @@ void init_buttonbindings(void)
>> > +@@ -133,7 +133,7 @@ void init_buttonbindings(void)
>> >
>> > free(confpath);
>> >
No comments:
Post a Comment