Control: forwarded -1 https://bugs.webkit.org/show_bug.cgi?id=186722
Control: tags -1 upstream fixed-upstream pending
On Thu, Nov 29, 2018 at 11:28:27AM +0100, Andreas Beckmann wrote:
> webkit2gtk/experimental FTBFS on i386:
Known problem, it's been fixed upstream already.
You can work around i
On Mon, May 01, 2017 at 07:54:27PM -0500, David Gilman wrote:
> Source: nettle
> Severity: wishlist
>
> Please consider running the configure script with --enable-fat. It adds
> code to detect CPU features at runtime and use appropriate optimized
> crypto routines.
The optimized routines with AE
On Wed, May 23, 2018 at 09:05:24AM +0800, 積丹尼 Dan Jacobson wrote:
> Package: libjavascriptcoregtk-4.0-18
> Version: 2.21.2-1
> Severity: grave
>
> 1 0xb37f73a4
> /usr/lib/i386-linux-gnu/libjavascriptcoregtk-4.0.so.18(WTFCrash+0x14)
> [0xb37f73a4]
> 2 0xb340f325
> /usr/lib/i386-linux-gnu/lib
On Thu, May 24, 2018 at 07:26:52PM +0800, 積丹尼 Dan Jacobson wrote:
> I can confirm that the problem doesn't occur on amd64 2.21.2-1, only i386.
> Do you have a i386 machine you can test
> /usr/lib/*-linux-gnu/webkit2gtk-4.0/MiniBrowser
> https://www.couchsurfing.com/dashboard
> on?
Right, I can re
Control: tags -1 moreinfo
On Tue, Jul 03, 2018 at 02:50:05PM +0200, Pavel Kreuzt wrote:
> When trying to create a .megarc settings file as explained on
> documentation, these settings are not acknowledged by mega
> tools. They only follow options set on command line.
> For example, I tried to us
I see, I reported the documentation bug upstream:
https://github.com/megous/megatools/issues/359
I'll keep this bug open until that problem is fixed.
Thanks!
Berto
On Sat, Jul 07, 2018 at 11:55:51PM +, Pavel Kreuzt wrote:
> OK, it's my fault. I just made my megarc copying the example fr
On Thu, Jul 19, 2018 at 11:10:34AM +1200, Ben Caradoc-Davies wrote:
> Package: megatools
> Version: 1.9.98-1+b1
> Severity: important
>
> Dear Maintainer,
>
> megaput hangs when upload is at 100%. Seen twice with 3.0 GiB files. Seems
> fixed upstream on master, likely by reverting upload to not u
On Thu, Jul 19, 2018 at 11:56:46AM +1200, Ben Caradoc-Davies wrote:
> 1.10.0-rc1, which includes the fix for this issue, was just released
> upstream:
> https://github.com/megous/megatools/issues/362
Thanks, I'll probably wait for the final 1.10.0 release before
auploading it to Debian, but if it
Control: fixed -1 2.19.91-1
On Mon, Feb 05, 2018 at 02:06:09PM +0100, Teus Benschop wrote:
> Package: libwebkit2gtk-4.0-37
> Version: 2.18.6-1
> Severity: important
> File: libwebkit2gtk
Hello Teus,
I just uploaded webkit2gtk 2.19.91-1, that contains the fix for this
bug.
This release is from t
On Thu, Feb 22, 2018 at 07:58:36AM +, Teus Benschop wrote:
Hello Teus,
> There's just one thing that is different from before: After
> installing from experimental, when running bibledit, it now says
> this:
>
> *teus@debian-sid-gui*:*~*$ bibledit
>
> WaylandCompositor requires eglBindWayla
On Thu, Feb 22, 2018 at 01:45:47PM +, Dominic Hargreaves wrote:
> I tracked this problem down to having enabled strict isolation mode
> in response to a recommendation at the time meltdown was announced.
I can confirm that this is the cause of the problem for me too. Thanks
for tracking it do
Control: tags -1 - moreinfo
On Mon, Feb 26, 2018 at 08:55:51PM +, Adam D. Barratt wrote:
> > I would like to upload a new grilo-plugins package, which contains
> > a fix for https://bugs.debian.org/887469
>
> The BTS metadata for that bug indicates that it affects the version
> of grilo-plug
Control: tags -1 moreinfo
On Tue, Mar 06, 2018 at 05:57:51PM -0300, Patrick Davis Naylor Gonzalez wrote:
> I tried to install Zenity and Shotwell, which both have
> libwebkit2gtk-4.0-37 as a dependency, but it is not possible
> because of a dependency problem with libwebkit2gtk-4.0-37: Depends:
>
Control: tags -1 pending
On Mon, Jan 20, 2020 at 08:44:30PM +0100, Mattia Rizzolo wrote:
> In file included from
> ../Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:64:
> /usr/include/gstreamer-1.0/gst/gl/x11/gstgldisplay_x11.h:26:10: fatal error:
> X11/Xlib-xcb.h
Package: wnpp
Severity: wishlist
Owner: Alberto Garcia
* Package name: cog
Version : 0.4.0
Upstream Author : The WPE WebKit Team
* URL : https://wpewebkit.org/
* License : MIT/Expat
Programming Lang: C
Description : Simple web browser based on WPE
On Wed, Jan 22, 2020 at 09:27:38AM +0100, John Paul Adrian Glaubitz wrote:
> Could you upload webkit2gtk with the suggested fix? This issue is
> now blocking multiple packages, in particular on sh4.
There's a new stable release planned for today or tomorrow, I'll do
the upload then.
Berto
On Wed, Jan 22, 2020 at 10:00:07PM +0100, John Paul Adrian Glaubitz wrote:
> ifneq (,$(filter $(DEB_HOST_ARCH),hppa m68k powerpc sh4))
> LDFLAGS += -Wl,--reduce-memory-overheads
> endif
Rather than listing the architectures, perhaps it's easier to have
cmake take care of that automaticall
Control: tags -1 pending
On Wed, Jan 22, 2020 at 09:40:08PM +0100, John Paul Adrian Glaubitz wrote:
> Please disable Gold on powerpc with:
>
> ifneq (,$(filter $(DEB_HOST_ARCH),powerpc))
> EXTRA_CMAKE_ARGUMENTS += -DUSE_LD_GOLD=OFF
> endif
Looks good to me, this will be in the next uploa
Control: tags -1 pending
On Thu, Jan 23, 2020 at 11:21:31AM +0100, John Paul Adrian Glaubitz wrote:
> The patch to fix the build on m68k needs to be refreshed. Please
> update the patch fix-ftbfs-m68k.patch with the attached one.
Done, thanks!
Berto
Control: tags -1 pending
On Thu, Jan 23, 2020 at 11:30:46AM +0100, John Paul Adrian Glaubitz wrote:
> > if (NOT USE_LD_GOLD)
> > set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS}
> > -Wl,--reduce-memory-overheads")
> > set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS}
> > -Wl
On Fri, Apr 29, 2022 at 06:56:45AM -0400, Jeremy Bicha wrote:
> wpewebkit has 2 reverse dependencies in Debian: cog and
> gstreamer1.0-wpe. Although cog was switched to use the new libsoup3,
> gstreamer1.0-wpe was not.
This is already fixed: https://bugs.debian.org/1009721
It was planned with th
On Fri, Apr 29, 2022 at 03:06:49PM +1000, Paul Szabo wrote:
> I have some 32- and 64-bit machines, so with i386 and amd64
> architectures, all at bullseye. I notice that updated webkit2gtk
> packages were released for amd64 with version 2.36.0-3~deb11u1,
> but that i386 is still "stuck" at 2.34.6-
On Mon, Apr 25, 2022 at 11:37:02AM -0400, Jeremy Bicha wrote:
> The new release of webkit2gtk won't migrate to Testing because of an
> autopkgtest regression in devhelp. I'm filing this bug to make sure
> that the maintainer notices the issue.
This has been fixed upstream but I think I'll just wa
On Mon, Apr 04, 2022 at 03:25:44PM +0200, Alberto Garcia wrote:
> > During a rebuild of all packages in sid, your package failed to
> > build on amd64.
> >
> > > FAIL: FLAC
>
> This started to happen after flac was updated from 1.3.3-2 to 1.3.4-1.
I bis
reassign 1008424 src:flac 1.3.4-1
affects 1008424 src:audiofile
retitle 1008424 flac 1.3.4 makes audiofile FTBFS
forwarded 1008424 https://github.com/xiph/flac/issues/327
tags 1008424 patch
thanks
On Sat, Apr 23, 2022 at 01:48:17AM +0200, Alberto Garcia wrote:
> I submitted a bug report upstr
On Sat, Aug 06, 2022 at 05:20:14PM -0400, Jeremy Bicha wrote:
> Please consider enabling the gtk4 build. It is required for
> gnome-initial-setup 43:
> https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/blob/master/NEWS
Yeah we need to enable this build at some point so maybe it's not a
bad mome
Control: tags -1 fixed-upstream
On Fri, Jul 29, 2022 at 06:20:14PM +0200, Lucas Nussbaum wrote:
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
> > In function ‘mbstowcs’,
> > inlined from ‘read_symbol_name’ at read.c:1670:11:
> > /usr/include/x86_64-linux
On Wed, Aug 10, 2022 at 11:21:37PM +0200, Bret Curtis wrote:
> * Package name : VulkanSceneGraph
Note that package names cannot have upper case letters. See the Debian
Policy, section 5.6.1:
https://www.debian.org/doc/debian-policy/ch-controlfields.html#source
Berto
On Sun, Aug 07, 2022 at 10:24:45PM +0200, Sebastian Krzyszkowiak wrote:
> since 2.36.0-3~deb11u1, webkit2gtk in bullseye has been almost
> unusable on arm64 computers, crashing a lot when navigating between
> pages.
Hello,
I'm going to publish 2.36.6-1~deb11u1 this week. It contains a number
of
On Thu, Aug 11, 2022 at 03:04:34PM -0400, Jeremy Bicha wrote:
> > Yeah we need to enable this build at some point so maybe it's not
> > a bad moment.
>
> gnome-builder 43 has an optional dependency on it also.
Can you give this branch a try? I think it should work fine and can be
merged already
On Mon, Aug 15, 2022 at 08:01:16PM -0400, Jeremy Bicha wrote:
> Please copy this commit over to your experimental branch:
> https://salsa.debian.org/webkit-team/webkit/-/commit/99564815a0
Thanks, I had forgotten it. It's done now. I also rebased
webkitgtk-gtk4 on top of the updated experimental b
On Tue, Aug 16, 2022 at 08:20:18AM -0400, Jeremy Bicha wrote:
> I was able to successfully build your branch in my Ubuntu PPA for at
> least some of the architectures. I was able to use GNOME Builder 43
> (latest preview build) and Epiphany 43 Beta which both require webkit
> 2.37.1. GNOME Builder
On Tue, Aug 16, 2022 at 09:13:57AM -0400, Jeremy Bicha wrote:
> > Thanks! I'll push the changes to salsa and probably wait for the
> > new development release of webkit.
> Could you upload now?
I just checked with upstream and there'll be a new release this week,
are you ok with waiting?
Berto
Control: forwarded -1 https://bugs.webkit.org/show_bug.cgi?id=244026
On Wed, Aug 17, 2022 at 01:01:46AM +0200, Sebastian Krzyszkowiak wrote:
> > I'm going to publish 2.36.6-1~deb11u1 this week. It contains a number
> > of crash fixes and I would appreciate if you could verify whether the
> > probl
On Tue, Jun 21, 2022 at 11:40:49AM +0200, Markus Demleitner wrote:
> Well, given that I just tried to get a trackback and discovered
> that's harder than just following the advice and running
>
> ssh -tX env GDK_SYNCHRONIZE=1 gdb luakit
>
> and breaking on gdk_x_error; I figure it's because th
On Fri, Jan 07, 2022 at 10:31:26PM -0500, Michael Stone wrote:
> agreed, someone should fix xdg-desktop-portal to not cause errors
Regardless of how this can be solved in xdg-desktop-portal (and as far
as I'm aware there is no fix at the moment) this can also be solved by
a patch in gnulib/coreuti
+0100
@@ -1,3 +1,11 @@
+epiphany-browser (3.38.2-1+deb11u2) bullseye; urgency=medium
+
+ * d/p/glib-bug-workaround.patch:
+- Cherry pick upstream patch ff8ecbf6. This works around a bug in GLib
+ and fixes a UI process crash (Closes: #1005810).
+
+ -- Alberto Garcia Fri, 04 Mar 2022 11:
On Fri, Mar 04, 2022 at 11:43:41AM +0100, Alberto Garcia wrote:
> [ Reason ]
> There is an open bug in GLib[1] that is crashing the Epiphany web
> browser (debian bug #1005810).
>
> While the GLib bug itself hasn't been solved yet this has been worked
> around in Epi
On Tue, Jul 19, 2022 at 04:56:02PM +, Matthias Klose wrote:
> This package currently fails to build (at least on the amd64
> architecture) with link time optimizations enabled.
Hello, I believe we have a gcc bug here.
Try to build libspectrum after applying this patch:
diff -ru libspectrum-
On Tue, Jul 19, 2022 at 07:04:04PM +, Alberto Garcia wrote:
> The problem only happens with -O2
I narrowed it down a bit, if you replace -O2 with
-O1 -finline-functions -finline-small-functions
the build also fails (with a different error however).
Berto
On Wed, Jun 01, 2022 at 09:29:47AM +0200, Jean-Philippe MENGUAL wrote:
> using the plugin to connect to matrix, the server seems to require
> ssl and says that is not supported. Perhaps an upgrade of the
> package could implement it?
Hello,
I have given up this package for adoption more than 6 m
On Thu, Jun 09, 2022 at 01:59:25AM +0200, karogyoker wrote:
> The problem is reproducible if I try to open this webpage in epiphany-browser:
> https://www.microsoft.com/en-us/software-download/windows10ISO
I cannot reproduce the problem with QEMU emulating a pentium 3 CPU.
We have had problems w
On Thu, Jun 09, 2022 at 03:59:33PM -0500, Tim McConnell wrote:
> running sudo ps -aux |grep WebKitWebProcess
> tmick4071296 53.0 9.5 88411428 683212 ? RLl 15:38 8:13
> /usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/WebKitWebProcess 13 35
> tmick4073180 0.0 0.0 6432 2284 pts/1T
On Fri, Jun 10, 2022 at 10:10:36AM +0200, karogyoker wrote:
> I've installed the libwebkit2gtk-4.1-0-dbgsym and
> libjavascriptcoregtk-4.1-0-dbgsym packages.
> After I attach to the PID exactly how I was doing it before, the
> WebKitWebProcess process stops doing anything and the page never loads.
On Fri, Jun 10, 2022 at 11:27:39AM -0500, tmcconnell...@gmail.com wrote:
> 5533 tmick 20 0 84.3g 620608 60480 R 98.3 8.7 4:36.70
> WebKitWebProces
> Running sudo perf top -pPID --sort dso,symbol told me gave me
Here -pPID would have the number of the process that is using the CPU,
On Fri, Jun 10, 2022 at 02:25:28PM -0500, tmcconnell...@gmail.com wrote:
> I had a better idea, and piped it to the attached file and let it run
> until the CPU usage went down. Currently my CPU is between 9 - 15 %
> Sorry for the big file, it took a while.
> Tim
Ok, it looks like it's just draw
reopen 1012548
tags 1012548 - unreproducible wontfix
thanks
On Mon, Jun 13, 2022 at 11:00:03AM +0200, karogyoker wrote:
> I think the solution is not to use the code where the ORing happens
> with 0x8040 (in case of i386 releases because this combination is
> not supported by hardware). For 32 bi
On Mon, Jun 13, 2022 at 10:32:59AM +0200, Markus Demleitner wrote:
> After the update to 2.36.3-1~deb11u1, webkit-using clients like
> luakit or midori do not work any more through ssh-forwarded X
> connections (as in ssh -X luakit).
I gave this a quick try using a VM and I can open luakit and m
On Thu, Jun 04, 2020 at 11:08:36AM +0200, Janusz S. Bień wrote:
> According to Léon Bottou it should do and really does on Ubuntu 18.04:
>
> https://sourceforge.net/p/djvu/bugs/319/#c805/b347
>
> Although djview-plugin is installed, about:plugins shows nothing and the
> DjVu documents are downlo
On Wed, Jun 10, 2020 at 08:08:27PM +0200, Sebastian Ramacher wrote:
> | Exception: gtkdoc-scangobj produced a non-zero return code 250
> | Command:
> | gtkdoc-scangobj --module=webkit2gtk-4.0
> | Error output:
> |
> |
> | ninja: build stopped: subcommand failed.
I've seen this several times,
On Thu, Jun 11, 2020 at 11:19:10AM +0300, Adrian Bunk wrote:
> > > | Exception: gtkdoc-scangobj produced a non-zero return code 250
> > > | Command:
> > > | gtkdoc-scangobj --module=webkit2gtk-4.0
> > > | Error output:
> > > |
> > > |
> > > | ninja: build stopped: subcommand failed.
> >
> >
Package: gcc-10
Version: 10.3.0-14
Severity: normal
Hi,
I'm trying to build webkit2gtk 2.36.0 for bullseye using GCC 10 and I
get segfaults in several places.
I tried GCC 10 from testing/sid and the problem is exactly the same.
This is the full preprocessed file:
https://people.debian.org/~
On Tue, Mar 22, 2022 at 01:27:06PM +0100, Alberto Garcia wrote:
> I'm trying to build webkit2gtk 2.36.0 for bullseye using GCC 10 and
> I get segfaults in several places.
FYI I was bisecting the problem and the culprit seems to be
the transition from WebKit's own implementation o
On Thu, Mar 24, 2022 at 11:54:31AM +0100, Alberto Garcia wrote:
> > I'm trying to build webkit2gtk 2.36.0 for bullseye using GCC 10
> > and I get segfaults in several places.
>
> FYI I was bisecting the problem and the culprit seems to be
> the transition from WebK
On Sat, Mar 26, 2022 at 10:03:42PM +0100, Lucas Nussbaum wrote:
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
>
> > FAIL: FLAC
This started to happen after flac was updated from 1.3.3-2 to 1.3.4-1.
Downgrading the flac packages makes audiofile build fine aga
Package: gtk-doc-tools
Version: 1.32-4
Severity: important
Hi,
the mipsel build of webkit2gtk is failing because of gtkdoc-scangobj:
| 2020-06-10 14:02:24,288:scangobj.py:execute_command:1199:WARNING:Running
scanner failed: -6, command: ./webkit2gtk-4.0-scan
| Traceback (most recent call last):
On Thu, Jul 09, 2020 at 05:27:46PM +0100, s...@debian.org wrote:
> Workaround: instead of
>
> 8<
> ifneq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
> EXTRA_CMAKE_ARGUMENTS += -DENABLE_GTKDOC=OFF
> else
> EXTRA_CMAKE_ARGUMENTS += -DENABLE_GTKDOC=ON
> endif
> 8<
>
> webkit2
On Thu, Jul 09, 2020 at 05:27:46PM +0100, s...@debian.org wrote:
> This is likely to be "won't fix" (or rather "can't fix") for
> gtk-doc-tools, unless someone with a suitably faulty FPU can
> reproduce the bug and figure out what is going on.
Ok I used your suggestion, webkit now builds with -DE
On Fri, Jul 10, 2020 at 04:07:34PM +0200, Alberto Garcia wrote:
> > This is likely to be "won't fix" (or rather "can't fix") for
> > gtk-doc-tools, unless someone with a suitably faulty FPU can
> > reproduce the bug and figure out what is goin
On Wed, Apr 28, 2010 at 07:46:06PM +0800, Astone Lin wrote:
> I do not have any idea about whatever reason cscope not to support file
> name with whitespace,
> but I really need this feature in emacs environment with xcscope.el.
> I had some workaround to make it happened, as following patch.
Hi,
Control: reassign -1 libgtk-3-0
Control: retitle -1 Crash in GtkIMContextWayland when pasting text in WebKitGTK
Control: tags -1 patch fixed-upstream
Control: found -1 3.24.5-1
Control: fixed -1 3.24.17-1
On Tue, Sep 01, 2020 at 10:05:08PM +0300, Andres Gomez wrote:
> WebKitGtk's UI process crash
On Tue, Jun 23, 2020 at 09:28:47AM +0800, Paul Wise wrote:
> I got a random crash (SIGSEGV) in WebKitWebProcess. I've included
> the gdb backtrace and some possibly related syslog messages below. I
> don't know how to reproduce the crash. I'm not entirely sure but I
> think it was from liferea. It
Package: lintian
Version: 2.80.0
Severity: normal
Hi,
apologies in advance if I reported the bug against the wrong component
but I'm unsure about where to start.
I'm testing the debhelper compatibity level v12 with the webkit2gtk
package (which currently uses v10). I had already updated some of
aq/?category=mpi-removed
The attached patch fixes the build. The latest upstream release
candidate still uses the old symbol btw.
Berto
From: Alberto Garcia
Subject: Replace obsolete MPI-2.0 API with their MPI-3.0 equivalents
Bug-Debian: https://bugs.debian.org/951984
Index:
On Thu, Dec 05, 2013 at 02:00:59PM +0100, Mathieu Malaterre wrote:
> /«PKGBUILDDIR»/Utilities/gdcmjpeg/jccolor.c: In function 'rgb_ycc_start':
> /«PKGBUILDDIR»/Utilities/gdcmjpeg/jccolor.c:99:43: warning: iteration
> 55823u invokes undefined behavior [-Waggressive-loop-optimizations]
> rgb_ycc
On Sun, Feb 23, 2020 at 09:02:55AM +0100, Lucas Nussbaum wrote:
> > /<>/src/SalmonAlevin.cpp: In function ‘void
> > processReadsQuasi(alevin::paired_parser*, ReadExperimentT&, ReadLibrary&,
> > alevin::AlnGroupVec&, std::atomic > unsigned int>&, std::atomic&, std::atomic > int>&, std::atomic&, s
On Mon, Apr 06, 2020 at 10:29:35AM +0200, Mathieu Malaterre wrote:
> http://git.dcmtk.org/?p=dcmtk.git;a=commit;h=180d9b9
I have to say that I don't see how the changes to jccolor.c solve the
problem ... the warning that we have is about this line:
rgb_ycc_tab[i+G_Y_OFF] = FIX(0.58700) * i;
Control: tags -1 upstream fixed-upstream
Control: forwarded -1 https://bugs.webkit.org/show_bug.cgi?id=209431
On Wed, Apr 08, 2020 at 04:25:24PM +0200, Sebastien Bacher wrote:
> The yelp package is currently failing to build,
> that has been fixed upstream with that commit
> https://trac.webkit.o
On Fri, Apr 26, 2019 at 09:09:49AM +0200, fede wrote:
> Please compile wpesrc that's one of new feature of gstramer 1.16.
> You probably needs to package wpe[0] too.
Hi,
WPE is now available in Debian.
I checked and wpesrc can be built by simply installing the required
dependencies (libwpebacke
0 +0200
@@ -1,3 +1,10 @@
+megatools (1.10.2-1+deb10u1) unstable; urgency=medium
+
+ * debian/patches/support-new-links.patch:
+- Add support for the new format of mega.nz links.
+
+ -- Alberto Garcia Wed, 15 Apr 2020 13:43:30 +0200
+
megatools (1.10.2-1) unstable; urgency=medium
On Wed, Apr 15, 2020 at 01:57:16PM +0200, Alberto Garcia wrote:
> +megatools (1.10.2-1+deb10u1) unstable; urgency=medium
There's an error in the patch, it should say 'buster' instead of
'unstable'. Otherwise it should be ok. Sorry for the noise.
Berto
egatools-1.9.98/debian/changelog 2020-04-15 14:28:54.0 +0200
@@ -1,3 +1,10 @@
+megatools (1.9.98-1+deb9u1) stretch; urgency=medium
+
+ * debian/patches/support-new-links.patch:
+- Add support for the new format of mega.nz links.
+
+ -- Alberto Garcia Wed, 15 Apr 2020 14:28:54 +02
Control: tags -1 upstream
On Sun, Mar 15, 2020 at 05:57:40PM -0400, Daniel Kahn Gillmor wrote:
> Attempting to build geary on ppc64 shows failures in the geary test
> suite due to "WEBKIT_WEB_PROCESS_CRASHED"
Thanks, this is being worked on upstream. Dmitry Shachnev also
provided a simple test c
On Wed, Mar 25, 2020 at 11:01:32AM +0100, giacomo wrote:
> Someone suggested this:
> "The problem is not with evolution, but with the Microsoft email server that I
> am using.[...] I found out
> that Microsoft is still using the obsolete TLS v1.0 for its POP."
I don't know if Evolution can allow
On Fri, Apr 26, 2019 at 08:08:52PM +0200, Richard Lucassen wrote:
> After an upgrade from 2.22.7 to 2.24.1-1, libwebkit2gtk refuses
> to play some radio streams. Downgrade to 2.22.7 resolves the
> problem. Seen on 4 different machines. The browser I use is
> "surf". The audio system is ALSA.
I ha
Control: forwarded -1 https://bugs.webkit.org/show_bug.cgi?id=197410
On Tue, Apr 30, 2019 at 11:44:49AM +0200, Richard Lucassen wrote:
> On Mon, 29 Apr 2019 16:16:43 +0200
> Alberto Garcia wrote:
>
> > Yep, this 2.24.0 version seems to work on one machine. Tonight I can
&g
On Wed, Jan 29, 2020 at 12:22:04PM +0100, Alberto Garcia wrote:
> > For WebKit, let's discuss in
> > https://bugs.webkit.org/show_bug.cgi?id=202194 to keep things in one
> > place.
>
> So there's now a patch for the WebKit 2.26 branch that IIUC would
> solve
On Fri, Feb 21, 2020 at 04:05:51AM +0100, Jean-Philippe MENGUAL wrote:
> Ok I have just built the git release, now it works. So to maintain
> this package usable in Debian, you need to update it to the latest
> git release, from December, 28. Do you want a specific bug to
> request update? Without
Control: tags -1 pending
On Sun, Feb 23, 2020 at 02:21:31PM +0100, Lucas Nussbaum wrote:
> Source: wpebackend-fdo
> Version: 1.4.0-1
> Severity: serious
> Justification: FTBFS on amd64
> Tags: bullseye sid ftbfs
> Usertags: ftbfs-20200222 ftbfs-bullseye
Known problem, it will be fixed in the next
Control: tags -1 pending
On Mon, Feb 24, 2020 at 11:11:23PM +0100, John Paul Adrian Glaubitz wrote:
> Source: webkit2gtk
> Version: 2.26.4-1
> Severity: normal
> Tags: patch
> User: debian-sup...@lists.debian.org
> Usertags: sh4
>
> Hi!
>
> In order for webkit2gtk to build on sh4, it's necessary
On Wed, Feb 26, 2020 at 02:50:06PM +0100, John Paul Adrian Glaubitz wrote:
> > Thanks, patch applied.
>
> It won't help, unfortunately. Because there is one other source file
> where the removed optimization won't help. The mlra is necessary in
> any case and I'm about to switch GCC on sh4 to use
On Mon, Dec 11, 2023 at 08:54:52AM -0500, Jeremy Bícha wrote:
> /Source/JavaScriptCore/offlineasm/riscv64.rb:132:in
> `riscv64RaiseMismatchedOperands':
> Unable to match operands [RegisterID, RegisterID, LabelReference]
> (due to LowLevelInterpreter64.asm:258) (LoweringError)
>
> I have reported
On Mon, Dec 11, 2023 at 10:23:36AM -0500, Jeremy Bícha wrote:
> > Considering that the upstream bug (265082) has been open for
> > a month maybe we can work this around with -DENABLE_JIT=OFF
> > -DENABLE_C_LOOP=ON (I haven't tested it).
>
> I can do a riscv64 test build in a special Ubuntu PPA if
Control: fixed -1 1.0.128+nmu2+deb12u1
On Thu, Dec 07, 2023 at 10:23:59AM +0100, Paolo Greppi wrote:
> Alberto's workaround (sudo apt install -t bookworm-backports
> debootstrap) worked for me.
This is working fine with the new version of debootstrap in bookworm,
i.e version 1.0.128+nmu2+deb12u1
On Mon, Dec 11, 2023 at 02:55:50AM +0100, Kevin Price wrote:
> 3. There seems to be no network connectivity. No WiFi icon. "ping
> 8.8.8.8" returns IIRC network unreachable.
Hi, ThinkPad T14s AMD Gen1 user here, I'm also having lots of problems
with this kernel and this seems related. In particula
On Mon, Jul 03, 2023 at 04:23:30PM +0200, Alberto Garcia wrote:
> > > Could be https://gitlab.freedesktop.org/xorg/xserver/-/issues/1442
> > > fixed by
> > > https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1086 .
> >
> > Thanks, it does sound
On Mon, Jan 29, 2024 at 11:57:31PM +0100, John Paul Adrian Glaubitz wrote:
> src:webkit2gtk is currently BD-Uninstallable on m68k [1] since
> libseccomp is currently not available yet.
I guess that the main problem is that webkit2gtk hasn't built in
m68k since the 2.36.x branch[1]. Is there anyone
Control: tags -1 pending
On Tue, Jan 30, 2024 at 08:22:48AM +0100, John Paul Adrian Glaubitz wrote:
> > Otherwise changing the libseccomp build depencency is not really
> > going to solve anything, it only adds additional complexity to the
> > build scripts.
>
> Please just fix the build dependen
On Thu, Feb 01, 2024 at 09:16:08PM +, mwhud...@debian.org wrote:
> To ensure that inconsistent combinations of libraries with their
> reverse-dependencies are never installed together, it is necessary
> to have a library transition, which is most easily done by renaming
> the runtime library p
On Mon, Feb 05, 2024 at 12:08:33PM +, Alberto Garcia wrote:
> > To ensure that inconsistent combinations of libraries with their
> > reverse-dependencies are never installed together, it is necessary
> > to have a library transition, which is most easily done by
> &
Control: block -1 by 1063223
On Sat, Feb 03, 2024 at 08:33:19AM -0500, Jeremy Bícha wrote:
> gst-plugins-bad1.0 is buildable now. I am ready to do this mini
> transition when you are, except that I see wpewebkit is on the
> time_t transition list so we should let that transition complete
> first.
On Tue, Jan 30, 2024 at 04:54:16PM -0500, erusan wrote:
> Package: libwebkit2gtk-4.1-0
> Version: 2.42.4-1
> Severity: normal
> X-Debbugs-Cc: eru...@gmail.com
>
> Dear Maintainer,
>
> Video playback is buggy on many (all?) sites, with regular YouTube
> and Odysee use confirming this issue.
Hello
Control: tags -1 moreinfo upstream
On Fri, Oct 18, 2024 at 03:14:30PM +0800, Zou Kai wrote:
> Compiling the wpewebkit-2.46.1 failed for loong64 in the Debian Package
> Auto-Building environment.
> Please consider the patch I attached.
Hello,
in September you sent a similar patch for WebKitGTK:
On Wed, Sep 25, 2024 at 12:20:39PM +0200, Alberto Garcia wrote:
> This one however is not trivial and I don't have the knowledge to
> evaluate it. Can you send it to the upstream WebKit bug tracker so it
> can be discussed there?
>
>https://bugs.webkit.org/
FWIW I can
On Mon, Oct 21, 2024 at 05:48:38PM -0400, Stefan Monnier wrote:
> ii libwebkit2gtk-4.1-0 2.46.0-2
Hi, can you try with 2.46.1-2 (in testing) or 2.46.2-1 (in sid), and
if it still crashes can you obtain a backtrace with debugging symbols?
(export DEBUGINFOD_URLS="https://debuginfod.deb
On Thu, Oct 24, 2024 at 11:53:52AM -0400, Stefan Monnier wrote:
> The result is attached (also using 2.46.1-2).
Thanks! I forgot to ask, since I see you're running i386, can you
paste the output of /proc/cpuinfo ?
Berto
On Sun, Oct 20, 2024 at 03:16:43AM +, John Scott wrote:
> Package: libwebkitgtk-6.0-4
> Version: 2.46.1-2
> Severity: normal
Thanks. So far I haven't been able to reproduce the issue. Does it
still happen with 2.46.3 ? (there's also 2.47.1 in experimental if you
want to give it a try)
Berto
Control: tags -1 pending
On Wed, Sep 18, 2024 at 03:06:00PM -0400, Jeremy Bícha wrote:
> Ubuntu was carrying a patch for this but we dropped it after 2.45.6.
> The patch no longer applies cleanly to 2.46.0
Yeah, it needs to be modified for 2.46.0, here it is:
https://salsa.debian.org/webkit-team
Control: tags -1 pending
On Wed, Sep 18, 2024 at 03:00:22PM -0400, Jeremy Bícha wrote:
> Could you cherry-pick the upstream fix for epiphany-browser's s390x
> build for your next upload?
This should be it, thanks:
https://salsa.debian.org/webkit-team/webkit/-/commit/8bb1ac3c66d9934ca651d808a
Control: tags -1 pending
On Thu, Sep 19, 2024 at 09:24:51PM +0200, John Paul Adrian Glaubitz wrote:
> with GCC upstream being improved on sh4 thanks to the LRA switch
> [1], it's time to remove the compiler overrides for sh4 (and sh3):
Thanks!
https://salsa.debian.org/webkit-team/webkit/-/commi
901 - 1000 of 1013 matches
Mail list logo