Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96002 - example files from the gturing distribution are missing in the instalation
Summary: example files from the gturing distribution are missing in the instalation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-13 12:22 UTC by corey
Modified: 2005-08-22 19:49 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description corey 2005-06-13 12:22:14 UTC
the file /usr/portage/distfiles/gturing-0.1.1.tar.bz2 contains example ".tur"
files for which to use gturing on.  

$ tar -tvjf /usr/portage/distfiles/gturing-0.1.1.tar.bz2 | grep '\.tur'
tar: Record size = 8 blocks
-rw-r--r-- 500/500         312 1999-01-31 21:10:53
gturing-0.1.1/tapes/3ones2zeroes.tur
-rw-r--r-- 500/500         436 1998-08-12 15:43:06 gturing-0.1.1/tapes/add.tur
-rw-r--r-- 500/500         152 1998-09-28 00:50:56 gturing-0.1.1/tapes/bb3.tur
...etc


However the gturing ebuild does not install the examples.


root@localhost portage # equery files gturing | grep '\.tur'
root@localhost portage #


Reproducible: Always
Steps to Reproduce:
1.emerge -v gturing
2.equery files gturing | grep '\.tur'


Actual Results:  
saw nothing

Expected Results:  
/usr/share/doc/gturing/examples/3ones2zeroes.tur
/usr/share/doc/gturing/examples/add.tur
/usr/share/doc/gturing/examples/bb3.tur
...etc

note: "tapes" may be a bad directory name as those .tur files define the state
descriptions of the turing machines themselvs.

The user needs these files to figure out how to use gturing.


root@localhost portage # emerge info
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5, glibc-2.3.4.20040808-r1,
2.4.22 i686)
=================================================================
System uname: 2.4.22 i686 AMD Athlon(tm) XP 2100+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.2.3-r1,dev-lang/python-2.3.4-r1 [2.3.4
(#1, Mar 26 2005, 01:09:08)]
dev-lang/python:     2.2.3-r1, 2.3.4-r1
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.4.19-r1, 2.4.22-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.1/share/config
/usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config
/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb
/usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 real userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Olivier Fisette (RETIRED) gentoo-dev 2005-08-22 19:49:59 UTC
Examples files are now in CVS. I also added a fix for a GCC 3.4 compilation 
problem. Thanks for reporting.