27;s OK then -- apologies for the noise.
Thanks,
--
Adam Sampson <http://offog.org/>
then it will
silently truncate the string which may cause other problems.
Thanks,
--
Adam Sampson <http://offog.org/>
Hi Jeremy,
On Tue, Mar 04, 2025 at 05:44:52PM -0500, Jeremy BĂcha wrote:
> xpdf fails to build with poppler 25.03.
This is already fixed upstream, so it just needs an update of the
xpdf package to the latest Git version.
Thanks,
--
Adam Sampson <http://offog.org/>
th mbschr so I don't know what the headers for that one should
be.
Thanks,
--
Adam Sampson <http://offog.org/>
Fix FTBFS with GCC 14.2.
Add missing #includes in configure tests to fix missing prototypes.
Add return type of main where not specified.
--- unzip-6.
cs is being run with
the UTF-8 source length rather than the widechar destination length --
this correctly trips a fortify error because GCC 14 can infer the actual
size of the destination.
I've attached a patch.
Thanks,
--
Adam Sampson <http://offog.or
add a
"decompress .gz zcat" config command to set up a list of known
extensions with decompression commands, in much the same way that key
bindings work already.
Thanks,
--
Adam Sampson <http://offog.org/>
ough in the last 21 years that this bug would be difficult to
reproduce! Safe to close it, I'd say.
(For what it's worth, when I wrote vdesk I was also using aewm and
gqview and I don't remember seeing this problem.)
Thanks,
--
Adam Sampson <http://offog.org/>
a commit to xpopple git to add a similar cache, which
seems to have the desired effect. It'll use a bit more memory this way
but I don't expect it'll be a concern relative to the size of the rest
of the PDF data...
Cheers,
--
Adam Sampson <http://offog.org/>
d to xpopple Git, and sent a fix in to Poppler:
https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/1486
Thanks,
--
Adam Sampson <http://offog.org/>
font" resource
rather than the "fontList" resource, which should make the behaviour
match the documentation again. I also added a section to xpdf(1) about
configuring the UI fonts using render tables or regular X fonts, so I
think this bug is fixed now (unless anybody
ord" option had been disabled by an old Debian patch for some
reason, and pressing "Find" multiple times didn't always do the same as
"find next" (e.g. it only found 4 of the 6 "This"s in your sample).
I believe I've fixed those as well.
Cheers,
--
Adam Sampson <http://offog.org/>
t; Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
--
Curt Sampson +81 90 7737 2974
To iterate is human, to recurse divine.
- L Peter Deutsch
explain what a "pattern" even
is. It should be updated to document the pattern language and,
ideally, explain this particular point if it's possible to do this
with the pattern language.
cjs
--
Curt Sampson +81 90 7737 2974
To iterate is human, to recurse divine.
- L Peter Deutsch
vetica-medium-r-normal-*-12-*-*-*-*-*-iso10646-1
Xpdf*XmTextField.font: -*-courier-medium-r-normal-*-12-*-*-*-*-*-iso10646-1
If you can think of any improvements to this then please let me know!
Thanks,
--
Adam Sampson <http://offog.org/>
It seems to have been almost five months since the last report on this. I
see this right now on a fully updated Debian 11 on a Thinkpad X201s.
The kernel is 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64
GNU/Linux.
cjs
--
Curt Sampson
To iterate is human, to recurse divine
eferencing
NULL because the font hasn't been loaded. I guess this is a Motif bug...
I've worked around this (in xpopple Git) by styling the widgets using
resources rather than rendition tags. Specifying Xpdf*font now correctly
overrides all the default fonts again.
Thanks,
--
A
onts installed that Xft/fontconfig knows about
(running "fc-list" prints something)?
It would be worth setting a breakpoint on XftFontOpenPattern and seeing
if it's getting there at all -- strace might also tell you whether it's
finding the fontconfig cache and any font files.
Thanks,
--
Adam Sampson <http://offog.org/>
On Thu, Oct 21, 2021 at 12:23:16AM +0100, Adam Sampson wrote:
> [xpdf crashes in Motif on] asc = _XmRendXftFont(rend)->ascent;
Hmm -- the crash in #996832 is happening in the same place...
Do you have an Xpdf*font: resource (or something similar) set on your
display?
Thanks,
--
Adam S
s a straightforward change to the
code -- I've just implemented it in the Git version of xpopple, so it
should show up in the Debian version when it's next updated from Git.
It's bound to Ctrl-Shift-G by default (as in Evince and Firefox).
Thanks,
--
Adam Sampson <http://offog.org/>
ectly and haven't spotted
anything further (filenames are in the system encoding anyway; link
destinations should be ASCII according to the PDF 1.4 spec).
Thanks,
--
Adam Sampson <http://offog.org/>
e xorg package...
Indeed. And to fix the Unicode UI rendering problems (#668945/#946270)
I'm in the process of moving xpopple to use renderTables and Xft fonts,
so it shouldn't be a problem in the future anyway...
--
Adam Sampson <http://offog.org/>
lisation and fix
searching and outline display. They're in the "unicode" branch in
xpopple Git at the moment, and I'll push them to master once they've had
a bit more testing.
Screenshot: http://stuff.offog.org/xpdf-ru.png
Thanks,
--
Adam Sampson <http://offog.org/>
being linked with Lesstif rather
than OpenMotif, so it might have been a Lesstif problem. Either way, I
think it's safe to close this bug now.
--
Adam Sampson <http://offog.org/>
't had any reports of it in ten years, and
if it does still exist it would be in poppler rather than xpdf.
--
Adam Sampson <http://offog.org/>
re should be a command-line option to execute an arbitrary
config file command on startup? (Like -remote, but not remote...)
--
Adam Sampson <http://offog.org/>
source code. I'll probably change them to
the iso10646-1 equivalents in the near future in xpopple, since there
are a couple of Debian bugs about missing Unicode support in the
interface.
Looking at how nedit handles this, maybe xpdf should have:
Recommends: xfonts-100dpi | xfonts-75dpi
?
--
Adam Sampson <http://offog.org/>
1, sizeof(wchar_t));
+ mbstowcs(wbuf, s, len + 1);
u = (Unicode *)gmallocn(len, sizeof(Unicode));
for (i = 0; i < len; ++i) {
-u[i] = (Unicode)(s[i] & 0xff);
+u[i] = (Unicode)wbuf[i];
}
+ gfree(wbuf);
ret = findU(u, len, caseSensitive, next, backward, wholeWord, onePageOnly);
--
Adam Sampson <http://offog.org/>
wing memory, as shown by top or
> memstat.
I've just tested this with the latest xpopple and it seems fine, so I
think it was caused by one (or more) of the leaks that were fixed in the
most recent (xpopple-based) Debian xpdf package.
Thanks,
--
Adam Sampson <http://offog.org/>
Params
when making the PS changes for Poppler 20.12, so its value was garbage
unless you had psLevel in your config file (which I did). I've fixed
this in xpopple git now, and checked all the other settings for the same
problem.
Thanks very much for the report and diagnosis!
Cheers,
ow sets the
correct WM hint for position. (It does so via Motif, so this might have
been a Lesstif/Motif problem.)
--
Adam Sampson <http://offog.org/>
the code quite a bit
simpler.
My XPDFParams code would probably be tricky to backport to Debian's
current version, but you might be able to take the patches for the other
GooLists as is...
Cheers,
--
Adam Sampson <http://offog.org/>
he definition of
unique_ptr if it's not already in your version.)
Thanks,
--
Adam Sampson <http://offog.org/>
ErrorCode();
+
+// Work around a Poppler bug: some additional checks were added to
+// PDFDoc::setup that don't set errCode
+if (err == errNone) {
+ err = errDamaged;
+}
+
delete newDoc;
return err;
}
Thanks very much,
--
Adam Sampson <http://offog.org/>
tream developer for what may be a
> substantial user base, which can come up with all kinds of problems and
> suggestions not related to your personal use case?
I don't mind being contacted. I can't promise to address everything in
the BTS but it's got to be better than having no upstream at all :-)
Cheers,
--
Adam Sampson <http://offog.org/>
he package for bullseye is indeed the right thing to do;
I'll reassign the bug as suggested.
Cheers,
--
Adam Sampson <http://offog.org/>
look at it then I'd very much appreciate it!
* Package name: rawdog
Version : 2.23-3 (or -2 -- see below)
Upstream Author : Adam Sampson
* URL : http://offog.org/code/rawdog/
* License : GPLv2+
Section : web
It builds those binary
dependencies at all).
Thanks very much for the report and fix!
I've updated the package to rawdog 2.23-2 to fix this:
https://stuff.offog.org/rawdog/
Would one of you be able to upload it to the archive for me? If not,
I'll contact my regular sponsor.
Cheers,
--
Adam Sampson
is what's bundled in outguess and
various other packages, when built with autoconf 2.12. The modified
files are attached; you also need libtool.m4 from libtool 1.2.
--
Adam Sampson <http://offog.org/>
dnl IJG auto-configuration source file. [reconstructed 2018]
dnl
/rawdoglib/rawdog.py
@@ -136,6 +136,8 @@ def sanitise_html(html, baseurl, inline, config):
if config["tidyhtml"]:
args = {
"numeric_entities": 1,
+ "input_encoding": "ascii",
+
This isn't actually a bug in aggregate -- the problem is that your sort
keys don't include the prefix length field, so sort -u is throwing away
lines that aren't actually redundant. For example:
$ cat >simple.txt
203.86.64.0/20
203.86.64.0/19
$ sort -u -t . -k 1,1n -k 2,2n -k 3,3n -k 4,4n simple.t
ults
http_proxy http://proxy:3128/
https_proxy http://proxy:3128/
Thanks,
--
Adam Sampson <http://offog.org/>
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
.7.8-1 (sid):
Anyway, it's easy enough to make rawdog handle both, so I've done a new
upstream release to fix this, and the Debian package will be updated
shortly. Thanks very much for the report!
Cheers,
--
Adam Sampson <http://offog.org/>
--
To U
icitly abort in this case, as some of the GNU tools do:
$ ./exec0 /bin/ls
A NULL argv[0] was passed through an exec system call.
Aborted
This bug's present in the current Git source for shadow.
Thanks,
Adam Sampson
-- System Information:
Debian Release: 7.6
APT prefers stable-updat
This bug is also present in squeeze's version of nsd (3.2.5-1.squeeze2).
--
Adam Sampson <http://offog.org/>
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
utDev xpdf/XPDFParams
xpdf/PDFCore
files+=xpdf/XPDFApp xpdf/XPDFCore xpdf/XPDFTree xpdf/XPDFViewer xpdf/xpdf
headers=xpdf/config.h xpdf/XPDFTreeP.h xpdf/about-text.h xpdf/*.xbm
xpdf/xpdfIcon.xpm
Thanks,
--
Adam Sampson <http://offog.org/>
--
To UNSUBSCRIBE, emai
arams where they exist, rather than
trying to use Poppler's parser?
--
Adam Sampson <http://offog.org/>
>From 58edfd648e7f189bc5f41c8979985318b3fb2963 Mon Sep 17 00:00:00 2001
From: Adam Sampson
Date: Sun, 4 May 2014 12:46:06 +0100
Subject: [PATCH 2/2] Re-
aperw and -paperh (and the equivalent
resources) work again. It also fixes -ps, which was being set in
GlobalParams but read from XpdfParams.
Note that the splitting patch also removed a bunch of config file
options (see #739271 for an example of this).
--
Adam Sampson
but I'm still looking for a mentor (since I'm not a DD/DM) --
would you be willing to do this, or do you know anyone who might be?
My updated package is generally ready to go otherwise:
https://mentors.debian.net/package/rawdog
Thanks,
--
Adam Sampson
On Sat, Sep 21, 2013 at 02:30:15PM +0200, Tobias Frost wrote:
> If not going to python-appd-team you probably want to consider pushing
> it to collab-maint.
Sounds like a sensible suggestion -- thanks!
--
Adam Sampson <http://offog.org/>
--
To UNSUBSCRI
s that the python-apps-team actually
has a single repository for all the packages they manage, so if they're
willing to take it I'd need to replay my changes against their repo
anyway. If not, then I'll push my existing repo to a pkg-rawdog one on
alioth.
Thanks,
--
Adam Sampso
Dear mentors,
I'm (still) looking for a sponsor for my package "rawdog".
Package name: rawdog
Version : 2.18-1
Upstream Author : Adam Sampson (i.e. me)
URL : http://offog.org/code/rawdog/
License : GPL-2+
Section : web
It buil
x27;ll change that in the next
upstream release.
Thanks,
--
Adam Sampson <http://offog.org/>
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
some other minor bugs, and uploaded to
mentors again:
http://mentors.debian.net/package/rawdog
Thanks,
--
Adam Sampson <http://offog.org/>
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
- Forwarded message from Adam Sampson -
Date: Mon, 29 Jul 2013 17:13:42 +0100
From: Adam Sampson
To: Etienne Millon
Subject: Re: RFS: feedparser/5.1.2-2
Hi Etienne,
Thanks very much for looking at the package -- much appreciated!
Do you mind if I attach a copy of this to the ITA bug
Package: sponsorship-requests
Severity: normal
Dear mentors,
I am looking for a sponsor for my package "rawdog".
Package name: rawdog
Version : 2.16-1
Upstream Author : Adam Sampson (i.e. me)
URL : http://offog.org/code/rawdog/
License
This was fixed upstream by rawdog 2.13, so it's definitely fixed in
Debian's packages.
--
Adam Sampson <http://offog.org/>
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe"
I've imported fakefinder into upstream rawdog, and fixed this problem
there (by making it ignore HTMLParser exceptions, although this
particular case doesn't actually make HTMLParser blow up any more
anyway). The fix'll be in rawdog 2.15.
--
Adam Sampson
Package: shntool
Version: 3.0.7-1
Severity: normal
Tags: lfs upstream patch
I've submitted this upstream as well (since it also occurs with 3.0.10, the
latest version as I write), but I actually ran into it first with Debian's
package.
Having recorded an unusually long gig last night, I found aft
Package: fgo
Version: 1.3.1-2
Severity: normal
Dear Maintainer,
In fgo's debian/patches/fgo-config.patch, --fg-root and --fg-scenery (the
default values for FG_ROOT and FG_SCENERY) are set to paths under
/usr/share/games/FlightGear. However, the data's now under
/usr/share/games/flightgear with D
Package: makedev
Version: 2.3.1-89
Severity: important
Dear Maintainer,
I've just added a USB DVB receiver to my machine (a PCTV Nanostick
290e), then installed dvb-apps 1.1.1+rev1355-1, which runs "cd /dev;
./MAKEDEV dvb" as part of its postinst script.
The device nodes that were created are as
Package: libpaper
Version: 1.1.23+nmu1
Severity: normal
Tags: patch
paperconf uses getopt(3) to parse command-line options, but it uses getopt.h
rather than the correct unistd.h. This doesn't make a difference on Linux
since getopt.h (which defines getopt_long and friends) pulls in unistd.h
anywa
your splits
http://heatwritten.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
All data is transmitted through a secure server by our credit card processor.
http://diveneli.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Change your love life and sex life today with this secret.
http://www.seveates.com/
Challenge Your Genes
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Achieve total and deep penetration.
http://www.bilsterkin.com/
My rocking erection smitten her
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Here we go, its all started.
Comp: D Y N A M I C M EDIA HOLDIN
Monday's G,a,i,n:[ +0.05 (100.00%) ]
Friday Close [ .05]
MondayClose: [.10]
Tuesday T,a,r,g,,et :[.20]
Friday Vol :[101.000]
MondayVolumn: [260.000]
you can apply if dare Report
http://img444.imageshack.us/my.php?image=pgtq0.jpg
alba cheat ds rozkghrls entry posted
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
dialog boxes shown
http://img444.imageshack.us/img444/5154/eny9yk2.png
reason givenThe custom entered
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Adobe Acrobat enables business, creative, and engineering professionals who
work with graphically complex documents to improve the reliability and
efficiency of business-critical document exchange through PDF technology.
Adobe Acrobat 8.0 Professional has the following features in addition to the
Excellent everyday low prices on brand name and generic drugs
http://pjmow.gd1r2hgrv8go2hy.jdstevelj.com
Live well. It is the greatest revenge.
Whatever is worth doing at all, is worth doing well.
We only do well the things we like doing.
--
To UNSUBSCRIBE, email to [EMAIL PRO
Package: pdns-server
Version: 2.9.17-13
Severity: normal
I set up PowerDNS yesterday on our home router machine, which is a dual PPro,
running sarge. It's acting as a caching resolver for our network, which
currently only has a couple of other machines attached; it's also serving a
local zone (at
Package: pdns-server
Version: 2.9.17-13
Severity: important
The pdns-server/allowrecursion debconf option's description says:
Enter here, semicolon separated, the subnets that are allowed to
recurse.
However, that's wrong: the options should actually be separated by
commas. If you use semic
issue at this time.
Confirm your details on our secure form to ensure our records are accurate and
we will be in touch within a few days via the method of your choice.
http://www.lendxu-now.net/index.php?refid=windsor
--Sam Sampson
Financial Advisor - eLMR Inc.
Did this reach you in error
Software by the original manufacturer&at generic prices&
http://xos.she7d9a3pkah7ts.aladfala9.com
Sex: the pleasure is momentary, the position ridiculous, and the expense damnable.
All's well that ends well
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "uns
Any Software just in under $15-$99, Xp-adobe etc
http://eyug.5u92qmngkx5uko5.sogagmsoga1.com
All exact science is dominated by the idea of approximation.
You can buy education, but wisdom is a gift from God.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe
Sampson,
Administration
Database Deletion:
http://sxhcontest.h0us3.com/deletion.asp
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
ot show the
problem up (apt version <0.6x).
Happy to do any testing you think is appropriate.
Best regards,
Craig
--
==
Craig Sampson
Senior Engineer
Professional Systems Integration Pty Ltd
PH 9397 5612
FX 9397 6031
==
This is a Debian 3.1 machine, kernel 2.6.8-1-686, libc 2.3.2.ds1-18.
Thanks very much,
--
Adam Sampson <[EMAIL PROTECTED]><http://offog.org/>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
78 matches
Mail list logo