Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84079 - dev-util/jscalltree works on amd64
Summary: dev-util/jscalltree works on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 All
: High enhancement (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords: TESTED
Depends on:
Blocks:
 
Reported: 2005-03-04 05:24 UTC by Juha Heljoranta
Modified: 2005-04-09 01:52 UTC (History)
0 users

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


Attachments
patch to fix compilation on amd64 (jscalltree-amd64.patch,539 bytes, patch)
2005-04-07 15:24 UTC, Herbie Hopkins (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Juha Heljoranta 2005-03-04 05:24:51 UTC
Please add "~amd64" to the KEYWORDS for dev-util/jscalltree-2.3
Comment 1 Daniel Gryniewicz (RETIRED) gentoo-dev 2005-03-04 07:40:17 UTC
Failed to build for me:

>>> Source unpacked.
RULES/rules1.top:234: incs/Dcc.amd64-linux: No such file or directory
RULES/rules.top:39: RULES/x86_64-linux-cc.rul: No such file or directory
RULES/rules.cnf:56: incs/amd64-linux-cc/Inull: No such file or directory
RULES/rules.cnf:57: incs/amd64-linux-cc/rules.cnf: No such file or directory
p incs/amd64-linux-cc
make: p: Command not found
make: *** No rule to make target `RULES/x86_64-linux-cc.rul'.  Stop.
make: *** Waiting for unfinished jobs....
make: [incs/amd64-linux-cc/Inull] Error 127 (ignored)
/bin/sh: line 1: incs/amd64-linux-cc/Inull: No such file or directory
make: *** Waiting for unfinished jobs....
make: *** [incs/amd64-linux-cc/Inull] Error 1
Comment 2 Juha Heljoranta 2005-03-04 07:54:54 UTC
sorry, my bad. it requires a sym link to work

tar xjf calltree-2.3.tar.bz2
cd calltree-2.3/RULES
ln -s i586-linux-cc.rul x86_64-linux-cc.rul
cd ..
make

I will notify author of the calltree about the problem.
Comment 3 Herbie Hopkins (RETIRED) gentoo-dev 2005-04-07 15:24:49 UTC
Created attachment 55610 [details, diff]
patch to fix compilation on amd64

The above changes enable compilation on amd64 (thanks juha).
Comment 4 Herbie Hopkins (RETIRED) gentoo-dev 2005-04-07 15:27:01 UTC
Subject to the above patch dev-util/jscalltree-2.3 compiles and runs well on amd64.

Portage 2.0.51.19 (default-linux/amd64/2005.0, gcc-3.4.3-20050110, glibc-2.3.4.20050125-r1, 2.6.11-gentoo-r3 x86_64)
=================================================================
System uname: 2.6.11-gentoo-r3 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.10
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Mar 29 2005, 21:24:34)]
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r8
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-march=athlon64 -O2 -pipe -fweb -ftracer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=athlon64 -O2 -pipe -fweb -ftracer"
DISTDIR="/mnt/nfs/home/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks multilib-strict sandbox"
GENTOO_MIRRORS="ftp://ftp.gentoo.mesh-solutions.com/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/"
LANG="en_GB.utf8"
LC_ALL="en_GB.utf8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/home/portage/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/main /usr/local/overlays/mplayer32-bin"
SYNC="rsync://trantor/gentoo-portage"
USE="amd64 S3TC X a52 aac aalib acpi alsa avi berkdb bitmap-fonts cdr crypt cups curl dga divx4linux dvd dvdr dvdread eds encode escreen etwin evo faad fam fbcon ffmpeg flac flash fortran gd gdbm gif gimpprint gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml hal imagemagick imap imlib ipv6 java javascript jp2 jpeg ldap libwww lzw lzw-tiff mad maildir mikmod mjpeg motif mozaccess-builtin mozilla mozirc mozxmlterm mp3 mpeg mysql ncurses nls nptl nptlonly nvidia offensive oggvorbis opengl oss pam perl plotutils png python quicktime readline samba sdl slang sox speex spell ssl svg tcpd tetex theora tiff truetype truetype-fonts type1-fonts unicode usb userlocales xface xine xinerama xml2 xmms xpm xrandr xv xvid xvmc zlib video_cards_nvidia"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS
Comment 5 Simon Stelling (RETIRED) gentoo-dev 2005-04-09 01:52:59 UTC
thanks for reporting and testing. In CVS now