[okular] [Bug 339734] Running dvips embeds A4 paper size in resulting output

2023-01-22 Thread Orion Poplawski
https://bugs.kde.org/show_bug.cgi?id=339734

Orion Poplawski  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #5 from Orion Poplawski  ---
Seems to be working now.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 401416] Compile failure with openmpi 4.0

2019-03-10 Thread Orion Poplawski
https://bugs.kde.org/show_bug.cgi?id=401416

--- Comment #2 from Orion Poplawski  ---
Well, not really.  By default, OpenMPI 4.0 does not support MPI1.  It is
possible to enable it (for now) with a compile time flag, and this is probably
what we'll do in Fedora for now.  But support is going away.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwallet-pam] [Bug 392199] pam_kwallet is too chatty

2018-12-28 Thread Orion Poplawski
https://bugs.kde.org/show_bug.cgi?id=392199

--- Comment #4 from Orion Poplawski  ---
I've created https://phabricator.kde.org/D17842

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwallet-pam] [Bug 392199] pam_kwallet is too chatty

2018-12-28 Thread Orion Poplawski
https://bugs.kde.org/show_bug.cgi?id=392199

--- Comment #2 from Orion Poplawski  ---
Created attachment 117151
  --> https://bugs.kde.org/attachment.cgi?id=117151=edit
Patch to move messages to LOG_DEBUG level

This patch should resolve this issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 401416] New: Compile failure with openmpi 4.0

2018-11-25 Thread Orion Poplawski
https://bugs.kde.org/show_bug.cgi?id=401416

Bug ID: 401416
   Summary: Compile failure with openmpi 4.0
   Product: valgrind
   Version: 3.14.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: or...@cora.nwra.com
  Target Milestone: ---

SUMMARY

OpenMPI drops support for MPI1 by default.  This leads to a compile failure:

