Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3520 - ispell-3.2.06-r1.ebuild bad DEPEND!!
Summary: ispell-3.2.06-r1.ebuild bad DEPEND!!
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-08 14:17 UTC by Francisco Gimeno
Modified: 2002-06-08 16:48 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 Francisco Gimeno 2002-06-08 14:17:19 UTC
Calculating dependencies ...done!   
>>> emerge app-text/ispell-3.2.06-r1 to /   
>>> md5 ;-) ispell-3.2.06.tar.gz   
>>> Unpacking source...   
>>> Unpacking ispell-3.2.06.tar.gz   
>>> Source unpacked.   
set +vx; \   
for var in BINDIR CC CFLAGS COUNTSUFFIX DEFDICT DEFHASH DEFLANG \   
  HASHSUFFIX INSTALL \   
  LANGUAGES LIBDIR LIBES LINT LINTFLAGS \   
  MAKE_SORTTMP MAN1DIR MAN1EXT MAN4DIR MAN4EXT MASTERHASH \   
  MSGLANG REGLIB STATSUFFIX \   
  TERMLIB YACC \   
  ; do \   
    cat config.X local.h \   
      | sed -n -e "s/^#define[  ]*$var[         ]*"'"'"/$var=/p" \   
      | sed -e 's/".*$/'"'/" -e "s/=/='/" \   
      | tail -1; \   
  done > config.sh; \   
echo 'case "$MAKE_SORTTMP" in "") \   
  SORTTMP="-e /!!SORTTMP!!/s/=.*$/=/";; *) SORTTMP=;; esac' \   
  >> config.sh   
cp config.X config.h   
chmod u+w config.h   
echo '' >> config.h   
echo '/* AUTOMATICALLY-GENERATED SYMBOLS */' >> config.h   
cat local.h config.X \   
  | egrep '^#define[    ]*SIGNAL_TYPE' \   
  | sed -e 's/TYPE[     ]*/TYPE_STRING "/' -e 's/$/"/' -e 1q \   
  >> config.h   
cat local.h config.X \   
  | egrep '^#define[    ]*MASKTYPE' \   
  | sed -e 's/TYPE[     ]*/TYPE_STRING "/' -e 's/$/"/' -e 1q \   
  >> config.h   
+ rm -f msgs.h   
+ ln languages/english/msgs.h msgs.h   
+ gcc -O -c buildhash.c   
+ gcc -O -c hash.c   
+ gcc -O -c makedent.c   
+ bison -y parse.y   
/bin/sh: bison: command not found <===========  
+ gcc -O -c y.tab.c   
gcc: y.tab.c: No existe el fichero o el directorio   
gcc: no hay ficheros de entrada   
+ mv y.tab.o parse.o   
mv: no se puede efectuar `stat' sobre `y.tab.o': No existe el fichero o el   
directorio   
+ rm -f y.tab.c   
   
-----------  
Simple, add bison to the DEPEND var in ebuild. Something with CVS access to the 
portage tree repository?? :] 
 
Slt
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-08 16:48:55 UTC
Thanks for catching that.