Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 120792
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Fabian Groffen <grobian@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Peter Green <pdgreen@dodo.com.au>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
tcsh-6.14.00-dircolors.patch tcsh-6.14.00-dircolors.patch patch Andreas Proschofsky 2006-01-29 02:13 0000 449 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 120792 depends on: Show dependency tree
Bug 120792 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-01-28 22:12 0000
Configure completed
You may now run
/tmp/.var/portage/openoffice-2.0.1/work/ooo-build-2.0.1.2/build/ooa680-m1/bootstrap
in /tmp/.var/portage/openoffice-2.0.1/work/ooo-build-2.0.1.2/build/ooa680-m1
***** WARNINGS ISSUED *****A very clean straight-through build - deferring dep
generation
Verifying environment
Path: 
\'.:/tmp/.var/portage/openoffice-2.0.1/work/ooo-build-2.0.1.2/build/ooa680-m1/solver/680/unxlngi6.pro/bin:/tmp/.var/portage/openoffice-2.0.1/work/ooo-build-2.0.1.2/build/ooa680-m1/solenv/unxlngi6/bin:/tmp/.var/portage/openoffice-2.0.1/work/ooo-build-2.0.1.2/build/ooa680-m1/solenv/bin:/var/tmp/portage/openoffice-2.0.1/work/ooo-build-2.0.1.2/build/bin:/sbin:/usr/sbin:/usr/lib/portage/bin:/bin:/usr/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.4.5:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin:/var/tmp/portage/openoffice-2.0.1/work/ooo-build-2.0.1.2/bin:NO_JAVA_HOME/bin\'
Shell: \'/bin/tcsh\'
Lang:  \'en-US\'
Gcc:
3.4.5
bison (GNU Bison) 2.1
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
flex version 2.5.4
Bootstrapping
Unknown colorls variable `su'.
Unknown colorls variable `su'.
Unknown colorls variable `su'.
make: *** [stamp/build] Error 1

!!! ERROR: app-office/openoffice-2.0.1 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile

!!! Build failed
!!! If you need support, post the topmost build error, and the call stack if
relevant.

------- Comment #1 From Tuan Van (RETIRED) 2006-01-28 23:12:01 0000 -------
I guess this is problem with coreutils-5.93.

tvan@pluto ~
$ tcsh
(pluto:~) tvan% exit
exit
tvan@pluto ~
$ su - tvan
Password:
tvan@pluto ~
$ tcsh
Unknown colorls variable `su'.
tvan@pluto ~

------- Comment #2 From SpanKY 2006-01-28 23:58:22 0000 -------
no, bug in tcsh

latest coreutils adds support for more color things

------- Comment #3 From Andreas Proschofsky 2006-01-29 01:07:08 0000 -------
Re-Assigning, no bug in OOo, see:

http://lists.gnu.org/archive/html/bug-coreutils/2006-01/msg00126.html

for explanation. The only working patch there though IS for coreutils...

Still interesting, that I've never encountered this bug before with OOo

------- Comment #4 From SpanKY 2006-01-29 01:24:25 0000 -------
(In reply to comment #3)
> http://lists.gnu.org/archive/html/bug-coreutils/2006-01/msg00126.html
> for explanation. The only working patch there though IS for coreutils...

did you read the patch ?  it's clearly a hack workaround, it doesnt actually
fix the issue of tcsh doing it wrong

> Still interesting, that I've never encountered this bug before with OOo

it's new to coreutils-5.93 which i just added

------- Comment #5 From Andreas Proschofsky 2006-01-29 01:47:54 0000 -------
(In reply to comment #4)
> it's new to coreutils-5.93 which i just added

Actually I've built OOo a few times already with coreutils-5.93 in the meantime
;) and the problem never did happen here. Just tried again to make sure, worked
fine

------- Comment #6 From Fabian Groffen 2006-01-29 02:00:47 0000 -------
It's not entirely clear to me why this LS_COLOR variable is being filled at
all.  Will try to install the new coreutils on a test box and see what I can
do.

------- Comment #7 From Andreas Proschofsky 2006-01-29 02:13:33 0000 -------
Created an attachment (id=78399) [details]
tcsh-6.14.00-dircolors.patch

This is a patch which tries to solve that problem in tcsh. I've taken this from
debian, applies and builds fine here with this. But as I didn't get that
problem, can't test if it actually solves it.

Reference: http://ftp.port80.se/ubuntu/pool/main/t/tcsh/tcsh_6.14.00-2.diff.gz

------- Comment #8 From Andreas Proschofsky 2006-01-29 02:15:34 0000 -------
This is the corresponding bug report from Debian:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=339034

------- Comment #9 From Fabian Groffen 2006-01-29 03:21:23 0000 -------
ok, I added tcsh-6.14-r3 which includes the debian patch.  Seems to work fine,
indeed accepts newest coreutils' dircolors -c stuff.  Can someone try this out
please?

------- Comment #10 From Andrey Falko 2006-01-29 14:54:51 0000 -------
I encountered the same exact error initially.
I applied the patch to tcsh, and recompiled it (replacing with the debian
patch).

Openoffice is compiling past that point.

------- Comment #11 From Andrey Falko 2006-01-29 14:58:21 0000 -------
Oh boy, what am I doing! I have to go to a reading comprehension class or
something.

I tried out tcsh*-3 (without messing with the ebuild), and openoffice goes past
the point that it stopped at.

It seems however, that the previous patch worked as well.

------- Comment #12 From Fabian Groffen 2006-01-30 00:17:29 0000 -------
what "other" patch are you talking about?  The patch in -r3 is the one attached
to this bug.

------- Comment #13 From Tuan Van (RETIRED) 2006-01-30 08:35:56 0000 -------
confirm tcsh-6.14-r3 works with coreutils-5.93 . should openoffice-2.0.1
DEPENDs on this version of tcsh?

------- Comment #14 From Andreas Proschofsky 2006-01-30 08:57:15 0000 -------
(In reply to comment #13)
> confirm tcsh-6.14-r3 works with coreutils-5.93 . should openoffice-2.0.1
> DEPENDs on this version of tcsh?
> 

Not possible as long as tcsh-6.14-r3 is not marked stable.

------- Comment #15 From Fabian Groffen 2006-01-30 09:05:57 0000 -------
I cannot mark it stable right now, but I think this *should* not be a problem
officially, since coreutils-5.93 is unstable too, so if you have stable
coreutils, then stable tcsh will also work, right?

I close the bug now as fixed for this reason.  Unfortunately we cannot
guarantee a system to run properly with mixed stable/unstable packages.  I hope
to stable tcsh soonish as there is another bug going on that -r3 fixes.

------- Comment #16 From Jakub Moc (RETIRED) 2006-04-18 05:46:31 0000 -------
*** Bug 130325 has been marked as a duplicate of this bug. ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug