Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101839 - dev-util/cogito-0.13 fails to emerge
Summary: dev-util/cogito-0.13 fails to emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Carlos Silva (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-09 04:15 UTC by Peter `MathFox' Roozemaal
Modified: 2005-08-09 12:38 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 Peter `MathFox' Roozemaal 2005-08-09 04:15:28 UTC
Make gives the error message:

asciidoc -b xhtml11 -d manpage -f asciidoc.conf cogito.txt
make: *** No rule to make target `git.html', needed by `html'.  Stop.

emerge info
Portage 2.0.51.22-r2 (default-linux/amd64/2004.3, gcc-3.4.3, glibc-2.3.5-r0,
2.6.11-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.11-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
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.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr//lib/mozilla/defaults/pref /usr/kde/2/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.4/env /usr/kde/3.4/share/config
/usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /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"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.nedlinux.nl http://ftp.easynet.nl/mirror/gentoo/
http://gentoo.mirror.sdv.fr http://gentoo.math.bme.hu"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa ansi arts avi berkdb bitmap-fonts bonobo cdr clisp crypt cups
curl doc dvd dvdr eds encode esd fam flac foomaticdb fortran gcl gd gdbm gif
gnome gpm gstreamer gtk gtk2 gtkhtml guile imagemagick imlib ipv6 java jpeg kde
ldap libwww lm-sensors lzw lzw-tiff mad mikmod motif mozilla mp3 mpeg mysql
ncurses nls ogg oggvorbis opengl pam pda pdflib perl png postgres python qt
quicktime readline ruby samba sdl speex spell ssl tcltk tcpd tetex tiff
truetype-fonts type1-fonts unicode usb userlocales vorbis xine xml xml2 xmms xpm
xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Carlos Silva (RETIRED) gentoo-dev 2005-08-09 05:08:27 UTC
i already found the problem (i always forget to test the doc use flag :S )
i'm working on it...
Comment 2 Carlos Silva (RETIRED) gentoo-dev 2005-08-09 07:27:07 UTC
ok, it's fixed now.... in 2 hours or so, sync again and it will work :)
Comment 3 Peter `MathFox' Roozemaal 2005-08-09 07:40:34 UTC
Thanks!

One tip from a seasoned programmer: Make a "runtest" script that performs all
the checks that you should do to verify that the cogito ebuild is correct. (use
"set -e" so that bash will stop the script when a program signals an error.)
Comment 4 Peter `MathFox' Roozemaal 2005-08-09 12:38:26 UTC
(In reply to comment #2)
> ok, it's fixed now.... in 2 hours or so, sync again and it will work :)

Checked, fixed! :)