Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32080 - djbdns-1.05-r8 failed dnscache-conf.c not found
Summary: djbdns-1.05-r8 failed dnscache-conf.c not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jared H. Hudson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-26 21:10 UTC by totenkopf
Modified: 2004-03-27 08:11 UTC (History)
2 users (show)

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 totenkopf 2003-10-26 21:10:20 UTC
emerge djbdns
Calculating dependencies ...done!
>>> emerge (1 of 1) net-dns/djbdns-1.05-r8 to /
>>> md5 src_uri ;-) djbdns-1.05.tar.gz
>>> md5 src_uri ;-) djbdns-1.04-fwdzone.patch
>>> md5 src_uri ;-) round-robin.patch
eutils
eutils
>>> Unpacking source...
>>> Unpacking djbdns-1.05.tar.gz to /var/tmp/portage/djbdns-1.05-r8/work
>>> Unpacking djbdns-1.04-fwdzone.patch to /var/tmp/portage/djbdns-1.05-r8/work
unpack djbdns-1.04-fwdzone.patch: file format not recognized. Ignoring.
>>> Unpacking round-robin.patch to /var/tmp/portage/djbdns-1.05-r8/work
unpack round-robin.patch: file format not recognized. Ignoring.
 * Applying djbdns-1.04-fwdzone.patch...                                  [ ok ]
 * Applying round-robin.patch...                                          [ ok ]
 * Applying 1.05-errno.patch...                                           [ ok ]
>>> Source unpacked.
eutils
( cat warn-auto.sh; \
echo 'main="$1"; shift'; \
echo exec "`head -1 conf-ld`" \
'-o "$main" "$main".o ${1+"$@"}' \
) > load
head: `-1' option is obsolete; use `-n 1'
Try `head --help' for more information.
chmod 755 load
( cat warn-auto.sh; \
echo exec "`head -1 conf-cc`" '-c ${1+"$@"}' \
) > compile
head: `-1' option is obsolete; use `-n 1'
Try `head --help' for more information.
chmod 755 compile
( cat warn-auto.sh; \
echo CC=\'`head -1 conf-cc`\'; \
echo LD=\'`head -1 conf-ld`\'; \
cat find-systype.sh; \
) | sh > systype
head: `-1' option is obsolete; use `-n 1'
Try `head --help' for more information.
head: `-1' option is obsolete; use `-n 1'
Try `head --help' for more information.
( case "`cat systype`" in \
  sunos-5.*) cat hasdevtcp.h2 ;; \
  *) cat hasdevtcp.h1 ;; \
esac ) > hasdevtcp.h
( ( ./compile tryulong32.c && ./load tryulong32 && \
./tryulong32 ) >/dev/null 2>&1 \
&& cat uint32.h2 || cat uint32.h1 ) > uint32.h
rm -f tryulong32.o tryulong32
cat warn-auto.sh choose.sh \
| sed s}HOME}"`head -1 conf-home`"}g \
> choose
head: `-1' option is obsolete; use `-n 1'
Try `head --help' for more information.
chmod 755 choose
./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h
./compile dnscache-conf.c
./compile: line 3: exec: dnscache-conf.c: not found
make: *** [dnscache-conf.o] Error 127

!!! ERROR: net-dns/djbdns-1.05-r8 failed.
!!! Function src_compile, Line 40, Exitcode 2
!!! emake failed

Reproducible: Always
Steps to Reproduce:
1.emerge djbdns
2.
3.

Actual Results:  
failed to emerge everytime

Expected Results:  
Expected the package to build

#uname -a                     
Linux valhallasrefuse.mine.nu 2.6.0-test8-mm1 #1 Tue Oct 21 19:13:33 NZDT 2003
i686 AMD Athlon(tm) XP 2400+ AuthenticAMD GNU/Linux

CFLAGS="-march=athlon-xp -O3 -pipe"
CXXFLAGS="${CFLAGS}"
Comment 1 Karl-Johan Karlsson 2003-11-07 07:06:55 UTC
> head: `-1' option is obsolete; use `-n 1'
> Try `head --help' for more information.

Manually changing this in the Makefile between "ebuild unpack" and "ebuild
compile" works for me.
Comment 2 Jon Portnoy (RETIRED) gentoo-dev 2004-03-18 08:47:11 UTC
Is this fixed now? pYrania committed a fix for the head -1 issue.
Comment 3 Jared H. Hudson (RETIRED) gentoo-dev 2004-03-27 08:11:15 UTC
this has already been fixed, thanks for the bug