public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/14253] New: Glibc does not build with SELinux support
@ 2012-06-16 10:52 lailavrazda1979 at gmail dot com
  2012-06-19  3:57 ` [Bug build/14253] " carlos_odonell at mentor dot com
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: lailavrazda1979 at gmail dot com @ 2012-06-16 10:52 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14253

             Bug #: 14253
           Summary: Glibc does not build with SELinux support
           Product: glibc
           Version: 2.15
            Status: NEW
          Severity: critical
          Priority: P2
         Component: build
        AssignedTo: unassigned@sourceware.org
        ReportedBy: lailavrazda1979@gmail.com
                CC: carlos@systemhalted.org
    Classification: Unclassified


The nss folder doesn't build when SELinux support is enabled because it needs
to link with libsepol and doesn't. I have no idea how this could be overlooked,
but... have a fix:

sed -i 's/-lselinux/& -lsepol/' nss/Makefile

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug build/14253] Glibc does not build with SELinux support
  2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
@ 2012-06-19  3:57 ` carlos_odonell at mentor dot com
  2012-06-19 19:39 ` aj at suse dot de
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: carlos_odonell at mentor dot com @ 2012-06-19  3:57 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14253

Carlos O'Donell <carlos_odonell at mentor dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos_odonell at mentor
                   |                            |dot com

--- Comment #1 from Carlos O'Donell <carlos_odonell at mentor dot com> 2012-06-19 03:57:21 UTC ---
Wolf,

We are actively looking for new members of the community to help ensure that
all configuration options of glibc are well tested. It looks like you might
have found a broken corner.

Could you please ask on the developer mailing list (libc-alpha@sourceware.org)
to see if anyone is building and testing with SELinux enabled? Please reference
this bugzilla entry in your post.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug build/14253] Glibc does not build with SELinux support
  2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
  2012-06-19  3:57 ` [Bug build/14253] " carlos_odonell at mentor dot com
@ 2012-06-19 19:39 ` aj at suse dot de
  2012-06-20  6:22 ` lailavrazda1979 at gmail dot com
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: aj at suse dot de @ 2012-06-19 19:39 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14253

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aj at suse dot de

--- Comment #2 from Andreas Jaeger <aj at suse dot de> 2012-06-19 19:39:00 UTC ---
Which version of libselinux and libsepol are you using?
What exactly is the error message?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug build/14253] Glibc does not build with SELinux support
  2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
  2012-06-19  3:57 ` [Bug build/14253] " carlos_odonell at mentor dot com
  2012-06-19 19:39 ` aj at suse dot de
@ 2012-06-20  6:22 ` lailavrazda1979 at gmail dot com
  2012-06-20  6:23 ` lailavrazda1979 at gmail dot com
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: lailavrazda1979 at gmail dot com @ 2012-06-20  6:22 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14253

