Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2003 11:17:04 +0300
From:      Juriy Goloveshkin <j@gu.ru>
To:        freebsd-current@FreeBSD.org
Subject:   ports problem with 5.0-RELEASE -> CURRENT
Message-ID:  <20030318081704.GA4883@hjugo.aviaport.ru>

next in thread | raw e-mail | index | archive | help
Hello,

I have a strange problem with ports in 5.0-RELEASE system with cvsup to CURRENT.
make cannot find some targets while building any package.

root@hjugo:/usr/ports/russian/d1489# make package
===>  Extracting for ru-d1489-1.5
>> Checksum OK for d1489-1.5.tgz.
===>  Patching for ru-d1489-1.5
===>  Configuring for ru-d1489-1.5
===>  Building for ru-d1489-1.5
===>  Installing for ru-d1489-1.5
[skip]
===>   Generating temporary packing list
===>   Registering installation for ru-d1489-1.5
make: don't know how to make package-depends. Stop
===>  Building package for ru-d1489-1.5
make: don't know how to make package-depends. Stop
Creating package /usr/ports/russian/d1489/ru-d1489-1.5.tbz
Registering depends:.
Creating bzip'd tar ball in '/usr/ports/russian/d1489/ru-d1489-1.5.tbz'

make package-depends alone works fine.

I cannot repeat this with systems, which long time works with CURRENT, only with fresh 5.0-RELEASE.

What can be wrong???

make -d l package:

root@hjugo:/usr/ports/russian/d1489# make -d l package
true
true
true
true
if [ -f /usr/ports/russian/d1489/scripts/pre-fetch ]; then  cd /usr/ports/russia
n/d1489 && /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM="install  -s -o ro
ot -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BSD_
INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o ro
ot -g wheel -m 444" CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/distfiles
  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work/d148
9-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian/d148
9/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPENDS="
"  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/ports
/russian/d1489/scripts/pre-fetch;  fi
/bin/mkdir -p /usr/ports/distfiles/
(cd /usr/ports/distfiles/;  _MASTER_SITES_DEFAULT="http://koi8.pp.ru/dist/" ;  f
or _file in d1489-1.5.tgz; do  file=`echo $_file | /usr/bin/sed -E -e 's/:[^:]+$
//'` ;  select=`echo ${_file#${file}} | /usr/bin/sed -e 's/^://' -e 's/,/ /g'` ;
  if [ ! -f $file -a ! -f `/usr/bin/basename $file` ]; then  if [ -L $file -o -L
 `/usr/bin/basename $file` ]; then  echo ">> /usr/ports/distfiles//$file is a br
oken symlink.";  echo ">> Perhaps a filesystem (most likely a CD) isn't mounted?
";  echo ">> Please correct this problem and try again.";  exit 1;  fi ;  if [ -
f /usr/ports/russian/d1489/distinfo -a "x" = "x" ]; then  if ! /usr/bin/grep -q
"^MD5 (.*$file)" /usr/ports/russian/d1489/distinfo; then  echo ">> $file is not
in /usr/ports/russian/d1489/distinfo.";  echo ">> Either /usr/ports/russian/d148
9/distinfo is out of date, or";  echo ">> $file is spelled incorrectly.";  exit
1;  fi;  fi;  echo ">> $file doesn't seem to exist in /usr/ports/distfiles/.";
if [ ! -w /usr/ports/distfiles ]; then  echo ">> /usr/ports/distfiles is not wri
table by you; cannot fetch.";  exit 1;  fi;  if [ ! -z "$select" ] ; then  __MAS
TER_SITES_TMP= ;  for group in $select; do  if [ ! -z \${_MASTER_SITES_${group}}
 ] ; then  eval ___MASTER_SITES_TMP="\${_MASTER_SITES_${group}}" ;  __MASTER_SIT
ES_TMP="${__MASTER_SITES_TMP} ${___MASTER_SITES_TMP}" ;  fi  done;  ___MASTER_SI
TES_TMP= ;  SORTED_MASTER_SITES_CMD_TMP="echo  `echo ${__MASTER_SITES_TMP} | /us
r/bin/awk 'BEGIN { RS = " "; ORS = " "; IGNORECASE = 1 ; gl = "://[^/]*/"; } /:\
\/\\/[^\\/]*\\// { good["://[^/]*/"] = good["://[^/]*/"] " " $0 ; next; } { rest
 = rest " " $0; } END { n=split(gl, gla); for(i=1;i<=n;i++) { print good[gla[i]]
; } print rest; }'` ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/" ;  else
 SORTED_MASTER_SITES_CMD_TMP="cd /usr/ports/russian/d1489 && make 'CKSUMFILES+=d
