Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45334 - expat-1.95.7 gives "no Makefile found"
Summary: expat-1.95.7 gives "no Makefile found"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Joshua Kinard
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-21 18:28 UTC by Ralf Niederhausen
Modified: 2004-03-21 21:22 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 Ralf Niederhausen 2004-03-21 18:28:48 UTC
stargate portage # emerge expat


Performing Global Updates: /usr/portage/profiles/updates/1Q-2004
(Could take a couple minutes if you have a lot of binary packages.)
  .='update pass'  *='binary update'  @='/var/db move'
...................portage: Update type "slotmove" not recognized.
.....................
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-libs/expat-1.95.7 to /
>>> md5 src_uri ;-) expat-1.95.7.tar.gz
>>> Unpacking source...
>>> Unpacking expat-1.95.7.tar.gz to /var/tmp/portage/expat-1.95.7/work
>>> Source unpacked.

>>> Install expat-1.95.7 into /var/tmp/portage/expat-1.95.7/image/ category dev-libs

!!! ERROR: dev-libs/expat-1.95.7 failed.
!!! Function einstall, Line 364, Exitcode 1
!!! no Makefile found


Reproducible: Always
Steps to Reproduce:
1.emerge --update system
2. emerge --update world
3.




Performing Global Updates: /usr/portage/profiles/updates/1Q-2004
(Could take a couple minutes if you have a lot of binary packages.)
  .='update pass'  *='binary update'  @='/var/db move'
...................portage: Update type "slotmove" not recognized.
.....................
Portage 2.0.49-r21 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r3, 2.4.20)
=================================================================
System uname: 2.4.20 i686 Intel(R) Xeon(TM) CPU 2.80GHz
Gentoo Base System version 1.4.3.10
distcc 2.12.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled]
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=i686 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1
/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/tex/gen
eric/config/ /usr/share/texmf/tex/platex/config/ /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=i686 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo 
rsync://mirrors.sec.informatik.tu-darmstadt.de/gentoo 
ftp://gentoo.inode.at/source/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aalib acl acpi apache2 apm arts avi berkdb crypt cups dedicated 
dvb dvd encode esd ethereal flac foomaticdb gdbm gif gnome gpm gstreamer gtk 
gtk2 icc imagemagick imap imlib jack java jikes jpeg junit kde kerberos krb4 
ldap libg++ libwww lirc mad mikmod mmx motif mpeg mpi mysql nas ncurses nls 
oggvorbis opengl oss pam pdflib perl png python qt quicktime readline ruby 
samba sdl slang spell sse ssl svga tcpd tetex tiff truetype unicode usb x86 xml 
xml2 xmms xv zlib"
Comment 1 Joshua Kinard gentoo-dev 2004-03-21 21:16:32 UTC
This is my fault, fixing..
Comment 2 Joshua Kinard gentoo-dev 2004-03-21 21:22:22 UTC
Fixed in CVS.  Re-run 'emerge rsync' in about 30mins (give or take a few mins) and you should get the updated change.

I had to add a src_compile() function to resolve an issue on the mips architecture, and forgot to add the needed econf/emake commands that get called in src_compile().