--- Comment #3 from Wolf <lailavrazda1979 at gmail dot com> 2012-06-20 06:22:03 UTC ---
(In reply to comment #2)
> Which version of libselinux and libsepol are you using?
> What exactly is the error message?

I'm using the latest libselinux and libsepol from the following page:

http://userspace.selinuxproject.org/trac/wiki/Releases

namely, libselinux 2.1.9 and libsepol 2.1.4. As for the exact error message,
it'll take me several hours to reproduce the exact environment, so I'll post
again when I do. I'll have lots and lots of details.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug build/14253] Glibc does not build with SELinux support
  2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
                   ` (2 preceding siblings ...)
  2012-06-20  6:22 ` lailavrazda1979 at gmail dot com
@ 2012-06-20  6:23 ` lailavrazda1979 at gmail dot com
  2012-06-20  6:49 ` aj at suse dot de
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: lailavrazda1979 at gmail dot com @ 2012-06-20  6:23 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14253

--- Comment #4 from Wolf <lailavrazda1979 at gmail dot com> 2012-06-20 06:23:10 UTC ---
(In reply to comment #2)
> Which version of libselinux and libsepol are you using?
> What exactly is the error message?

I'm using the latest libselinux and libsepol from the following page:

http://userspace.selinuxproject.org/trac/wiki/Releases

namely, libselinux 2.1.9 and libsepol 2.1.4. As for the exact error message,
it'll take me several hours to reproduce the exact environment, so I'll post
again when I do. I'll have lots and lots of details.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug build/14253] Glibc does not build with SELinux support
  2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
                   ` (3 preceding siblings ...)
  2012-06-20  6:23 ` lailavrazda1979 at gmail dot com
@ 2012-06-20  6:49 ` aj at suse dot de
  2012-06-20  7:05 ` lailavrazda1979 at gmail dot com
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: aj at suse dot de @ 2012-06-20  6:49 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14253

--- Comment #5 from Andreas Jaeger <aj at suse dot de> 2012-06-20 06:48:48 UTC ---
Ok, you're using a newer version of the libs than I do - and I don't see the
problem:
libselinux1-2.0.91-18.1.x86_64
libsepol1-2.0.41-14.36.x86_64

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug build/14253] Glibc does not build with SELinux support
  2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
                   ` (4 preceding siblings ...)
  2012-06-20  6:49 ` aj at suse dot de
@ 2012-06-20  7:05 ` lailavrazda1979 at gmail dot com
  2012-06-20  7:26 ` aj at suse dot de
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: lailavrazda1979 at gmail dot com @ 2012-06-20  7:05 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14253

--- Comment #6 from Wolf <lailavrazda1979 at gmail dot com> 2012-06-20 07:05:43 UTC ---
(In reply to comment #5)
> Ok, you're using a newer version of the libs than I do - and I don't see the
> problem:
> libselinux1-2.0.91-18.1.x86_64
> libsepol1-2.0.41-14.36.x86_64

I'm using the configparms file. Try it with these:

../glibc-2.15/configure --prefix=/usr --disable-profile --enable-add-ons
--enable-kernel=3.2 --libexecdir=/usr/lib/glibc --enable-bind-now
--enable-stackguard-randomization libc_cv_gcc_builtin_expect=yes

cat > configparms << "EOF"
build-programs=no
CC += -fPIC -fno-stack-protector -U_FORTIFY_SOURCE -nonow -nopie
CXX += -fPIC -fno-stack-protector -U_FORTIFY_SOURCE -nonow -nopie
EOF

make

cat > configparms << "EOF"
CC += -fPIE -fstack-protector-all -D_FORTIFY_SOURCE=2
CXX += -fPIE -fstack-protector-all -D_FORTIFY_SOURCE=2
CFLAGS-sln.c += -fno-PIC -fno-PIE
+link = $(CC) -pie -Wl,-O1 -nostdlib -nostartfiles -o $@ \
$(sysdep-LDFLAGS) $(config-LDFLAGS) $(LDFLAGS) $(LDFLAGS-$(@F)) \
$(combreloc-LDFLAGS) $(relro-LDFLAGS) $(hashstyle-LDFLAGS) \
-Wl,-z,now -Wl,--warn-shared-textrel,--fatal-warnings \
$(addprefix $(csu-objpfx),S$(start-installed-name)) \
$(+preinit) $(+prectorS) \
$(filter-out $(addprefix $(csu-objpfx),start.o \
S$(start-installed-name))\
$(+preinit) $(link-extra-libs) \
$(common-objpfx)libc% $(+postinit),$^) \
$(link-extra-libs) $(link-libc) $(+postctorS) $(+postinit)
EOF

make

I'm still working on setting up my environment again.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug build/14253] Glibc does not build with SELinux support
  2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
                   ` (5 preceding siblings ...)
  2012-06-20  7:05 ` lailavrazda1979 at gmail dot com
@ 2012-06-20  7:26 ` aj at suse dot de
  2012-06-20  7:39 ` lailavrazda1979 at gmail dot com
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: aj at suse dot de @ 2012-06-20  7:26 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14253

--- Comment #7 from Andreas Jaeger <aj at suse dot de> 2012-06-20 07:25:35 UTC ---
Please try it without those configparams changes. The +link change looks
suspicious.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug build/14253] Glibc does not build with SELinux support
  2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
                   ` (6 preceding siblings ...)
  2012-06-20  7:26 ` aj at suse dot de
@ 2012-06-20  7:39 ` lailavrazda1979 at gmail dot com
  2012-06-20  7:48 ` aj at suse dot de
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: lailavrazda1979 at gmail dot com @ 2012-06-20  7:39 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14253

--- Comment #8 from Wolf <lailavrazda1979 at gmail dot com> 2012-06-20 07:39:28 UTC ---
(In reply to comment #7)
> Please try it without those configparams changes. The +link change looks
> suspicious.

I can remove the +link change, but without the others it won't build since I
enabled extra GCC options by default. The changes to CC, CXX, and CFLAGS-sln.c
make GCC behave normally.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug build/14253] Glibc does not build with SELinux support
  2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
                   ` (7 preceding siblings ...)
  2012-06-20  7:39 ` lailavrazda1979 at gmail dot com
@ 2012-06-20  7:48 ` aj at suse dot de
  2012-06-20  7:55 ` lailavrazda1979 at gmail dot com
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: aj at suse dot de @ 2012-06-20  7:48 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14253

--- Comment #9 from Andreas Jaeger <aj at suse dot de> 2012-06-20 07:48:30 UTC ---
Then remove the other changes as well...

You asked "I have no idea how this could be overlooked" - and to me it seems
that you do a couple of changes that nobody else does - and therefore it breaks
for you.

So, I'd like to see the problem you hit in your configuration (exact
commandline and error message) - and also whether you can reproduce it in a
clean build.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug build/14253] Glibc does not build with SELinux support
  2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
                   ` (8 preceding siblings ...)
  2012-06-20  7:48 ` aj at suse dot de