1489-1.5.tgz' master-sites-DEFAULT" ;  fi ;  for site in `eval $SORTED_MASTER_SI
TES_CMD_TMP`; do  echo ">> Attempting to fetch from ${site}.";  DIR=;  CKSIZE=`/
usr/bin/grep "^SIZE (${DIR:+$DIR/}$file)" /usr/ports/russian/d1489/distinfo | /u
sr/bin/awk '{print $4}'`;  case ${file} in  */*)        /bin/mkdir -p ${file%/*}
;  args="-o ${file} ${site}${file}";;  *)               args=${site}${file};;  e
sac;  if /usr/bin/env  /usr/bin/fetch -A  ${args} ; then  continue 2;  fi  done;
  echo ">> Couldn't fetch it - please try to retrieve this"; echo ">> port manua
lly into /usr/ports/distfiles/ and try again.";  exit 1;  fi  done)
true
if [ -f /usr/ports/russian/d1489/scripts/post-fetch ]; then  cd /usr/ports/russi
an/d1489 && /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM="install  -s -o r
oot -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BSD
_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o r
oot -g wheel -m 444" CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/distfile
s  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work/d14
89-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian/d14
89/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPENDS=
""  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/port
s/russian/d1489/scripts/post-fetch;  fi
echo "===>  Extracting for ru-d1489-1.5"
===>  Extracting for ru-d1489-1.5
if [ ! -f /usr/ports/russian/d1489/distinfo ]; then  echo ">> No MD5 checksum fi
le.";  else  (cd /usr/ports/distfiles; OK="true";  for file in d1489-1.5.tgz ; d
o  CKSUM=`/sbin/md5 < $file`;  CKSUM2=`/usr/bin/grep "^MD5 ($file)" /usr/ports/r
ussian/d1489/distinfo | /usr/bin/awk '{print $4}'`;  if [ "$CKSUM2" = "" ]; then
  echo ">> No checksum recorded for $file.";  OK="false";  elif [ "$CKSUM2" = "I
GNORE" ]; then  echo ">> Checksum for $file is set to IGNORE in distinfo file ev
en though";  echo "   the file is not in the "'$'"{IGNOREFILES} list.";  OK="fal
se";  elif /bin/expr "$CKSUM2" : ".*$CKSUM" > /dev/null; then  echo ">> Checksum
 OK for $file.";  else  echo ">> Checksum mismatch for $file.";  OK="false";  fi
;  done;  for file in ; do  CKSUM2=`/usr/bin/grep "($file)" /usr/ports/russian/d
1489/distinfo | /usr/bin/awk '{print $4}'`;  if [ "$CKSUM2" = "" ]; then  echo "
>> No checksum recorded for $file, file is in "'$'"{IGNOREFILES} list.";  OK="fa
lse";  elif [ "$CKSUM2" != "IGNORE" ]; then  echo ">> Checksum for $file is not
set to IGNORE in distinfo file even though";  echo "   the file is in the "'$'"{
IGNOREFILES} list.";  OK="false";  fi;  done;  if [ "$OK" != "true" ]; then  ech
o "Make sure the Makefile and distinfo file (/usr/ports/russian/d1489/distinfo)"
;  echo "are up to date.  If you are absolutely sure you want to override this";
  echo "check, type \"make NO_CHECKSUM=yes [other args]\".";  exit 1;  fi) ;  fi

>> Checksum OK for d1489-1.5.tgz.
true
true
if [ -f /usr/ports/russian/d1489/scripts/pre-extract ]; then  cd /usr/ports/russ
ian/d1489 && /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM="install  -s -o
root -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BS
D_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o
root -g wheel -m 444" CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/distfil
es  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work/d1
489-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian/d1
489/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPENDS
=""  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/por
ts/russian/d1489/scripts/pre-extract;  fi
/bin/rm -rf /usr/ports/russian/d1489/work
/bin/mkdir -p /usr/ports/russian/d1489/work
for file in d1489-1.5.tgz; do  if ! (cd /usr/ports/russian/d1489/work && /usr/bi
n/gzip -nf -9 -dc /usr/ports/distfiles//$file | /usr/bin/tar -xf -); then  exit
1;  fi  done
if [ `id -u` = 0 ]; then  /bin/chmod -R ug-s /usr/ports/russian/d1489/work;  /us
r/sbin/chown -R 0:0 /usr/ports/russian/d1489/work;  fi
true
if [ -f /usr/ports/russian/d1489/scripts/post-extract ]; then  cd /usr/ports/rus
sian/d1489 && /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM="install  -s -o
 root -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  B
SD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o
 root -g wheel -m 444" CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/distfi
les  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work/d
1489-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian/d
1489/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPEND
S=""  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/po
rts/russian/d1489/scripts/post-extract;  fi
/usr/bin/touch -f /usr/ports/russian/d1489/work/.extract_done.ru-d1489-1.5
echo "===>  Patching for ru-d1489-1.5"
===>  Patching for ru-d1489-1.5
true
true
if [ -f /usr/ports/russian/d1489/scripts/pre-patch ]; then  cd /usr/ports/russia
n/d1489 && /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM="install  -s -o ro
ot -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BSD_
INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o ro
ot -g wheel -m 444" CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/distfiles
  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work/d148
9-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian/d148
9/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPENDS="
"  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/ports
/russian/d1489/scripts/pre-patch;  fi
if [ -d /usr/ports/russian/d1489/files ]; then  if [ "`echo /usr/ports/russian/d
1489/files/patch-*`" != "/usr/ports/russian/d1489/files/patch-*" ]; then  echo "
===>  Applying FreeBSD patches for ru-d1489-1.5" ;  PATCHES_APPLIED="" ;  for i
in /usr/ports/russian/d1489/files/patch-*; do  case $i in  *.orig|*.rej|*~|*,v)
 echo "===>   Ignoring patchfile $i" ;  ;;  *)  if [ no = yes ]; then  echo "===
>   Applying FreeBSD patch $i" ;  fi;  if /usr/bin/patch -d /usr/ports/russian/d
1489/work/d1489-1.5 --forward --quiet -E -p0 -b .orig < $i ; then  PATCHES_APPLI
ED="$PATCHES_APPLIED $i" ;  else  echo `echo ">> Patch $i failed to apply cleanl
y." | /usr/bin/sed "s|/usr/ports/russian/d1489/files/||"` ;  if [ x"$PATCHES_APP
LIED" != x"" ]; then  echo `echo ">> Patch(es) $PATCHES_APPLIED applied cleanly.
" | /usr/bin/sed "s|/usr/ports/russian/d1489/files/||g"` ;  fi;  false ;  fi;  ;
;  esac;  done;  fi;  fi
true
if [ -f /usr/ports/russian/d1489/scripts/post-patch ]; then  cd /usr/ports/russi
an/d1489 && /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM="install  -s -o r
oot -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BSD
_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o r
oot -g wheel -m 444" CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/distfile
s  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work/d14
89-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian/d14
89/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPENDS=
""  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/port
s/russian/d1489/scripts/post-patch;  fi
/usr/bin/touch -f /usr/ports/russian/d1489/work/.patch_done.ru-d1489-1.5
echo "===>  Configuring for ru-d1489-1.5"
===>  Configuring for ru-d1489-1.5
true
true
true
true
if [ -f /usr/ports/russian/d1489/scripts/pre-configure ]; then  cd /usr/ports/ru
ssian/d1489 && /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM="install  -s -
o root -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"
BSD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -
o root -g wheel -m 444" CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/distf
iles  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work/
d1489-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian/
d1489/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPEN
DS=""  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/p
orts/russian/d1489/scripts/pre-configure;  fi
if [ -f /usr/ports/russian/d1489/scripts/configure ]; then  cd /usr/ports/russia
n/d1489 && /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM="install  -s -o ro
ot -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BSD_
INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o ro
ot -g wheel -m 444" CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/distfiles
  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work/d148
