http://bugs.winehq.org/show_bug.cgi?id=17896
Summary: Cups not detected on OpenBSD
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: OpenBSD
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Compile script is:
#!/bin/sh
export CFLAGS="-I/usr/local/include -I/usr/local/include/libpng"
export LDFLAGS="-lm -lz -lcrypto -L/usr/local/lib"
export X_EXTRA_LIBS="-lXau -lXdmcp"
export CPPFLAGS="-I/usr/local/include"
./configure
>From config.log:
configure:16073: checking for -lcups
configure:16108: gcc -o conftest -I/usr/local/include
-I/usr/local/include/libpng -I/usr/local/include -I/usr/local/include -lm -lz
-lcrypto -L/usr/local/lib conftest.c -lcups -Wl,-R/usr/local/lib
-L/usr/local/lib -lossaudio -li386 >&5
/usr/local/lib/libcups.so.3.0: warning: strcpy() is almost always misused,
please use strlcpy()
/usr/local/lib/libcups.so.3.0: warning: sprintf() is often misused, please use
snprintf()
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_getspecific'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_once'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_key_create'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_mutex_unlock'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_mutex_lock'
/usr/local/lib/libcups.so.3.0: undefined reference to `pthread_setspecific'
collect2: ld returned 1 exit status
perhaps we need to #include pthread.h?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42818
Bug ID: 42818
Summary: MIDI Time Code Quarter Frame messages not passed to
ALSA
Product: Wine
Version: 1.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: mdmayfield(a)yahoo.com
Distribution: ---
MIDI Time Code (MTC) Quarter Frame messages are not correctly passed to ALSA,
causing sync to fail when the Windows application running under Wine (such as
REAPER) is the master timekeeper.
The problem is in dlls/winealsa.drv/midi.c, lines 931-945, which tries to use
snd_seq_ev_set_sysex to send these messages. Based on the discussion in
https://bugs.winehq.org/show_bug.cgi?id=26928 this must have once worked, but
apparently with more recent versions of ALSA these messages are never actually
sent via snd_seq_ev_set_sysex (it must have become more strict in its
definition of "SysEx").
Commit 53454ce9359f4ec485aa9411a0e9b14e3d1ed0fa "Fix handling of system real
time MIDI messages" by 00cpxxx appears to address a very similar issue with
some messages, but does not address Quarter Frames.
By using that approach as a template I was able to make Quarter Frame messages
work again:
https://github.com/mdmayfield/wine/commit/ab1763e7287a7062f658c40def5bf9919…
Without this patch I could reproduce the issue on Wine 1.6, 1.8, 1.9,and 2.4.
Once I have time I will try to create a proper patch submission. Otherwise
please feel free to use or adapt the fix from the GitHub link above.
Thanks,
Matt
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42739
Bug ID: 42739
Summary: CUPS PDF creation, font encoding, garbled / glibberish
text
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
Assignee: wine-bugs(a)winehq.org
Reporter: quatze(a)t-online.de
Distribution: ---
Created attachment 57734
--> https://bugs.winehq.org/attachment.cgi?id=57734
Original docx file
This has originally been posted in the forum, see here:
https://forum.winehq.org/viewtopic.php?f=8&t=28673
I am running MSOffice 2007 on Wine 2.4 on Arch. It is running very well and I
am using it to prepare PDF files from various office files in the background.
The PDF files look very good and are searchable. However, they contain text,
which is malformed. This depends on the font encoding, I suppose.
As a test setup I copied my Fonts directory from my windows machine to the
respectuive wine prefeix/drive_c/windows/Fonts and also installed them in the
truetype fonts directory on the linux machine (/usr/share/fonts/TTF + fc-cache
and fc-cache-32). So the PDF printing picks up all necessary fonts.
Printing is done via cups-pdf. Currently at 3.0.1, but I have tried several
versions starting from 2.6 inclduding and not indcluding several patches found
on the internet:
https://github.com/alexivkin/CUPS-PDF-to-PDFhttp://www.linuxquestions.org/questions ... 175440557/
https://launchpadlibrarian.net/15378121 ... port.patch
It seems that the cups-pdf driver is not the culprit here, as the result is
always the same.
My test.docx is attached and contains two lines ('test') the first one in
Calibri, the second one in Arial. When I print this docx with wine 2.4, Word
2007 and cups-pdf, a pdf file is created, which looks fine (s. attached), but
when I copy and paste the text, I get:
'[garbled text]
test'
So apparently, the Calibri-font part is somehow problematic.
pdffonts test_wine.pdf
OQHKQC+ArialMT Type 1C WinAnsi yes yes no 10 0
YIGKZZ+Calibri Type 1C Custom yes yes no 8 0
I know I can directly save the docx as a pdf in word and I can also automate
this via a makro, but I also would like to print from Outlook, which is not as
easy to automate as Word via makros, but easily prints via tjhe /p command line
switch.
When I directly save the docx as pdf, I get:
'Test
test'
pdffonts test_wine_savepdf.pdf
ABCDEE+Calibri TrueType WinAnsi yes yes no 5 0
Arial TrueType WinAnsi no no no 7 0
The difference is that the Calibri font is encoded WinAnsi and not custom.
I checked whether the cups-pdf driver might be the culprit by opening and
printing the test.docx file with a native copy of libreoffice and I get:
'Test
test'
pdffonts test_lo.pdf
BAAAAA+Calibri TrueType WinAnsi yes yes yes 14 0
CAAAAA+ArialMT TrueType WinAnsi yes yes yes 9 0
So, basically, both the cups-pdf driver and wine/word are able to encode
WinAnsi, but printing via Word apparently forces the cups-pdf driver to include
custom-encoded font-subsets. I somewhere read that ghostscript cannot do
anything related to reencoding fonts, so I assume that there is something wrong
before cups-pdf starts.
Further observations:
If I use the 'print to file' option in Word (wine) and Word (Windows machine)
to produce a PS file, further processing with ghostscript produces a PDF with
garbled copied text and Type 1C, Custom encoding Calibri, whilst the same
command produces a PDF with copiable text and TrueType, WinAnsi encoding
Calibri.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36975
Bug ID: 36975
Summary: Printing to PDF using cups-pdf as default always
prints as USA letter.
Product: Wine
Version: 1.7.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pedro.m.ferreira(a)gmail.com
Im using a software called AIRC, it is a portuguese townhall management
software.
With wine version 1.4 i could create A4 pdf files directly from the software,
but now with wine 1.6 or wine 1.7 the pdf are always size usa letter.
It is not a cups-pdf problem because printing directly to the printer it prints
only as usa letter and a little part of the data.
How can i troubleshoot the bug ? Thanks
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.