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=782368https://bugzilla.novell.com/show_bug.cgi?id=782368#c0
Summary: pcsc-lite should require libpcsclite1
Classification: openSUSE
Product: openSUSE 12.2
Version: Final
Platform: i686
OS/Version: openSUSE 12.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: jaanvajakas(a)hot.ee
QAContact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.8 (KHTML, like
Gecko) Chrome/23.0.1255.0 Safari/537.8 SUSE/23.0.1255.0
Package pcsc-lite 1.8.3-2.1.3 in the repository
http://download.opensuse.org/distribution/12.2/repo/oss/
currently does not require the libpcsclite1 package. Without the latter
package, however, pcsc-lite seems pretty much useless: at least on my computer,
pcscd is unable to detect my smartcard reader if libpcsclite1 is not installed.
On Fedora, the analogous pcsc-lite package does require pcsc-lite-libs which is
the analog of libpcsclite1:
http://www.rpmfind.net//linux/RPM/fedora/devel/rawhide/i386/p/pcsc-lite-1.8…http://www.rpmfind.net//linux/RPM/fedora/devel/rawhide/i386/p/pcsc-lite-lib…
So I guess the pcsc-lite package should require libpcsclite1.
Reproducible: Always
Steps to Reproduce:
Install pcsc-lite package in YaST Software Manager.
Actual Results:
The libpcsclite1 package is not automatically installed when pcsc-lite is
installed.
Expected Results:
libpcsclite1 should be automatically installed whenever pcsc-lite is installed.
Actually I found this problem when I installed the Estonian ID card package
(estonianidcard) from its official repository
(https://installer.id.ee/media/opensuse); pcsc-lite is its (indirect)
dependency but not libpcsclite1 so after installing estonianidcard I had to
manually install libpcsclite1.
--
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=794744https://bugzilla.novell.com/show_bug.cgi?id=794744#c0
Summary: samba4 package is missing the 'samba-tool'
Classification: openSUSE
Product: openSUSE Factory
Version: 12.3 Milestone 0
Platform: x86-64
OS/Version: openSUSE 12.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Samba
AssignedTo: samba-maintainers(a)SuSE.de
ReportedBy: rob.verduijn(a)gmail.com
QAContact: samba-maintainers(a)SuSE.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0
Firefox/17.0
Hello,
While giving samba4 I found that the 'samba-tool' command is not included.
This command is required to set up a samba4 environment.
(according to :
https://wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC )
Regards
Rob Verduijn
Reproducible: Always
Steps to Reproduce:
1. install samba4 from http://software.opensuse.org/package/samba
2. issue : rpm -ql samba4|grep samba-tool
3.
Actual Results:
missing samba-tool
Expected Results:
samba-tool should be included in the rpm
--
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.
https://bugzilla.novell.com/show_bug.cgi?id=789020https://bugzilla.novell.com/show_bug.cgi?id=789020#c0
Summary: no more /dev/disk/by-label/LABEL symlinks for LVM
devices (udev/systemd?)
Classification: openSUSE
Product: openSUSE Factory
Version: 12.3 Milestone 1
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: seife(a)novell.slipkontur.de
QAContact: qa-bugs(a)suse.de
Found By: Third Party Developer/Partner
Blocker: ---
After updating to today's FACTORY (last update was before openSUSE conf), my
/space and /local partitions were no longer mounted:
susi:~ # grep LABEL /etc/fstab
LABEL=root-FACTORY / ext4 acl,user_xattr 1 1
# LABEL=local /local xfs noatime,logbufs=8,logbsize=262144 1 2
# LABEL=space /space xfs noatime,logbufs=8,logbsize=262144 1 2
(now commented out to get the system to boot)
susi:~ # l /dev/disk/by-label/
total 0
drwxr-xr-x 2 root root 140 Nov 9 15:50 ./
drwxr-xr-x 6 root root 120 Nov 9 15:50 ../
lrwxrwxrwx 1 root root 10 Nov 9 15:50 BOOTLOADER -> ../../sda3
lrwxrwxrwx 1 root root 10 Nov 9 15:50 SYSTEM_DRV -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov 9 15:50 Windows7_OS -> ../../sda2
lrwxrwxrwx 1 root root 10 Nov 9 15:50 root-FACTORY -> ../../sda6
lrwxrwxrwx 1 root root 10 Nov 9 15:50 root-stable -> ../../sda8
susi:~ # blkid
/dev/sda1: LABEL="SYSTEM_DRV" UUID="7A0615220614E0C5" TYPE="ntfs"
/dev/sda2: LABEL="Windows7_OS" UUID="64A42A12A429E6F0" TYPE="ntfs"
/dev/sda3: LABEL="BOOTLOADER" UUID="519614e1-7c40-4866-b461-3ad4cb797538"
SEC_TYPE="ext2" TYPE="ext3"
/dev/sda5: UUID="fde71608-8ca9-4f2a-9a3e-501df23f8469" TYPE="swap"
/dev/sda6: LABEL="root-FACTORY" UUID="71f5bfb4-3d29-4c9c-929a-3fb795cf0fd9"
TYPE="ext4"
/dev/sda7: UUID="3387ae99-507c-41eb-80c8-ee7b4a62353a" TYPE="crypto_LUKS"
/dev/sda8: LABEL="root-stable" UUID="6983d635-99c0-48e9-b62a-74cd3b27c636"
TYPE="ext4"
/dev/sda9: UUID="jRlUY0-8mt0-09TE-MeAf-IqRj-TSzl-tK83Uk" TYPE="LVM2_member"
/dev/mapper/main-local: LABEL="local"
UUID="ac293f98-8e30-440f-8845-d067ee49d42d" TYPE="xfs"
/dev/mapper/main-space: LABEL="space"
UUID="17676f0d-fe6e-4b47-80bb-6d6493574569" TYPE="xfs"
/dev/mapper/main-vdr: UUID="4b5b5706-84bb-4a2c-8f91-fda2784aea86" TYPE="ext4"
/dev/mapper/cr_sda7: LABEL="cryptohome"
UUID="98741ffb-5913-43ca-afac-500ff16d0f57" TYPE="ext3"
susi:~ # blkid|grep LABEL=
/dev/sda1: LABEL="SYSTEM_DRV" UUID="7A0615220614E0C5" TYPE="ntfs"
/dev/sda2: LABEL="Windows7_OS" UUID="64A42A12A429E6F0" TYPE="ntfs"
/dev/sda3: LABEL="BOOTLOADER" UUID="519614e1-7c40-4866-b461-3ad4cb797538"
SEC_TYPE="ext2" TYPE="ext3"
/dev/sda6: LABEL="root-FACTORY" UUID="71f5bfb4-3d29-4c9c-929a-3fb795cf0fd9"
TYPE="ext4"
/dev/sda8: LABEL="root-stable" UUID="6983d635-99c0-48e9-b62a-74cd3b27c636"
TYPE="ext4"
/dev/mapper/main-local: LABEL="local"
UUID="ac293f98-8e30-440f-8845-d067ee49d42d" TYPE="xfs"
/dev/mapper/main-space: LABEL="space"
UUID="17676f0d-fe6e-4b47-80bb-6d6493574569" TYPE="xfs"
/dev/mapper/cr_sda7: LABEL="cryptohome"
UUID="98741ffb-5913-43ca-afac-500ff16d0f57" TYPE="ext3"
As you can see, the non-LVM devices are there in /dev/disk/by-label, but the
LVM devices are not.
I guess this is a glitch of the new udev version.
--
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=770239https://bugzilla.novell.com/show_bug.cgi?id=770239#c0
Summary: 'zypper pa' lacks support for @System repo
Classification: openSUSE
Product: openSUSE 12.2
Version: Factory
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: libzypp
AssignedTo: zypp-maintainers(a)forge.provo.novell.com
ReportedBy: ma(a)suse.com
QAContact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
ma@fibonacci:~ (0) $ zypper pa -i -R|grep libclucene-core0_9_23
ma@fibonacci:~ (1) $ zypper pa -R|grep libclucene-core0_9_23
ma@fibonacci:~ (1) $ zypper info libclucene-core0_9_23
Loading repository data...
Reading installed packages...
Information for package libclucene-core0_9_23:
Repository: @System
Name: libclucene-core0_9_23
...
ma@fibonacci:~ (0) $ zypper pa @System
Repository '@System' not found by its alias, number, or URI.
Use 'zypper repos' to get the list of defined repositories.
---
In this case libclucene-core0_9_23 is orphaned (installed but not avaliable in
any repo). 'pa' is a kind of search and search should support something like
'-r @System'.
--
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=785437https://bugzilla.novell.com/show_bug.cgi?id=785437#c0
Summary: openSUSE:12.2/freerdp: Bug
Classification: openSUSE
Product: openSUSE.org
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: 3rd party software
AssignedTo: gber(a)opensuse.org
ReportedBy: bruno(a)ioda-net.ch
QAContact: opensuse-communityscreening(a)forge.provo.novell.com
Found By: ---
Blocker: ---
With new version and certainly linked to the "hack" of shared lib
Trying to launch an xfreerdp connection on a remote win7-64 working machine (
still accessible with xfreerdp 0.8.2 & openSUSE 12.1)
There's now a error message
me@linux:~> /usr/bin/xfreerdp -z -a 32 -k 0x0000100C --plugin
cliprdr --plugin rdpsnd --gdi hw --rfx --ignore-certificate --no-nla -0
-g 1300x700 -f -n me.local -u administrator -d test2012-64 test2012-64
loading plugin cliprdr
loading plugin rdpsnd
connected to test2012-64:3389
/usr/bin/xfreerdp: symbol lookup
error: /usr/lib64/libfreerdp-1_0/rdpsnd_pulse.so: undefined symbol:
pa_threaded_mainloop_new
Please verify, thanks
--
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.