@ 2012-06-20  7:55 ` lailavrazda1979 at gmail dot com
  2012-06-20  8:47 ` lailavrazda1979 at gmail dot com
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: lailavrazda1979 at gmail dot com @ 2012-06-20  7:55 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14253

--- Comment #10 from Wolf <lailavrazda1979 at gmail dot com> 2012-06-20 07:55:11 UTC ---
(In reply to comment #9)
> Then remove the other changes as well...
> 
> You asked "I have no idea how this could be overlooked" - and to me it seems
> that you do a couple of changes that nobody else does - and therefore it breaks
> for you.
> 
> So, I'd like to see the problem you hit in your configuration (exact
> commandline and error message) - and also whether you can reproduce it in a
> clean build.

That's what I'm working on, however, I don't see how GCC having
-fstack-protector-all on by default would cause undefined symbol errors for
symbols that are in libsepol.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug build/14253] Glibc does not build with SELinux support
  2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
                   ` (9 preceding siblings ...)
  2012-06-20  7:55 ` lailavrazda1979 at gmail dot com
@ 2012-06-20  8:47 ` lailavrazda1979 at gmail dot com
  2012-07-23 16:28 ` vapier at gentoo dot org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: lailavrazda1979 at gmail dot com @ 2012-06-20  8:47 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14253

--- Comment #11 from Wolf <lailavrazda1979 at gmail dot com> 2012-06-20 08:47:05 UTC ---
Now it's not finding libselinux at all, despite it being in /usr/lib.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug build/14253] Glibc does not build with SELinux support
  2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
                   ` (10 preceding siblings ...)
  2012-06-20  8:47 ` lailavrazda1979 at gmail dot com
@ 2012-07-23 16:28 ` vapier at gentoo dot org
  2012-12-03 23:58 ` carlos at systemhalted dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: vapier at gentoo dot org @ 2012-07-23 16:28 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14253

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vapier at gentoo dot org

