http://bugzilla.novell.com/show_bug.cgi?id=509945
Summary: Enforce packaging of static libraries by rpmlint check
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: dmueller(a)novell.com
ReportedBy: prusnak(a)novell.com
QAContact: qa(a)suse.de
CC: ro(a)novell.com, mrueckert(a)novell.com,
crrodriguez(a)novell.com
Found By: Development
We are trying to adopt the static libraries packaging scheme described on
http://en.opensuse.org/Packaging/Guidelines#Packaging_Static_Libraries
By adding rpmlint check we will enforce the correct packaging.
rpmlint should check whether the package contains *.{a,la} files and perform
these steps:
a) package contains *.la files, does not contain *.a files
-> throw error suggesting the packager to remove *.la files in %install
phase
b) package contains only *.la and *.a files
-> check if the name ends with "-devel-static", throw error otherwise,
suggesting the rename
c) package contains *.la, *.a files AND *.so files (and probably some includes)
-> check if the name ends with "-devel" AND package also provides
"-devel-static" symbol, throw error otherwise, suggesting the addition of
symbol
-> also point out that packager has to be sure that static libraries are
absolutely needed in the system. If not the package should be built with
--disable-static and *.la files removed in %install phase
--
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.
https://bugzilla.novell.com/show_bug.cgi?id=709260https://bugzilla.novell.com/show_bug.cgi?id=709260#c0
Summary: package bzip2 missing documentation
Classification: openSUSE
Product: openSUSE 11.4
Version: Final
Platform: i686
OS/Version: openSUSE 11.4
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: giecrilj(a)stegny.2a.pl
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1;
Trident/4.0; GTB7.1)
The documentation for package bzip2 is not installed.
Reproducible: Always
Steps to Reproduce:
1. Read /usr/share/doc/packages/bzip2/README.
2. Find the referenced documentation.
Actual Results:
1.
Complete documentation is available in Postscript form (manual.ps),
PDF (manual.pdf) or html (manual.html). A plain-text version of the
manual page is available as bzip2.txt.
2. Nope.
Expected Results:
2. /usr/share/doc/packages/bzip2/manual.html
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=661410https://bugzilla.novell.com/show_bug.cgi?id=661410#c0
Summary: zypper ar vs. mr: different short option for --refresh
Classification: openSUSE
Product: openSUSE 11.3
Version: Final
Platform: Other
OS/Version: openSUSE 11.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: libzypp
AssignedTo: zypp-maintainers(a)forge.provo.novell.com
ReportedBy: suse-beta(a)cboltz.de
QAContact: qa(a)suse.de
Found By: Beta-Customer
Blocker: ---
To enable --refresh for a repo, zypper has different short options:
- zypper ar -f
- zypper mr -r
That's higly confusing.
Please allow the same short option for both ar and mr in future versions. (For
backward compatibility I'd recommend to allow -f _and_ -r as long as those
aren't needed for different functions.)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=730327https://bugzilla.novell.com/show_bug.cgi?id=730327#c0
Summary: vusb-analyzer needs 'gnomecanvas'
Classification: openSUSE
Product: openSUSE 12.1
Version: Final
Platform: x86-64
OS/Version: SuSE Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: afaerber(a)suse.com
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
On openSUSE 12.1 RC2, `vusb-analyzer` resulted in:
Traceback (most recent call last):
File "/usr/bin/vusb-analyzer", line 13, in <module>
from VUsbTools import Views, Log, Diff, Decode
File "/usr/lib/python2.7/site-packages/VUsbTools/Views.py", line 15, in
<module>
from VUsbTools import Types, Style
File "/usr/lib/python2.7/site-packages/VUsbTools/Types.py", line 20, in
<module>
except gnomecanvas:
NameError: name 'gnomecanvas' is not defined
Installing python-gnome package resolved this.
A suitable Depends: should be added to the vusb-analyzer package.
--
Configure bugmail: https://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=624196http://bugzilla.novell.com/show_bug.cgi?id=624196#c0
Summary: Request for opencv to be built with TBB support
Classification: openSUSE
Product: openSUSE 11.2
Version: Final
Platform: Macintosh
OS/Version: openSUSE 11.2
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: alexjironkin(a)gmail.com
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.7)
Gecko/20100714 SUSE/3.6.7-1.1 Firefox/3.6.7
Since version OpenCV 2.1, which comes as part of the base packages now in 11.3
I think, OpenMP has been replaced by TBB. However OpenCV buid without that
support on opensuse 11.2.
Using TBB will greatly enhance all application using OpenCV e.g. digikam.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
The request is to have either a separate package or enable OpenCV with TBB.
Ubuntu 10.4 packages already do that so its stable enough to work with.
--
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.
https://bugzilla.novell.com/show_bug.cgi?id=701066https://bugzilla.novell.com/show_bug.cgi?id=701066#c0
Summary: mc is eating all of ram after encfs until oom killer
start to hunting
Classification: openSUSE
Product: openSUSE 11.4
Version: Final
Platform: x86-64
OS/Version: openSUSE 11.4
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: hnsz2002(a)gmail.com
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101
Firefox/4.0.1
After mounting encfs filesystem, if you started mc, its eating any memory, any
swap, then oom killer killed the process.
[ 7410.101006] Out of memory: Kill process 11459 (mc) score 809 or sacrifice
child
[ 7410.101006] Killed process 11459 (mc) total-vm:6710300kB,
anon-rss:3615048kB, file-rss:264kB
Reproducible: Always
Steps to Reproduce:
1. Open a shell, mount an encfs filesystem to a mountpoint. (encfs /data/crypt
/mnt/1/ for example)
2. cd to mountpont (cd /mnt/1/)
3. run few ls in the directory until you wait to timeout encfs, and
automatically umount the filesystem.
4. start an mc in this directory.
Actual Results:
oom killer kill mc.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=695322https://bugzilla.novell.com/show_bug.cgi?id=695322#c0
Summary: home:dannori: Bug
Classification: openSUSE
Product: openSUSE.org
Version: unspecified
Platform: x86-64
OS/Version: openSUSE 11.4
Status: NEW
Severity: Normal
Priority: P5 - None
Component: 3rd party software
AssignedTo: dannoritzer(a)web.de
ReportedBy: melchiaros(a)aol.com
QAContact: opensuse-communityscreening(a)forge.provo.novell.com
Found By: Other
Blocker: No
Hi,
I try to install ghdl from your repo. Yast shows me that ghdl-grt needs libada
>= 3.1.
A look at my system shows that I´ve installed libada46 from devel:/gcc.
So all what ghdl need should be there?!
Please make a correction when it is necessary.
Greetings
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=680125https://bugzilla.novell.com/show_bug.cgi?id=680125#c0
Summary: dlclose() can not unload all dynamic libraries
Classification: openSUSE
Product: openSUSE 11.4
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Development
AssignedTo: pth(a)novell.com
ReportedBy: gotterdammerung(a)web.de
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
Created an attachment (id=419657)
--> (http://bugzilla.novell.com/attachment.cgi?id=419657)
test program which opens a dl from cmdline, closes it and checks if it is still
open
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.2.15)
Gecko/20110310 Gentoo Firefox/3.6.15
A call to dlclose() does not unload some dynamic libraries, even if the
reference count drops to zero and no other loaded libraries use symbols in it.
See attached test programm.
Some libraries like 'pthread' exhibit this behaviour and it propagates up the
dependency chain.
This breaks programs which rely on reloading of affected dynamic libraries.
Reproducible: Always
Steps to Reproduce:
1. compile test program with 'g++ test.cpp -otest -ldl'
2. run 'for file in /usr/lib64/lib*.so; do ./test $file; done | grep failed'
Actual Results:
see attachment #2
Expected Results:
/usr/lib64/librt.so failed.
(at least that is what happens on my gentoo machine)
AFAIK, x86_64 and x86 are both affected.
Related: [[bugzilla:645652]]
--
Configure bugmail: https://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=622977http://bugzilla.novell.com/show_bug.cgi?id=622977#c0
Summary: pstoedit crashes when called from inkscape
Classification: openSUSE
Product: openSUSE 11.3
Version: Final
Platform: All
OS/Version: openSUSE 11.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: gerlach(a)mbi-berlin.de
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6)
Gecko/20100626 SUSE/3.6.6-1.1 Firefox/3.6.6
pstoedit crashes when converting pdf to svg (used by inkscape textext)
Reproducible: Always
Steps to Reproduce:
1. pstoedit -f plot-svg file.pdf file.svg -dt -ssp -psarg -r9600x9600
(command used by inkscape)
Actual Results:
pstoedit: version 3.50 / DLL interface 108 (build Jul 5 2010 - release build -
g++ 4.5.0 20100604 [gcc-4_5-branch revision 160292]) : Copyright (C) 1993 -
2009 Wolfgang Glunz
Inconsistency detected by ld.so: dl-close.c: 731: _dl_close: Assertion
`map->l_init_called' failed!
--
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=584970http://bugzilla.novell.com/show_bug.cgi?id=584970#c0
Summary: Yast gives error -4017 when trying to partition using
LVM
Classification: openSUSE
Product: openSUSE 11.2
Version: Final
Platform: HP
OS/Version: openSUSE 11.2
Status: NEW
Severity: Major
Priority: P5 - None
Component: Installation
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: p.c.manning(a)swansea.ac.uk
QAContact: jsrain(a)novell.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.89 Safari/532.5
Hardware: HP ML115 with E200 SmartArray card. 4 250GB drives built as raid 5.
Use OpenSUSE DVD installer, select LVM partitioning scheme, installation dies
when preparing disks with error -4017
Reproducible: Always
Steps to Reproduce:
1.Use OpenSUSE 11.2 DVD 64bit to Install OS
2.Get to partitioning scheme - select LVM
3.Continue through installation, installation dies at preparing disks stage
Actual Results:
Retried this with text mode installer which enabled me to switch to a working
shell console, I could see that the installer had created a boot partition, an
LVM partition and an LVM group. But had failed to create any logical volumes
Expected Results:
A properly partitioned disk!
http://forums.opensuse.org/install-boot-login/433990-yast-partitioning-erro…
Workround was to partition manually via a shell console.
--
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.