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=747783https://bugzilla.novell.com/show_bug.cgi?id=747783#c0
Summary: systemd: 'service openvpn start' triggers spamming of
all terminals
Classification: openSUSE
Product: openSUSE 12.1
Version: Final
Platform: x86-64
OS/Version: openSUSE 12.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: gp(a)suse.com
QAContact: qa(a)suse.de
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101
Firefox/10.0
1. become root
2. # service openvpn start
3. Watch as every terminal will be spammed with something like
Broadcast message from root(a)trevally.site (Fri, 17 Feb 2012 17:28:14 +0100):
Password entry required for 'Enter Auth Username:' (PID 17770).
Please enter password with the systemd-tty-ask-password-agent tool!
This does not make any sense since I am already in the terminal with
the prompt; why bother all other terminals?
Reproducible: Always
--
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=755603https://bugzilla.novell.com/show_bug.cgi?id=755603#c0
Summary: The gnome keyring socket is not owned with the same
credentials as the user login
Classification: openSUSE
Product: openSUSE 12.2
Version: Factory
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: GNOME
AssignedTo: bnc-team-gnome(a)forge.provo.novell.com
ReportedBy: mvyskocil(a)suse.com
QAContact: qa-bugs(a)suse.de
CC: vuntz(a)suse.com, vcizek(a)suse.com
Found By: Development
Blocker: ---
Created an attachment (id=484752)
--> (http://bugzilla.novell.com/attachment.cgi?id=484752)
copy the credential checking code from git.gnome.org
Running command via sudo fills my log errors as appears in $SUBJECT
$ sudo ls
Password: xxxx
and then log contains following
Apr 4 10:20:01 zelva sudo: The gnome keyring socket is not owned with the same
credentials as the user login: /run/user/mvyskocil/keyring-5MIqXs/control
Apr 4 10:20:01 zelva sudo: gkr-pam: couldn't unlock the login keyring.
Apr 4 10:20:01 zelva sudo: mvyskocil : TTY=pts/5 ; PWD=/home/mvyskocil ;
USER=root ; COMMAND=/usr/bin/ls
Apr 4 10:20:01 zelva systemd[1]: Got D-Bus request:
org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus
However that's not true
$ echo $GNOME_KEYRING_CONTROL
/run/user/mvyskocil/keyring-5MIqXs
$ ls -n $GNOME_KEYRING_CONTROL/*
srwxr-xr-x 1 10112 100 0 4. dub 09.33
/run/user/mvyskocil/keyring-5MIqXs/control
srwxr-xr-x 1 10112 100 0 4. dub 09.33 /run/user/mvyskocil/keyring-5MIqXs/gpg
srwxr-xr-x 1 10112 100 0 4. dub 09.33
/run/user/mvyskocil/keyring-5MIqXs/pkcs11
srwxr-xr-x 1 10112 100 0 4. dub 09.33 /run/user/mvyskocil/keyring-5MIqXs/ssh
$ id
uid=10112(mvyskocil) gid=100(users)
groups=100(users),10(wheel),33(video),41(xok),113(vboxusers),404(lighttpd),1194(vpn)
$ id -u
10112
$ id -ru
10112
so the 10112 is my *real* id and keyring sockets are really owned by this id.
$ cat /proc/$GNOME_KEYRING_PID/loginuid
10112
and even the process runs with the same uid, so there is really **no** surprise
in my configuration. I did a bit more and copy the part of
gnome-keyring-daemon, however even getsockopt returns the id 10112, like getuid
does.
$ ./creds
uid=10112, geteuid()=10112
I would say the best way to debug would be patch gnome-keyring-daemon and print
the values of uid and getuid on error, but I haven't a time to do that yet.
BTW: as google returns most of suse related things for $SUBJ, I suspect some
misconfiguration in our pam stack.
--
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.