-
That works for me with 9.04 on .tar.gz archives, but not for .cpio.gz archives.
This succeeds::
7z x foo.cpio.gz
7z l foo.cpio
This fails:
7z x -so foo.cpio.gz | 7z l -si -tcpio
7-Zip 9.04 beta Copyright (c) 1999-2009 Igor Pavlov 2009-05-30
7-Zip 9.04 beta Copyright (c) 1999-2009 Igor Pavlov 2009-05-30
Processing archive: foo.cpio.gz
Extracting: foo.cpio
Error: Not...
2009-07-23 20:13:03 UTC in 7-Zip
-
Tried:
7z x -so file.tar.gz | 7z l -si dummy
Got error:
Reading archives from stdin is not implemented.
2009-07-22 03:12:41 UTC in 7-Zip
-
$ echo $MANPATH
/home/ben/local/man:/usr/local/share/man:/usr/local/man:/usr/share/man
$ uname -n
habit
$ cat /etc/fedora-release
Fedora release 9 (Sulphur)
$ rpm -q tcl tk rman xorg-x11-server-Xorg
tcl-8.5.2-2.fc9.i386
tk-8.5.2-1.fc9.i386
rman-3.2-8.fc9.i386
xorg-x11-server-Xorg-1.5.0-2.fc9.i386.
2008-11-09 17:19:57 UTC in TkMan
-
A workaround patch is attached. On Fedora 9, TkMan gives the following error.
tab stop "-13" is not at a positive distance
tab stop "-13" is not at a positive distance
while executing
"$t tag configure info -tabs [list 0.3i $rm right]"
(procedure "manManTabSet" line 10)
invoked from within
"manManTabSet .man"
(command bound to event)
2008-11-09 17:12:45 UTC in TkMan
-
$ gcj -o hecl --main=Hecl jars/j2se/Hecl.jar
/tmp/ccXDa4Dl.o: In function `int jline::WindowsTerminal::readCharacter(java::io::InputStream*)':
Hecl.jar:(.text+0x1bad3): undefined reference to `hidden alias for int jline::WindowsTerminal::readByte()'
/tmp/ccXDa4Dl.o: In function `void jline::WindowsTerminal::initializeTerminal()':
Hecl.jar:(.text+0x1bb8f): undefined reference to `hidden alias...
2008-11-01 19:59:50 UTC in Hecl Programming Language
-
If the else block should use xorg-x11-devel then the Fedora version comparison should be inverted. It would save some work to remove the spec file.
2008-11-01 19:57:25 UTC in Tk Toolkit
-
The bottom of the listbox manuals says to see also ttk_listbox, which does not exist in my installation.
2008-09-23 02:28:05 UTC in Tk Toolkit
-
File Added: tk.spec.
2008-09-05 20:04:28 UTC in Tk Toolkit
-
# rpmbuild -ta /usr/src/redhat/SOURCES/tk8.6a2-src.tar.gz
error: Failed build dependencies:
XFree86-devel is needed by tk-8.6a2-2.i386
The above error is discussed at the following document.
https://www.redhat.com/archives/fedora-devel-list/2005-November/msg00277.html
A way to deal with it is discussed at the following document.
http://fedoraproject.org/wiki/DistTag
Attached is a...
2008-09-05 20:04:06 UTC in Tk Toolkit
-
bencollver committed patchset 16213 of module wip to the work-in-progress pkgsrc packages CVS repository, changing 1 files.
2006-10-18 20:37:37 UTC in work-in-progress pkgsrc packages