--- Comment #12 from Mike Frysinger <vapier at gentoo dot org> 2012-07-23 16:28:11 UTC ---
(In reply to comment #10)

the way glibc links, forcing any core files to start using more symbols that
they didn't before can easily break the core glibc linkage.  linking with ssp
isn't currently supported, so trying to build that way is on your own.  please
verify your build fails w/out these ssp settings.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug build/14253] Glibc does not build with SELinux support
  2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
                   ` (11 preceding siblings ...)
  2012-07-23 16:28 ` vapier at gentoo dot org
@ 2012-12-03 23:58 ` carlos at systemhalted dot org
  2013-02-20  6:30 ` vapier at gentoo dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: carlos at systemhalted dot org @ 2012-12-03 23:58 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14253

Carlos O'Donell <carlos at systemhalted dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|carlos_odonell at mentor    |
                   |dot com                     |

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug build/14253] Glibc does not build with SELinux support
  2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
                   ` (12 preceding siblings ...)
  2012-12-03 23:58 ` carlos at systemhalted dot org
@ 2013-02-20  6:30 ` vapier at gentoo dot org
  2013-02-20 22:04 ` lailavrazda1979 at gmail dot com
  2014-06-19  6:25 ` fweimer at redhat dot com
  15 siblings, 0 replies; 17+ messages in thread
From: vapier at gentoo dot org @ 2013-02-20  6:30 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14253

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
           Severity|critical                    |normal

--- Comment #13 from Mike Frysinger <vapier at gentoo dot org> 2013-02-20 06:29:49 UTC ---
please post some actual build logs as attachments.  as it stands, people are
able to build glibc w/just -lselinux including versions glibc-2.17 and
libselinux-2.1.12 and libsepol-2.1.8.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug build/14253] Glibc does not build with SELinux support
  2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
                   ` (13 preceding siblings ...)
  2013-02-20  6:30 ` vapier at gentoo dot org
@ 2013-02-20 22:04 ` lailavrazda1979 at gmail dot com
  2014-06-19  6:25 ` fweimer at redhat dot com
  15 siblings, 0 replies; 17+ messages in thread
From: lailavrazda1979 at gmail dot com @ 2013-02-20 22:04 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14253

Wolf <lailavrazda1979 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED

--- Comment #14 from Wolf <lailavrazda1979 at gmail dot com> 2013-02-20 22:04:24 UTC ---
Apologies for not closing this, it works now.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug build/14253] Glibc does not build with SELinux support
  2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
                   ` (14 preceding siblings ...)
  2013-02-20 22:04 ` lailavrazda1979 at gmail dot com
@ 2014-06-19  6:25 ` fweimer at redhat dot com
  15 siblings, 0 replies; 17+ messages in thread
From: fweimer at redhat dot com @ 2014-06-19  6:25 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=14253

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-06-19  6:25 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-16 10:52 [Bug build/14253] New: Glibc does not build with SELinux support lailavrazda1979 at gmail dot com
2012-06-19  3:57 ` [Bug build/14253] " carlos_odonell at mentor dot com
2012-06-19 19:39 ` aj at suse dot de
2012-06-20  6:22 ` lailavrazda1979 at gmail dot com
2012-06-20  6:23 ` lailavrazda1979 at gmail dot com
2012-06-20  6:49 ` aj at suse dot de
2012-06-20  7:05 ` lailavrazda1979 at gmail dot com
2012-06-20  7:26 ` aj at suse dot de
2012-06-20  7:39 ` lailavrazda1979 at gmail dot com
2012-06-20  7:48 ` aj at suse dot de
2012-06-20  7:55 ` lailavrazda1979 at gmail dot com
2012-06-20  8:47 ` lailavrazda1979 at gmail dot com
2012-07-23 16:28 ` vapier at gentoo dot org
2012-12-03 23:58 ` carlos at systemhalted dot org
2013-02-20  6:30 ` vapier at gentoo dot org
2013-02-20 22:04 ` lailavrazda1979 at gmail dot com
2014-06-19  6:25 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).