9-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian/d148
9/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPENDS="
"  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/ports
/russian/d1489/scripts/configure;  fi
true
if [ -f /usr/ports/russian/d1489/scripts/post-configure ]; then  cd /usr/ports/r
ussian/d1489 && /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM="install  -s
-o root -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"
 BSD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install
-o root -g wheel -m 444" CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/dist
files  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work
/d1489-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian
/d1489/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPE
NDS=""  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/
ports/russian/d1489/scripts/post-configure;  fi
/usr/bin/touch -f /usr/ports/russian/d1489/work/.configure_done.ru-d1489-1.5
echo "===>  Building for ru-d1489-1.5"
===>  Building for ru-d1489-1.5
true
if [ -f /usr/ports/russian/d1489/scripts/pre-build ]; then  cd /usr/ports/russia
n/d1489 && /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM="install  -s -o ro
ot -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BSD_
INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o ro
ot -g wheel -m 444" CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/distfiles
  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work/d148
9-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian/d148
9/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPENDS="
"  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/ports
/russian/d1489/scripts/pre-build;  fi
(cd /usr/ports/russian/d1489/work/d1489-1.5; /usr/bin/env SHELL=/bin/sh PORTOBJF
ORMAT=elf PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 MOTIFLIB="-L
/usr/X11R6/lib -lXm -lXp" LIBDIR="/usr/lib" CFLAGS="-O -pipe -mcpu=pentiumpro" C
XXFLAGS=" -O -pipe -mcpu=pentiumpro" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM=
"install  -s -o root -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g w
heel -m 555"  BSD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_M
AN="install  -o root -g wheel -m 444" make -f Makefile  all)
true
if [ -f /usr/ports/russian/d1489/scripts/post-build ]; then  cd /usr/ports/russi
an/d1489 && /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM="install  -s -o r
oot -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BSD
_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o r
oot -g wheel -m 444" CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/distfile
s  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work/d14
89-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian/d14
89/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPENDS=
""  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/port
s/russian/d1489/scripts/post-build;  fi
/usr/bin/touch -f /usr/ports/russian/d1489/work/.build_done.ru-d1489-1.5
echo "===>  Installing for ru-d1489-1.5"
===>  Installing for ru-d1489-1.5
if echo accessibility afterstep archivers astro audio  benchmarks biology cad ch
inese comms converters databases  deskutils devel editors elisp emulators financ
e french ftp  games german gnome graphics haskell hebrew hungarian  ipv6 irc jap
anese java kde korean lang linux  mail math mbone misc multimedia net news  offi
x palm parallel perl5 picobsd plan9 portuguese print python  ruby russian  scien
ce security shells sysutils  tcl76 tcl80 tcl81 tcl82 tcl83 textproc  tk42 tk80 t
k82 tk83 tkstep80  ukrainian vietnamese windowmaker www  x11 x11-clocks x11-fm x
11-fonts x11-servers x11-toolkits x11-wm zope | /usr/bin/grep -wq russian; then
 true;  else  echo "ru-d1489-1.5: category russian not in list of valid categori
