Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 515122 - sys-apps/attr-2.4.47-r1: setfattr -n user.pax.flags hanging (seen in configure of app-editors/emacs-24.3-r6)
Summary: sys-apps/attr-2.4.47-r1: setfattr -n user.pax.flags hanging (seen in configur...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-25 19:00 UTC by silverwerwolf13
Modified: 2014-11-15 08:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emacs,4.55 KB, text/plain)
2014-06-25 23:51 UTC, silverwerwolf13
Details
Build log (emacs-log,5.70 KB, text/plain)
2014-06-26 00:59 UTC, silverwerwolf13
Details

Note You need to log in before you can comment on or make changes to this bug.
Description silverwerwolf13 2014-06-25 19:00:43 UTC
Emacs seems to have a sand box error well compilling that stops it coold and leaves sandbox running so i have to relog in

Reproducible: Always

Steps to Reproduce:
1.'emerge emacs --ask'

(NOTE: I tried setting pakage.use in several ways including default and -*)
Actual Results:  
It seemed to compile till it hit the part in the first screen shot. Atempting the comand without reloging in will make get the results in the second screen shot.

https://i.imgur.com/xGDTqlh.png
(NOTE: The ^X as a misteke that has no effect and the ^C was so you could see what it dose when I try to make it stop.)

https://i.imgur.com/Y9FOAHr.png

Expected Results:  
Emacs should emerge normally.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-06-25 22:33:53 UTC
1) Please attach the entire build log to this bug report.
2) Please post your `emerge --info' output in a comment.
Comment 2 silverwerwolf13 2014-06-25 23:20:00 UTC
(In reply to Jeroen Roovers from comment #1)
> 1) Please attach the entire build log to this bug report.
> 2) Please post your `emerge --info' output in a comment.

Oh yes, how silly of me.

http://bpaste.net/show/407787/

And thank you for getting back to me so quickally.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-06-25 23:44:12 UTC
(In reply to Jeroen Roovers from comment #1)
> 1) Please attach the entire build log to this bug report.
> 2) Please post your `emerge --info' output in a comment.

Don't use external sources, please. Attach means make an attachment to this bug report under "Attachments". Posting information means pasting it in a comment.
Comment 4 silverwerwolf13 2014-06-25 23:51:24 UTC
Created attachment 379688 [details]
emerge --info
Comment 5 silverwerwolf13 2014-06-25 23:52:18 UTC
(In reply to Jeroen Roovers from comment #3)
> (In reply to Jeroen Roovers from comment #1)
> > 1) Please attach the entire build log to this bug report.
> > 2) Please post your `emerge --info' output in a comment.
> 
> Don't use external sources, please. Attach means make an attachment to this
> bug report under "Attachments". Posting information means pasting it in a
> comment.

Oh yes, how silly of me.

Anyway i posted it like you asked.

Thanks.
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2014-06-26 00:11:39 UTC
Build log?
Comment 7 silverwerwolf13 2014-06-26 00:59:14 UTC
Created attachment 379694 [details]
Build log
Comment 8 silverwerwolf13 2014-06-26 00:59:34 UTC
(In reply to Jeroen Roovers from comment #6)
> Build log?

Added.
Comment 9 Ulrich Müller gentoo-dev 2014-06-26 12:12:24 UTC
I cannot reproduce the problem.

What version of setfattr is installed on your system? ("/bin/setfattr --version" to find out.)

What happens if you call setfattr manually, like this:
$ touch /var/tmp/conftest.tmp
$ /bin/setfattr -n user.pax.flags /var/tmp/conftest.tmp
Comment 10 silverwerwolf13 2014-06-26 15:07:04 UTC
(In reply to Ulrich Müller from comment #9)
> I cannot reproduce the problem.
> 
> What version of setfattr is installed on your system? ("/bin/setfattr
> --version" to find out.)
> 
> What happens if you call setfattr manually, like this:
> $ touch /var/tmp/conftest.tmp
> $ /bin/setfattr -n user.pax.flags /var/tmp/conftest.tmp

"setfattr 2.4.47"

setfattr seems to lock up in the same way as Emacs.
Comment 11 Ulrich Müller gentoo-dev 2014-06-26 15:51:10 UTC
(In reply to silverwerwolf13 from comment #10)
> setfattr seems to lock up in the same way as Emacs.

What type of filesystem is /var/tmp/ on?
Comment 12 silverwerwolf13 2014-06-26 15:54:09 UTC
(In reply to Ulrich Müller from comment #11)
> (In reply to silverwerwolf13 from comment #10)
> > setfattr seems to lock up in the same way as Emacs.
> 
> What type of filesystem is /var/tmp/ on?

ext3
Comment 13 Ulrich Müller gentoo-dev 2014-06-26 16:54:35 UTC
This doesn't look like a problem in Emacs, therefore reassigning to base-system.
Comment 14 SpanKY gentoo-dev 2014-11-15 08:00:12 UTC
please go into your /var/tmp/portage/ dir and run the same command:
  touch foo
  setfattr -n user.pax.flags foo

if that hangs, then run it through strace:
  strace -f -o log -s 4096 -v setfattr -n user.pax.flags foo

and then attach that log file here