Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111826 - dev-libs/link-grammar-4.1.3 builds & works on alpha
Summary: dev-libs/link-grammar-4.1.3 builds & works on alpha
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: Alpha Linux
: High enhancement (vote)
Assignee: Alpha Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-07 15:43 UTC by Thomas Cort (RETIRED)
Modified: 2006-03-19 13:52 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 Thomas Cort (RETIRED) gentoo-dev 2005-11-07 15:43:39 UTC
After adding ~alpha keyword to the ebuild and putting it in the portage overlay,
dev-libs/link-grammar-4.1.3 builds cleanly and works on my Digital Personal
Workstation 433au.

Below is the output of the sample parser (using the sentence 'This is a test.'):

# grammar-parse
No dictionary file specified.  Using 4.0.dict.
No affix file specified.  Using 4.0.affix.
No post process knowledge file specified.  Using 4.0.knowledge.
No constituent knowledge file specified.  Using
4.0.constituent-knowledge.
linkparser> This is a test.
++++Time                                          0.00 seconds (0.00
total)
Found 1 linkage (1 had no P.P. violations)
  Unique linkage, cost vector = (UNUSED=0 DIS=0 AND=0 LEN=5)

    +------------Xp------------+
    |              +--Ost--+   |
    +---Wd---+-Ss*b+  +-Ds-+   |
    |        |     |  |    |   |
LEFT-WALL this.p is.v a test.n .

linkparser> exit
Freeing dictionary 4.0.dict
Freeing dictionary 4.0.affix
Good news: no space leaked.

Also tested with sentences from the project's sample page:
http://bobo.link.cs.cmu.edu/link/batch.html

Reproducible: Always
Steps to Reproduce:
1. Added ~alpha to KEYWORDS in link-grammar-4.1.3.ebuild
2. ebuild link-grammar-4.1.3.ebuild digest
3. emerge link-grammar
Actual Results:  
Works as expected.


Portage 2.0.51.22-r3 (default-linux/alpha/2005.0, gcc-3.3.2,
glibc-2.3.4.20041102-r1, 2.6.14-git7 alpha)
=================================================================
System uname: 2.6.14-git7 alpha EV56
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="alpha"
AUTOCLEAN="yes"
CBUILD="alpha-unknown-linux-gnu"
CFLAGS="-mieee -O3 -mcpu=ev4"
CHOST="alpha-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mieee -O3 -mcpu=ev4"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks maketest sandbox sfperms strict
test"
GENTOO_MIRRORS="ftp://cs.ubishops.ca/pub/gentoo
http://mirror.arcticnetwork.ca/pub/gentoo/ http://adelie.polymtl.ca/
http://gentoo.cites.uiuc.edu/pub/gentoo/ ftp://gentoo.arcticnetwork.ca/pub/gentoo/"
LDFLAGS="-Wl,-O1"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.ca.gentoo.org/gentoo-portage"
USE="alpha X apache2 arts berkdb bitmap-fonts crypt cups curl eds encode esd fam
font-server foomatic foomaticdb gd gdbm gif gnome gpm gstreamer gtk gtk2 imlib
jabber jpeg kde libg++ libwww mad mikmod motif mozilla mp3 mpeg mysql ncurses
nls nptl nptlonly ogg oggvorbis opengl oss pam pdflib perl png postgres python
qt quicktime readline sdl spell ssl tcpd tiff truetype truetype-fonts
type1-fonts udev vorbis xml2 xmms xv zlib linguas_en userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL
Comment 1 Fernando J. Pereda (RETIRED) gentoo-dev 2006-03-19 13:52:48 UTC
Done, thanks.