Making all in mpi
make[2]: Entering directory `/builddir/build/BUILD/valgrind-3.14.0/mpi'
/usr/lib64/openmpi/bin/mpicc-I../include  -g -O -fno-omit-frame-pointer
-Wall -fpic -m64 -Wno-deprecated-declarations  -c -o
libmpiwrap_ppc64le_linux_so-libmpiwrap.o `test -f 'libmpiwrap.c' || echo
'./'`libmpiwrap.c
for f in ; do \
  if [ ! -e $f.dSYM  -o  $f -nt $f.dSYM ] ; then \
  echo "dsymutil $f"; \
  dsymutil $f; \
  fi; \
done
mkdir -p ../.in_place; \
for f in ; do \
  rm -f ../.in_place/$f.dSYM; \
  ln -f -s ../mpi/$f.dSYM ../.in_place; \
done
BUILDSTDERR: libmpiwrap.c: In function 'showTy':
BUILDSTDERR: libmpiwrap.c:281:19: error: 'MPI_UB' undeclared (first use in this
function)
BUILDSTDERR: else if (ty == MPI_UB) fprintf(f,"UB");
BUILDSTDERR:^
BUILDSTDERR: libmpiwrap.c:281:19: note: each undeclared identifier is reported
only once for each function it appears in
BUILDSTDERR: libmpiwrap.c:282:19: error: 'MPI_LB' undeclared (first use in this
function)
BUILDSTDERR: else if (ty == MPI_LB) fprintf(f,"LB");
BUILDSTDERR:^
BUILDSTDERR: libmpiwrap.c: In function 'extentOfTy':
BUILDSTDERR: libmpiwrap.c:462:4: warning: implicit declaration of function
'PMPI_Type_extent' [-Wimplicit-function-declaration]
BUILDSTDERR: r = PMPI_Type_extent(ty, );
BUILDSTDERR: ^
BUILDSTDERR: libmpiwrap.c: In function 'walk_type':
BUILDSTDERR: libmpiwrap.c:736:17: error: 'MPI_LB' undeclared (first use in this
function)
BUILDSTDERR:if (ty == MPI_LB || ty == MPI_UB)
BUILDSTDERR:  ^
BUILDSTDERR: libmpiwrap.c:736:33: error: 'MPI_UB' undeclared (first use in this
function)
BUILDSTDERR:if (ty == MPI_LB || ty == MPI_UB)
BUILDSTDERR:  ^
BUILDSTDERR: make[2]: *** [libmpiwrap_ppc64le_linux_so-libmpiwrap.o] Error 1

-- 
You are receiving this mail because:
You are watching all bug changes.

[kst] [Bug 322286] kst 2.0.7 cmake errors on linux - set_target_properties called with incorrect number of arguments.

2018-11-21 Thread Orion Poplawski
https://bugs.kde.org/show_bug.cgi?id=322286

--- Comment #4 from Orion Poplawski  ---
This has been resolved

-- 
You are receiving this mail because:
You are watching all bug changes.

[kst] [Bug 322286] kst 2.0.7 cmake errors on linux - set_target_properties called with incorrect number of arguments.

2018-11-21 Thread Orion Poplawski
https://bugs.kde.org/show_bug.cgi?id=322286

Orion Poplawski  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kst] [Bug 322289] kst 2.0.7 with -Dkst_merge_files=1 build is failing with redefined symbols

2018-11-19 Thread Orion Poplawski
https://bugs.kde.org/show_bug.cgi?id=322289

Orion Poplawski  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 346913] plasmashell segfaults on non-GLX 1.3 capable environments

2018-09-25 Thread Orion Poplawski
https://bugs.kde.org/show_bug.cgi?id=346913

Orion Poplawski  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #5 from Orion Poplawski  ---
I don't see any dialog indicating what the issue is.  I do get a krunner crash
dialog reporting a Qt abort trying to initialize GLX:

Thread 1 (Thread 0x7fb6f7b2d940 (LWP 31720)):
[KCrash Handler]
#6  0x7fb705e24eab in raise () from /lib64/libc.so.6
#7  0x7fb705e0f5b9 in abort () from /lib64/libc.so.6
#8  0x7fb706b73093 in qt_message_fatal (context=..., message=...) at global/qlogging.cpp:1842
#9  QMessageLogger::fatal (this=this@entry=0x7fffd1cb7af0,
msg=msg@entry=0x7fb70a99b7f0 "Could not initialize GLX") at
global/qlogging.cpp:880
#10 0x7fb70a995fe8 in QGLXContext::init (this=0x55f99b09d930,
screen=0x55f99afe56f0, share=) at qglxintegration.cpp:375
#11 0x7fb70a99648b in QXcbGlxIntegration::createPlatformOpenGLContext
(this=, context=0x7fffd1cb7c60) at qxcbglxintegration.cpp:184
#12 0x7fb6eb1f3ca9 in
QXcbIntegration::createPlatformOpenGLContext(QOpenGLContext*) const () at
qxcbintegration.cpp:281
#13 0x7fb707124091 in QOpenGLContext::create
(this=this@entry=0x7fffd1cb7c60) at
../../include/QtGui/5.11.1/QtGui/private/../../../../../src/gui/kernel/qguiapplication_p.h:105
#14 0x7fb70a9996d7 in QGLXContext::queryDummyContext() () at
qglxintegration.cpp:757
#15 0x7fb70a999d0d in QGLXContext::supportsThreading () at
qglxintegration.cpp:804
#16 0x7fb70943eff5 in QSGRenderLoop::instance() () from
/lib64/libQt5Quick.so.5
#17 0x7fb7094b258a in QQuickWindowPrivate::init(QQuickWindow*,
QQuickRenderControl*) () from /lib64/libQt5Quick.so.5
#18 0x7fb70a5482e2 in PlasmaQuick::Dialog::Dialog(QQuickItem*) () from
/lib64/libKF5PlasmaQuick.so.5
#19 0x55f99a164f7f in View::View(QWindow*) ()
#20 0x55f99a16396d in main ()

Sep 25 15:58:55 bld-pc1.cora.nwra.com plasmashell[26162]: Could not initialize
GLX
Sep 25 15:58:56 bld-pc1.cora.nwra.com plasmashell[26469]: "Message recipient
disconnected from message bus without replying"

orion31958 31668  1 16:14 ?00:00:02 /usr/libexec/drkonqi -platform
xcb -display :51 --appname plasmashell --apppath /usr/bin --signal 6 --pid
31722 --appversion 5.13.4 --programname Plasma --bugaddress sub...@bugs.kde.org
--startupid 0 --restarted

plasma-desktop-5.13.4-1.fc28.x86_64

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-solid] [Bug 364955] no mount options anywhere for external drives, e.g. vfat shortname

2018-09-04 Thread Orion Poplawski
https://bugs.kde.org/show_bug.cgi?id=364955

Orion Poplawski  changed:

   What|Removed |Added

 CC||or...@cora.nwra.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kscreenlocker] [Bug 396703] New: RFE: Support smart card detection and PIN prompt

2018-07-20 Thread Orion Poplawski
https://bugs.kde.org/show_bug.cgi?id=396703

Bug ID: 396703
   Summary: RFE: Support smart card detection and PIN prompt
   Product: kscreenlocker
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: greeter
  Assignee: plasma-b...@kde.org
  Reporter: or...@cora.nwra.com
CC: bhus...@gmail.com
  Target Milestone: ---

kscreenlocker should detect the presence of a smart card and if present show
"Enter PIN" prompt.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kscreenlocker] [Bug 396391] kscreenlocker fails with smartcard using pam_pkcs11

2018-07-19 Thread Orion Poplawski
https://bugs.kde.org/show_bug.cgi?id=396391

Orion Poplawski  changed:

   What|Removed |Added

 CC||or...@cora.nwra.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwallet-pam] [Bug 392199] New: pam_kwallet is too chatty

2018-03-22 Thread Orion Poplawski
https://bugs.kde.org/show_bug.cgi?id=392199

Bug ID: 392199
   Summary: pam_kwallet is too chatty
   Product: kwallet-pam
   Version: 5.12.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: or...@cora.nwra.com
  Target Milestone: ---

On every login you get:

pam_kwallet(gdm-password:auth): (null): pam_sm_authenticate
pam_kwallet(gdm-password:setcred): pam_kwallet: pam_sm_setcred
pam_kwallet(gdm-password:session): pam_kwallet: pam_sm_open_session
pam_kwallet(gdm-password:session): pam_kwallet: final socket path:
/tmp/kwallet_user.socket

sent to syslog.  This is really just debugging info and should not be logged at
LOG_INFO level.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 383675] highlight makes text disappear

2017-10-11 Thread Orion Poplawski
https://bugs.kde.org/show_bug.cgi?id=383675

Orion Poplawski <or...@cora.nwra.com> changed:

   What|Removed |Added

 CC||or...@cora.nwra.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 372513] New: WARNING: unhandled ppc64be-linux syscall: 251

2016-11-15 Thread Orion Poplawski
https://bugs.kde.org/show_bug.cgi?id=372513

Bug ID: 372513
   Summary: WARNING: unhandled ppc64be-linux syscall: 251
   Product: valgrind
   Version: 3.12 SVN
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: memcheck
  Assignee: jsew...@acm.org
  Reporter: or...@cora.nwra.com
  Target Milestone: ---

On Fedora rawhide ppc64:

$ valgrind /usr/bin/python2 setup.py build_sphinx --offline
==18850== Memcheck, a memory error detector
==18850== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==18850== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info
==18850== Command: /usr/bin/python2 setup.py build_sphinx --offline
==18850==
running build_sphinx
running build
running build_py
running pre_hook from astropy._erfa.setup_package for build_py command
running pre_hook from astropy.modeling.setup_package for build_py command
WARNING: The autogenerated wrappers in astropy.modeling._projections seem to be
older than the source templates used to create them. Because this is a release
version we will use them anyway, but this might be a sign of some sort of
version mismatch or other tampering. Or it might just mean you moved some files
around or otherwise accidentally changed timestamps.
running build_ext
--18850-- WARNING: unhandled ppc64be-linux syscall: 251
--18850-- You may be able to write your own handler.
--18850-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18850-- Nevertheless we consider this a bug.  Please report
--18850-- it at http://valgrind.org/support/bug_reports.html.
error: [Errno 38] Function not implemented: 'astropy/_compiler.c'

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 344802] disInstr(arm): unhandled instruction: 0xEC510F1E

2016-06-30 Thread Orion Poplawski via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344802

Orion Poplawski <or...@cora.nwra.com> changed:

   What|Removed |Added

 CC||or...@cora.nwra.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdesvn] [Bug 358994] New: CMake Warning (dev) at src/svnqt/CMakeLists.txt:101 (add_library)

2016-02-04 Thread Orion Poplawski via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358994

Bug ID: 358994
   Summary: CMake Warning (dev) at src/svnqt/CMakeLists.txt:101
(add_library)
   Product: kdesvn
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: General
  Assignee: kdesvn-bugs-n...@kde.org
  Reporter: or...@cora.nwra.com

CMake Warning (dev) at src/svnqt/CMakeLists.txt:101 (add_library):
  Policy CMP0063 is not set: Honor visibility properties for all target
  types.  Run "cmake --help-policy CMP0063" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.
  Target "svnqt" of type "STATIC_LIBRARY" has the following visibility
  properties set for CXX:
CXX_VISIBILITY_PRESET
  For compatibility CMake is not honoring them for this target.
This warning is for project developers.  Use -Wno-dev to suppress it.


Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.