es.";  false;  fi
if echo accessibility afterstep archivers astro audio  benchmarks biology cad ch
inese comms converters databases  deskutils devel editors elisp emulators financ
e french ftp  games german gnome graphics haskell hebrew hungarian  ipv6 irc jap
anese java kde korean lang linux  mail math mbone misc multimedia net news  offi
x palm parallel perl5 picobsd plan9 portuguese print python  ruby russian  scien
ce security shells sysutils  tcl76 tcl80 tcl81 tcl82 tcl83 textproc  tk42 tk80 t
k82 tk83 tkstep80  ukrainian vietnamese windowmaker www  x11 x11-clocks x11-fm x
11-fonts x11-servers x11-toolkits x11-wm zope | /usr/bin/grep -wq converters; th
en  true;  else  echo "ru-d1489-1.5: category converters not in list of valid ca
tegories.";  false;  fi
if [ -d /var/db/pkg/ru-d1489-1.5 ]; then  echo "===>  ru-d1489-1.5 is already in
stalled - perhaps an older version?";  echo "      If so, you may wish to \`\`ma
ke deinstall'' and install";  echo "      this port again by \`\`make reinstall'
' to upgrade it properly.";  echo "      If you really wish to overwrite the old
 port of ru-d1489-1.5";  echo "      without deleting it first, set the variable
 \"FORCE_PKG_REGISTER\"";  echo "      in your environment or the \"make install
\" command line.";  exit 1;  fi
if [ `/bin/sh -c umask` != 0022 ]; then  echo "===>  Warning: your umask is \"`/
bin/sh -c umask`"\".;  echo "      If this is not desired, set it to an appropri
ate value";  echo "      and install this port again by \`\`make reinstall''.";
 fi
true
/bin/mkdir -p /usr/local
if [ `id -u` != 0 ]; then  if [ -w /usr/local/ ]; then  echo "Warning: not super
user, you may get some errors during installation.";  else  echo "Error: /usr/lo
cal/ not writable.";  false;  fi;  fi
if [ `id -u` = 0 ]; then  if [ ! -f /etc/mtree/BSD.local.dist ]; then  echo "Err
or: mtree file \"/etc/mtree/BSD.local.dist\" is missing.";  echo "Copy it from a
 suitable location (e.g., /usr/src/etc/mtree) and try again.";  exit 1;  else  /
usr/sbin/mtree -U  -f /etc/mtree/BSD.local.dist -d -e -p /usr/local/ >/dev/null;
  fi;  else  echo "Warning: not superuser, can't run mtree.";  echo "You may wan
t to become root and try again to ensure correct permissions.";  fi
true
if [ -f /usr/ports/russian/d1489/scripts/pre-install ]; then  cd /usr/ports/russ
ian/d1489 && /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM="install  -s -o
root -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BS
D_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o
root -g wheel -m 444" CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/distfil
es  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work/d1
489-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian/d1
489/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPENDS
=""  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/por
ts/russian/d1489/scripts/pre-install;  fi
(cd /usr/ports/russian/d1489/work/d1489-1.5 && /usr/bin/env SHELL=/bin/sh PORTOB
JFORMAT=elf PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 MOTIFLIB="
-L/usr/X11R6/lib -lXm -lXp" LIBDIR="/usr/lib" CFLAGS="-O -pipe -mcpu=pentiumpro"
 CXXFLAGS=" -O -pipe -mcpu=pentiumpro" MANPREFIX="/usr/local" BSD_INSTALL_PROGRA
M="install  -s -o root -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g
 wheel -m 555"  BSD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL
_MAN="install  -o root -g wheel -m 444" make -f Makefile  install)
cp todos /usr/local/bin
rm /usr/local/bin/fromdos
rm: /usr/local/bin/fromdos: No such file or directory
*** Error code 1 (ignored)
rm /usr/local/bin/fromwin
rm: /usr/local/bin/fromwin: No such file or directory
*** Error code 1 (ignored)
rm /usr/local/bin/towin
rm: /usr/local/bin/towin: No such file or directory
*** Error code 1 (ignored)
ln /usr/local/bin/todos /usr/local/bin/fromdos
ln /usr/local/bin/todos /usr/local/bin/fromwin
ln /usr/local/bin/todos /usr/local/bin/towin
cp a2kfcnv /usr/local/bin
echo "===>   Generating temporary packing list"
===>   Generating temporary packing list
/bin/mkdir -p `dirname /usr/ports/russian/d1489/work/.PLIST.mktmp`
if [ ! -f /usr/ports/russian/d1489/pkg-plist -o ! -f /usr/ports/russian/d1489/pk
g-descr ]; then echo "** Missing package files for ru-d1489-1.5."; exit 1; fi
>/usr/ports/russian/d1489/work/.PLIST.mktmp
for man in ; do  echo ${man} >> /usr/ports/russian/d1489/work/.PLIST.mktmp;  don
e
for i in $(echo   ' ' | /usr/bin/sed -E -e 's,man([1-9ln])/([^/ ]+) ,cat\1/\2 ,g
'); do  echo "@unexec rm -f %D/${i%.gz} %D/${i%.gz}.gz" >> /usr/ports/russian/d1
489/work/.PLIST.mktmp;  done
/usr/bin/sed -e s!%%OSREL%%!5.0!g -e s!%%PREFIX%%!%D!g -e s!%%LOCALBASE%%!/usr/l
ocal!g -e s!%%X11BASE%%!/usr/X11R6!g -e s!%%PORTDOCS%%!""!g -e s!%%PORTOBJFORMAT
%%!elf!g -e s!%%XAWVER%%!7!g -e s!%%PERL_VERSION%%!5.6.1!g -e s!%%PERL_VER%%!5.6
.1!g -e s!%%PERL_ARCH%%!mach!g -e s!%%SITE_PERL%%!lib/perl5/site_perl/5.6.1!g -e
 s!%%DOCSDIR%%!"share/doc/d1489"!g -e s!%%EXAMPLESDIR%%!"share/examples/d1489"!g
 -e s!%%DATADIR%%!"share/d1489"!g /usr/ports/russian/d1489/pkg-plist >> /usr/por
ts/russian/d1489/work/.PLIST.mktmp
echo "@unexec if [ -f %D/info/dir ]; then if sed -e '1,/Menu:/d' %D/info/dir | g
rep -q '^[*] '; then true; else rm %D/info/dir; fi; fi" >> /usr/ports/russian/d1
489/work/.PLIST.mktmp
/usr/bin/sed -e 's,\(/lib.*\.so\.[0-9]*\)\.[0-9]*$,\1,' /usr/ports/russian/d1489
/work/.PLIST.mktmp > /usr/ports/russian/d1489/work/.PLIST.mktmp.tmp
/bin/mv -f /usr/ports/russian/d1489/work/.PLIST.mktmp.tmp /usr/ports/russian/d14
89/work/.PLIST.mktmp
true
if [ -f /usr/ports/russian/d1489/scripts/post-install ]; then  cd /usr/ports/rus
sian/d1489 && /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM="install  -s -o
 root -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  B
SD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o
 root -g wheel -m 444" CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/distfi
les  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work/d
1489-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian/d
1489/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPEND
S=""  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/po
rts/russian/d1489/scripts/post-install;  fi
true
true
/bin/rm -Rf /usr/ports/russian/d1489/work/.comment.ru-d1489-1.5 && /bin/mkdir -p
 /usr/ports/russian/d1489/work && echo Cp866\<-\>koi8-r\ and\ cp1251\<-\>koi8-r\
 decoders\ and\ font\ converter\ acc.\ to\ RFC1489 > /usr/ports/russian/d1489/wo
rk/.comment.ru-d1489-1.5
if [ ! -d /var/db/pkg ]; then /bin/rm -f /var/db/pkg; /bin/mkdir -p /var/db/pkg;
 fi
/bin/rm -f /tmp/ru-d1489-1.5-required-by
if [ ! -d /var/db/pkg/ru-d1489-1.5 ]; then  echo "===>   Registering installatio
n for ru-d1489-1.5";  /bin/mkdir -p /var/db/pkg/ru-d1489-1.5;  /usr/sbin/pkg_cre
ate -v -c /usr/ports/russian/d1489/work/.comment.ru-d1489-1.5 -d /usr/ports/russ
ian/d1489/pkg-descr -f /usr/ports/russian/d1489/work/.PLIST.mktmp -p /usr/local
-P "`make package-depends | /usr/bin/grep -v -E 'this_port_does_not_exist' | sor
t -u`"  -m /etc/mtree/BSD.local.dist -o russian/d1489 -O /usr/ports/russian/d148
9/ru-d1489-1.5.tbz > /var/db/pkg/ru-d1489-1.5/+CONTENTS;  /bin/cp /usr/ports/rus
sian/d1489/pkg-descr /var/db/pkg/ru-d1489-1.5/+DESC;  /bin/cp /usr/ports/russian
/d1489/work/.comment.ru-d1489-1.5 /var/db/pkg/ru-d1489-1.5/+COMMENT;  if [ -f /u
sr/ports/russian/d1489/pkg-install ]; then  /bin/cp /usr/ports/russian/d1489/pkg
-install /var/db/pkg/ru-d1489-1.5/+INSTALL;  fi;  if [ -f /usr/ports/russian/d14
89/pkg-deinstall ]; then  /bin/cp /usr/ports/russian/d1489/pkg-deinstall /var/db
/pkg/ru-d1489-1.5/+DEINSTALL;  fi;  if [ -f /usr/ports/russian/d1489/pkg-req ];
then  /bin/cp /usr/ports/russian/d1489/pkg-req /var/db/pkg/ru-d1489-1.5/+REQUIRE
;  fi;  if [ -f /usr/ports/russian/d1489/pkg-message ]; then  /bin/cp /usr/ports
/russian/d1489/pkg-message /var/db/pkg/ru-d1489-1.5/+DISPLAY;  fi;  for dep in `
/usr/sbin/pkg_info -qf ru-d1489-1.5 | /usr/bin/grep -w ^@pkgdep | /usr/bin/awk '
{print $2}' | sort -u`; do  if [ -d /var/db/pkg/$dep -a -z `echo $dep | /usr/bin
/grep -E 'this_port_does_not_exist'` ]; then  if ! /usr/bin/grep ^ru-d1489-1.5$
/var/db/pkg/$dep/+REQUIRED_BY  >/dev/null 2>&1; then  echo ru-d1489-1.5 >> /var/
db/pkg/$dep/+REQUIRED_BY;  fi;  fi;  done;  fi
===>   Registering installation for ru-d1489-1.5
make: don't know how to make package-depends. Stop
if [ -f /etc/mtree/BSD.local.dist ]; then  /bin/cp /etc/mtree/BSD.local.dist /va
r/db/pkg/ru-d1489-1.5/+MTREE_DIRS;  fi
if [ -e /tmp/ru-d1489-1.5-required-by ]; then  /bin/cat /tmp/ru-d1489-1.5-requir
ed-by >> /var/db/pkg/ru-d1489-1.5/+REQUIRED_BY;  /bin/rm -f /tmp/ru-d1489-1.5-re
quired-by;  fi
rm -f /usr/ports/russian/d1489/work/.PLIST.setuid /usr/ports/russian/d1489/work/
.PLIST.stupid  /usr/ports/russian/d1489/work/.PLIST.network;  if [ -n "$PORTS_AU
DIT" ]; then  stupid_functions_regexp=' (gets|mktemp|tempnam|tmpnam|strcpy|strca
t|sprintf)$';  else  stupid_functions_regexp=' (gets|mktemp|tempnam|tmpnam)$';
fi;  for i in `/usr/bin/grep -v '^@' /usr/ports/russian/d1489/work/.PLIST.mktmp`
; do  if [ ! -L "/usr/local/$i" -a -f "/usr/local/$i" ]; then  /usr/bin/objdump
-R /usr/local/$i >  /usr/ports/russian/d1489/work/.PLIST.objdump 2> /dev/null;
if [ -s /usr/ports/russian/d1489/work/.PLIST.objdump ] ; then  /usr/bin/egrep "
$stupid_functions_regexp"  /usr/ports/russian/d1489/work/.PLIST.objdump | awk '{
print " " $3}' | tr -d '\n'  > /usr/ports/russian/d1489/work/.PLIST.stupid;  if
[ -n "`/usr/bin/egrep ' (accept|recvfrom)$' /usr/ports/russian/d1489/work/.PLIST
.objdump`" ] ; then  if [ -s /usr/ports/russian/d1489/work/.PLIST.stupid ]; then
  echo -n "/usr/local/$i (USES POSSIBLY INSECURE FUNCTIONS:" >> /usr/ports/russi
an/d1489/work/.PLIST.network;  cat /usr/ports/russian/d1489/work/.PLIST.stupid >
> /usr/ports/russian/d1489/work/.PLIST.network;  echo ")" >> /usr/ports/russian/
d1489/work/.PLIST.network;  else  echo /usr/local/$i >> /usr/ports/russian/d1489
/work/.PLIST.network;  fi;  fi;  fi;  if [ -n "`/usr/bin/find /usr/local/$i -pru
ne \( -perm -4000 -o -perm -2000 \) \( -perm -0010 -o -perm -0001 \) 2>/dev/null
`" ]; then  if [ -s /usr/ports/russian/d1489/work/.PLIST.stupid ]; then  echo -n
 "/usr/local/$i (USES POSSIBLY INSECURE FUNCTIONS:" >> /usr/ports/russian/d1489/
work/.PLIST.setuid;  cat /usr/ports/russian/d1489/work/.PLIST.stupid >> /usr/por
ts/russian/d1489/work/.PLIST.setuid;  echo ")" >> /usr/ports/russian/d1489/work/
.PLIST.setuid;  else  echo /usr/local/$i >> /usr/ports/russian/d1489/work/.PLIST
.setuid;  fi;  fi;  fi;  done;  /usr/bin/grep '^etc/rc.d/' /usr/ports/russian/d1
489/work/.PLIST.mktmp > /usr/ports/russian/d1489/work/.PLIST.startup;  if [ -s /
usr/ports/russian/d1489/work/.PLIST.setuid -o -s /usr/ports/russian/d1489/work/.
PLIST.network ]; then  if [ -n "$PORTS_AUDIT" ]; then  echo "===>  SECURITY REPO
RT (PARANOID MODE): ";  else  echo "===>  SECURITY REPORT: ";  fi;  if [ -s /usr
/ports/russian/d1489/work/.PLIST.setuid ] ; then  echo "      This port has inst
alled the following binaries which execute with";  echo "      increased privile
ges.";  /bin/cat /usr/ports/russian/d1489/work/.PLIST.setuid;  echo;  fi;  if [
-s /usr/ports/russian/d1489/work/.PLIST.network ] ; then  echo "      This port
has installed the following files which may act as network";  echo "      server
s and may therefore pose a remote security risk to the system.";  /bin/cat /usr/
ports/russian/d1489/work/.PLIST.network;  echo;  if [ -s /usr/ports/russian/d148
9/work/.PLIST.startup ] ; then  echo "      This port has installed the followin
g startup scripts which may cause";  echo "      these network services to be st
arted at boot time.";  /usr/bin/sed s,^,/usr/local/, < /usr/ports/russian/d1489/
work/.PLIST.startup;  echo;  fi;  fi;  echo "      If there are vulnerabilities
in these programs there may be a security";  echo "      risk to the system. Fre
eBSD makes no guarantee about the security of";  echo "      ports included in t
he Ports Collection. Please type 'make deinstall'";  echo "      to deinstall th
e port if this is a concern.";  if [ ! -z "`make www-site`" ]; then  echo;  echo
 "      For more information, and contact details about the security";  echo "
    status of this software, see the following webpage: ";  make www-site;  fi;
 fi
/usr/bin/touch -f /usr/ports/russian/d1489/work/.install_done.ru-d1489-1.5
echo "===>  Building package for ru-d1489-1.5"
===>  Building package for ru-d1489-1.5
true
if [ -f /usr/ports/russian/d1489/scripts/pre-package ]; then  cd /usr/ports/russ
ian/d1489 && /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM="install  -s -o
root -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BS
D_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o
root -g wheel -m 444" CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/distfil
es  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work/d1
489-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian/d1
489/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPENDS
=""  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/por
ts/russian/d1489/scripts/pre-package;  fi
if [ -d /packages ]; then  if [ ! -d /packages/All ]; then  if ! /bin/mkdir -p /
packages/All; then  echo ">> Can't create directory /packages/All.";  exit 1;  f
i;  fi;  fi
__softMAKEFLAGS=''\''CKSUMFILES+=d1489-1.5.tgz'\''';  if /usr/sbin/pkg_create -v
 -c /usr/ports/russian/d1489/work/.comment.ru-d1489-1.5 -d /usr/ports/russian/d1
489/pkg-descr -f /usr/ports/russian/d1489/work/.PLIST.mktmp -p /usr/local -P "`m
ake package-depends | /usr/bin/grep -v -E 'this_port_does_not_exist' | sort -u`"
  -m /etc/mtree/BSD.local.dist -o russian/d1489 /usr/ports/russian/d1489/ru-d148
9-1.5.tbz; then  if [ -d /packages ]; then  eval make ${__softMAKEFLAGS} package
-links;  fi;  else  eval make ${__softMAKEFLAGS} delete-package;  exit 1;  fi
make: don't know how to make package-depends. Stop
Creating package /usr/ports/russian/d1489/ru-d1489-1.5.tbz
Registering depends:.
Creating bzip'd tar ball in '/usr/ports/russian/d1489/ru-d1489-1.5.tbz'
if [ -f /usr/ports/russian/d1489/scripts/post-package ]; then  cd /usr/ports/rus
sian/d1489 && /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM="install  -s -o
 root -g wheel -m 555"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  B
SD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o
 root -g wheel -m 444" CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/distfi
les  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work/d
1489-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian/d
1489/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPEND
S=""  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/po
rts/russian/d1489/scripts/post-package;  fi
/usr/bin/touch -f /usr/ports/russian/d1489/work/.package_done.ru-d1489-1.5


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030318081704.GA4883>