Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140153 - dev-lang/mono-1.1.16.1 build fails due to incorrect path
Summary: dev-lang/mono-1.1.16.1 build fails due to incorrect path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-12 13:19 UTC by Jose daLuz
Modified: 2006-07-12 14:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix path (pathfix.diff,547 bytes, patch)
2006-07-12 13:37 UTC, Jose daLuz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose daLuz 2006-07-12 13:19:59 UTC
Updating mono to 1.1.16.1, I get the following error:

>>> Unpacking mono-1.1.16.1.tar.gz to /var/tmp/portage/mono-1.1.16.1/work
 * Applying mono-1.1.13-pathfix.diff ...                                                                      [ ok ]
sed: can't read /var/tmp/portage/mono-1.1.16.1/work/mono-1.1.16.1/mono/os/unix/Makefile.am: No such file or directory

!!! ERROR: dev-lang/mono-1.1.16.1 failed.

The path is incorrect:

ls /var/tmp/portage/mono-1.1.16.1/work/mono-1.1.16.1/mono/os/unix/
ls: /var/tmp/portage/mono-1.1.16.1/work/mono-1.1.16.1/mono/os/unix/: No such file or directory

ls /var/tmp/portage/mono-1.1.16.1/work/mono-1.1.16.1/mono/os
ChangeLog  gc_wrapper.h  Makefile.am  Makefile.in

Portage 2.1.1_pre2-r8 (default-linux/amd64/2006.0, gcc-4.1.1/amd64-vanilla, glibc-2.4-r3, 2.6.17-ck1 x86_64)
=================================================================
                       System Settings
=================================================================
System uname: 2.6.17-ck1 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.12.1
ccache version 2.4 [enabled]
app-admin/eselect-compiler: 2.0.0_rc2-r1
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r2
dev-util/confcache:  0.4.2-r1
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r1, 2.16.93, 2.17, 2.17.50.0.2
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.16
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe -ggdb"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib64/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/eselect/compiler /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=k8 -O2 -pipe -ggdb -ffriend-injection"
DISTDIR="/var/portage/distfiles"
EMERGE_DEFAULT_OPTS=""
FEATURES="autoconfig ccache confcache distlocks fixpackages parallel-fetch sandbox sfperms splitdebug strict"
GENTOO_MIRRORS="http://distro.ibiblio.org/pub/linux/distributions/gentoo/ http://gentoo.osuosl.org/ "
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/var/portage/packages"
PORTAGE_RSYNC_EXTRA_OPTS="--timeout=120"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/portage/local/layman/sunrise /usr/portage/local/layman/portage-xgl /usr/portage/local/layman/liferea_overlay /usr/portage/local/layman/gentopia /usr/portage/local/layman/break-my-gentoo-main"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="amd64 X aac alsa avi bash-completion berkdb bitmap-fonts bzip2 cairo cdr cli crypt cups dbus debug dlloader dri dvd dvdr eds emboss encode esd firefox flac foomaticdb fortran gdbm gif glitz gnome gpm gstreamer gtk gtk2 hal imlib ipv6 isdnlog java jpeg kde kdehiddenvisibility ldap lzw lzw-tiff mad mono mp3 mpeg ncurses nls nptl nptlonly ogg opengl pam pcre pdflib perl pic png pppd python qt qt3 quicktime readline reflection ruby samba sdl session spell spl sqlite ssl tcpd theora tiff truetype truetype-fonts type1-fonts unicode usb userlocales vorbis xml xml2 xorg xpm xv zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux linguas_en userland_GNU video_cards_vesa video_cards_nvidia"
Unset:  CTARGET, INSTALL_MASK, LDFLAGS
Comment 1 Peter Read 2006-07-12 13:30:31 UTC
Can confirm problem on very similar ~amd64 machine, and adding self to cc.  Let me know if you want anything testing or any more info...
Comment 2 Jose daLuz 2006-07-12 13:37:58 UTC
Created attachment 91597 [details, diff]
Patch to fix path
Comment 3 Peter Johanson (RETIRED) gentoo-dev 2006-07-12 14:07:48 UTC
Fixed in CVS, sorry about that. Didn't have time to test this on my amd64 box before doing the bump. Marking this FIXED, please feel free to re-open if you have any further problems on multilib systems.