public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/14121] New: make writes .mo files in po directory
@ 2012-05-18 18:41 aj at suse dot de
  2013-12-08 17:18 ` [Bug build/14121] " aneejit1 at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: aj at suse dot de @ 2012-05-18 18:41 UTC (permalink / raw)
  To: glibc-bugs

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

             Bug #: 14121
           Summary: make writes .mo files in po directory
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build
        AssignedTo: unassigned@sourceware.org
        ReportedBy: aj@suse.de
                CC: carlos@systemhalted.org
    Classification: Unclassified


Running make creates .mo files in the po directory.

We do not support building in the source dir, so let's not touch it by default.

-- 
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] 6+ messages in thread

* [Bug build/14121] make writes .mo files in po directory
  2012-05-18 18:41 [Bug build/14121] New: make writes .mo files in po directory aj at suse dot de
@ 2013-12-08 17:18 ` aneejit1 at gmail dot com
  2013-12-08 17:19 ` aneejit1 at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: aneejit1 at gmail dot com @ 2013-12-08 17:18 UTC (permalink / raw)
  To: glibc-bugs

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

aneejit1 at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aneejit1 at gmail dot com

--- Comment #1 from aneejit1 at gmail dot com ---
Created attachment 7318
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7318&action=edit
Patch for #14121

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


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

* [Bug build/14121] make writes .mo files in po directory
  2012-05-18 18:41 [Bug build/14121] New: make writes .mo files in po directory aj at suse dot de
  2013-12-08 17:18 ` [Bug build/14121] " aneejit1 at gmail dot com
@ 2013-12-08 17:19 ` aneejit1 at gmail dot com
  2013-12-27 21:45 ` carlos at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: aneejit1 at gmail dot com @ 2013-12-08 17:19 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from aneejit1 at gmail dot com ---
Patched attached to write the .mo files to $(objpfx) and install from there as
well.

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


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

* [Bug build/14121] make writes .mo files in po directory
  2012-05-18 18:41 [Bug build/14121] New: make writes .mo files in po directory aj at suse dot de
  2013-12-08 17:18 ` [Bug build/14121] " aneejit1 at gmail dot com
  2013-12-08 17:19 ` aneejit1 at gmail dot com
@ 2013-12-27 21:45 ` carlos at redhat dot com
  2013-12-29 16:20 ` aneejit1 at gmail dot com
  2014-06-25 10:57 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: carlos at redhat dot com @ 2013-12-27 21:45 UTC (permalink / raw)
  To: glibc-bugs

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

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING

--- Comment #3 from Carlos O'Donell <carlos at redhat dot com> ---
Exactly how do you reproduce this? My mo files are always in the object
directory?

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


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

* [Bug build/14121] make writes .mo files in po directory
  2012-05-18 18:41 [Bug build/14121] New: make writes .mo files in po directory aj at suse dot de
                   ` (2 preceding siblings ...)
  2013-12-27 21:45 ` carlos at redhat dot com
@ 2013-12-29 16:20 ` aneejit1 at gmail dot com
  2014-06-25 10:57 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: aneejit1 at gmail dot com @ 2013-12-29 16:20 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #4 from aneejit1 at gmail dot com ---
My setup is as follow:

1. The source is on user "source".  Its home directory is on NFS and mounted
read-only as /home/source with the glibc source in g/glibc/glibc-2.18.
2. Group/other do not have write permissions for the source files.
3. The user is "build" which has its home directory on NFS mounted read only as
/home/build.  The object directory is
projects/g/glibc/glibc-2.18/x86_64-unknown-linux-gnu.
4. The configure command is "configure --prefix=/usr --libdir=/usr/lib64
--localstatedir=/var --sysconfdir=/etc --enable-add-ons=nptl".
5. No special "make" options are being used.

The build fails on "permission denied" in the "po" subdirectory as it is
attempting to write the ".mo" files to the source directory which it cannot do
as not only are the file/directory permissions are against it (the group/other
settings are read-only) but the source directory is on read-only NFS.  At this
moment in time, I do not think it is the NFS part which is an issue, it is the
read-only source directory which appears to highlight the problem.

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


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

* [Bug build/14121] make writes .mo files in po directory
  2012-05-18 18:41 [Bug build/14121] New: make writes .mo files in po directory aj at suse dot de
                   ` (3 preceding siblings ...)
  2013-12-29 16:20 ` aneejit1 at gmail dot com
@ 2014-06-25 10:57 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2014-06-25 10:57 UTC (permalink / raw)
  To: glibc-bugs

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

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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-18 18:41 [Bug build/14121] New: make writes .mo files in po directory aj at suse dot de
2013-12-08 17:18 ` [Bug build/14121] " aneejit1 at gmail dot com
2013-12-08 17:19 ` aneejit1 at gmail dot com
2013-12-27 21:45 ` carlos at redhat dot com
2013-12-29 16:20 ` aneejit1 at gmail dot com
2014-06-25 10:57 ` 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).