http://bugzilla.novell.com/show_bug.cgi?id=548267
Summary: mozilla-xulrunner191-kde4 creates problems
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: i586
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: KDE4 Workspace
AssignedTo: kde-maintainers(a)suse.de
ReportedBy: micha.h.werner(a)gmail.com
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.3)
Gecko/20090909 SUSE/3.5.3-3.1 Firefox/3.5.3
mozilla-xulrunner191-kde4 creates the following problem: If installed, I am no
longer able to attach files to entries in Zotero (a Firefox-Addon). The strange
thing is that the "open-file-dialog" works if I use it just to open a file
within
Firefox itself. When I try to do that from within Zotero, nothing happens. The
problem is clearly related to the KDE-integration, since without it (after
deinstalling mozilla-xulrunner191-kde4), everything works as it should. (My
Firefox-version is 3.5.3, Zotero version is 1.10., KDE is 4.3.2.
Reproducible: Always
Steps to Reproduce:
1. install all of the software (see above)
2. go to an entry within Zotero, try to attach a file from disk (or to link to
one) via the appropriate dialog
Actual Results:
Wait (forever, I guess). The file dialog will be closed, but nothing else will
happen.
Expected Results:
The respective file should be added or linked to the Zotero-entry.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548228
Summary: kst - missing depends on library or some such?
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: x86-64
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: KDE4 Applications
AssignedTo: kde-maintainers(a)suse.de
ReportedBy: jnelson-suse(a)jamponi.net
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.14)
Gecko/2009090900 SUSE/3.0.14-0.1.2 Firefox/3.0.14
Just installed today, 'zypper up' reports no updates or problems.
[jnelson@worklaptop:~] kst
kst: error while loading shared libraries: libkstwidgets.so: cannot open shared
object file: No such file or directory
[jnelson@worklaptop:~]
version 2.0.0beta2-4.2
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548122
Summary: frozen bubble does not start
Classification: openSUSE
Product: openSUSE 11.2
Version: RC 1
Platform: x86-64
OS/Version: openSUSE 11.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: cornelis(a)solcon.nl
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (compatible; Konqueror/4.3; Linux; nl)
KHTML/4.3.1 (like Gecko) SUSE
When I start frozen-bubble from konsole, I get the following error:
Bareword "SDL_SRCALPHA" not allowed while "strict subs" in use at
/usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/FBLE.pm line 130.
Compilation failed in require at /usr/bin/frozen-bubble line 69.
BEGIN failed--compilation aborted at /usr/bin/frozen-bubble line 69.
I found the same kind of bug at gentoo:
http://bugs.gentoo.org/282552
It seems not to be a problem with frozen bubble itself, but with other packages
it needs. The bugreport at gentoo did not offer a solution that is usable for
me on opensuse.
Reproducible: Always
Steps to Reproduce:
1. start frozen bubble
2.
3.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548110
Summary: monotone 0.45 fails to configure: unresolved symbols
in libbotan.so
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: Other
OS/Version: openSUSE 11.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: me(a)thomaskeller.biz
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.3)
Gecko/20090909 SUSE/3.5.3-1.3 Firefox/3.5.3
For some reason my monotone-0.45 package fails to configure in the current
openSUSE Factory repo (11.2). The reason seems to be that the upstream
configure script is unable to prove the correct functionality of libbotan with
this minimal test program:
$ cat conftest.cpp
#include <botan/botan.h>
int main()
{
Botan::LibraryInitializer li;
return 0;
}
This is compiled as follows:
$ g++ -o conftest -fomit-frame-pointer -fmessage-length=0 -O2 -Wall \
-D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables \
-fasynchronous-unwind-tables -g -Wall -W -Wno-unused conftest.cpp \
-lz -L/usr/lib -lm -lbz2 -lgmp -lpthread -lrt -lz -lbotan
and spits the following errors:
/usr/lib/libbotan.so: undefined reference to `__gmpz_cmp'
/usr/lib/libbotan.so: undefined reference to `__gmpz_mul'
/usr/lib/libbotan.so: undefined reference to `clock_gettime'
/usr/lib/libbotan.so: undefined reference to `inflateEnd'
/usr/lib/libbotan.so: undefined reference to `BZ2_bzCompressInit'
/usr/lib/libbotan.so: undefined reference to `deflate'
/usr/lib/libbotan.so: undefined reference to `deflateInit_'
/usr/lib/libbotan.so: undefined reference to `BZ2_bzCompress'
/usr/lib/libbotan.so: undefined reference to `__gmpz_add'
/usr/lib/libbotan.so: undefined reference to `__gmpz_set'
/usr/lib/libbotan.so: undefined reference to `__gmpz_sizeinbase'
/usr/lib/libbotan.so: undefined reference to `inflate'
/usr/lib/libbotan.so: undefined reference to `__gmp_set_memory_functions'
/usr/lib/libbotan.so: undefined reference to `deflateEnd'
/usr/lib/libbotan.so: undefined reference to `BZ2_bzDecompress'
/usr/lib/libbotan.so: undefined reference to `__gmpz_export'
/usr/lib/libbotan.so: undefined reference to `__gmpz_import'
/usr/lib/libbotan.so: undefined reference to `BZ2_bzDecompressEnd'
/usr/lib/libbotan.so: undefined reference to `__gmpz_init_set'
/usr/lib/libbotan.so: undefined reference to `__gmpz_sub'
/usr/lib/libbotan.so: undefined reference to `__gmpz_init'
/usr/lib/libbotan.so: undefined reference to `inflateInit_'
/usr/lib/libbotan.so: undefined reference to `__gmpz_powm'
/usr/lib/libbotan.so: undefined reference to `__gmpz_invert'
/usr/lib/libbotan.so: undefined reference to `__gmpz_mod'
/usr/lib/libbotan.so: undefined reference to `BZ2_bzDecompressInit'
/usr/lib/libbotan.so: undefined reference to `__gmpz_clear'
/usr/lib/libbotan.so: undefined reference to `BZ2_bzCompressEnd'
(Full log:
https://build.opensuse.org/package/live_build_log?arch=i586&package=monoton…)
It seems as for some weird reason that this only happens in the current
factory, but not in the M8 which I have installed here locally, but which uses
the exactly same libbotan and libbotan-devel (libbotan-1_6_4-1.6.4-5.11.i586,
libbotan-devel-1.6.4-5.11.i586).
Reproducible: Couldn't Reproduce
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547928
Summary: Postfix does not start during boot process
Classification: openSUSE
Product: openSUSE 11.2
Version: RC 1
Platform: i686
OS/Version: openSUSE 11.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: richard(a)nod.at
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.3)
Gecko/20090909 SUSE/3.5.3-3.2 Firefox/3.5.3
It seems that postfix is unable to start on 11.2rc1 because it gets executed
before the networkmanager.
boot.msg:
---cut---
<notice -- Oct 17 20:07:03.93393000> service postfix done
Starting mail service (Postfix)failed
Starting the NetworkManager
---cut---
When RUN_PARALLEL is set to "No" in /etc/sysconfig/boot postfix starts
normally.
Reproducible: Always
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547906
Summary: unable do start /etc/init.d/nfs
Classification: openSUSE
Product: openSUSE 11.2
Version: RC 1
Platform: i686
OS/Version: openSUSE 11.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: richard(a)nod.at
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.3)
Gecko/20090909 SUSE/3.5.3-3.2 Firefox/3.5.3
/etc/init.d/nfs does not have a "start" option.
so "/etc/init.d/nfs start" fails during the boot process.
boot.log:
---cut---
<notice -- Oct 17 12:17:30.100078000> service nfs startUsage: /etc/init.d/nfs
{start|stop|status|reload|force-reload|restart|try-restart}
<notice -- Oct 17 12:17:30.165039000> service nfs done
---cut---
Reproducible: Always
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547747
Summary: Xchat network list button shows C_onnect instead of
Connect
Classification: openSUSE
Product: openSUSE 11.2
Version: RC 1
Platform: x86-64
OS/Version: Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: GNOME
AssignedTo: bnc-team-gnome(a)forge.provo.novell.com
ReportedBy: badshah400(a)gmail.com
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3)
Gecko/20090909 SUSE/3.5.3-3.2 Firefox/3.5.3
Xchat network list button shows C_onnect instead of Connect
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547743
Summary: Live-cd shows "... less than 1 GB memory ..." warning
even when using installation mode (not live mode)
Classification: openSUSE
Product: openSUSE 11.2
Version: RC 1
Platform: x86-64
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Live Medium
AssignedTo: coolo(a)novell.com
ReportedBy: badshah400(a)gmail.com
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3)
Gecko/20090909 SUSE/3.5.3-3.2 Firefox/3.5.3
The live-cd (Gnome, x86-64) shows the warning "You have less than 1 GB memory.
It is recommended to close all other programs before you continue" (something
similar) when one uses the live medium for installation alone (not live
install, the 2nd entry on the boot from live-medium screen). This warning is
good when you are using the live-installation method of course, but when you
are running the installer directly from the live-cd it is a misfit (since the
installer is the only program running in this case).
Reproducible: Always
Steps to Reproduce:
1.Boot from live-medium
2.Select the 2nd option (Installation)
3.
Actual Results:
The above mentioned warning shows up.
Expected Results:
No warning should be shown as it does not apply here.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547672
Summary: Anjuta segfault trying to open a project
Classification: openSUSE
Product: openSUSE 11.2
Version: RC 1
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: GNOME
AssignedTo: bnc-team-gnome(a)forge.provo.novell.com
ReportedBy: andrea(a)opensuse.org
QAContact: qa(a)suse.de
Found By: ---
create a new project with anjuta, it will be created, but later it will crash
trying to open it.
on the same way, since anjuta load the last used project it will always crash
if you do not move the project folder.
gdb output:
anubis@suse-netbook:~> gdb --exec=/usr/bin/anjuta
GNU gdb (GDB) SUSE (6.8.91.20090930-1.1)
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i586-suse-linux".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb) r
Starting program: /usr/bin/anjuta
[Thread debugging using libthread_db enabled]
Detaching after fork from child process 17799.
Detaching after fork from child process 17800.
[New Thread 0xaf983b70 (LWP 17810)]
** (anjuta:17796): WARNING **: Impossibile ottenere il runtime JVM (libjvm.so),
il fornitore JDBC non è disponibile.
** (anjuta:17796): WARNING **: Impossibile ottenere il runtime JVM (libjvm.so),
il fornitore JDBC non è disponibile.
[New Thread 0xaef71b70 (LWP 17812)]
[Thread 0xaef71b70 (LWP 17812) exited]
Detaching after fork from child process 17813.
Program received signal SIGSEGV, Segmentation fault.
sdb_engine_get_tuple_id_by_unique_name (param_value=0xb7958ff4,
param_key=0xb7935d99 "\201\303[2\002", qtype=138411792, dbe=<value optimized
out>)
at symbol-db-engine-core.c:768
768 if (G_VALUE_HOLDS_STRING (ret_value) == TRUE)
(gdb) quit
A debugging session is active.
Inferior 1 [process 17796] will be killed.
Quit anyway? (y or n) y
anjuta infos:
anubis@suse-netbook:~> rpm -qi anjuta
Name : anjuta Relocations: (not relocatable)
Version : 2.28.0.0 Vendor: openSUSE
Release : 1.3 Build Date: mar 13 ott 2009
07:00:14 CEST
Install Date: ven 16 ott 2009 17:48:08 CEST Build Host: build10
Group : Development/Tools/IDE Source RPM:
anjuta-2.28.0.0-1.3.src.rpm
Size : 7774414 License: GPL v2 or later
Signature : RSA/8, mar 13 ott 2009 07:06:26 CEST, Key ID b88b2fd43dbdc284
Packager : http://bugs.opensuse.org
URL : http://anjuta.sourceforge.net/
Summary : GNOME IDE for C and C++
Description :
Anjuta is a versatile integrated development environment (IDE) for C
and C++. It has been written for GTK and GNOME and features a number of
advanced programming facilities. It is basically a GUI interface for
the collection of command line programming utilities and tools
available for the GNU system. These are usually run via a text console
and can be unfriendly to use.
Distribution: openSUSE Factory
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=547620
Summary: Red error message when activating loopback device -
only if NetworkManager controls the interfaces
Classification: openSUSE
Product: openSUSE 11.2
Version: RC 1
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Network
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: nice(a)titanic.nyme.hu
QAContact: qa(a)suse.de
Found By: ---
Created an attachment (id=322873)
--> (http://bugzilla.novell.com/attachment.cgi?id=322873)
Error message screenshot
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; hu-HU; rv:1.9.1.3)
Gecko/20090909 SUSE/3.5.3-3.2 Firefox/3.5.3
If NetworkManager is enabled, some setup script sends a red error message
during startup, complaining about that loopback interface is managed by
NetworkManager or something like this.
Reproducible: Always
Steps to Reproduce:
1. Install openSUSE 11.2 with NetworkManager enabled
2. Start it, and press ESC very early
Actual Results:
A red error message will appear relating to lo device
Expected Results:
No error messages should appear just becuse a valid (and very basic) setting.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.