Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63495 - net-misc/zaptel-0.9.1 compiles/installs fine on 64-bit amd64
Summary: net-misc/zaptel-0.9.1 compiles/installs fine on 64-bit amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 63493
  Show dependency tree
 
Reported: 2004-09-09 18:52 UTC by William Tetrault
Modified: 2005-02-07 12:03 UTC (History)
1 user (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 William Tetrault 2004-09-09 18:52:27 UTC
modified ebuild to accept "amd64" and emerged OK

Reproducible: Always
Steps to Reproduce:
1.n/a
2.
3.

Actual Results:  
n/a 

Expected Results:  
n/a 

gentoo-2004.2, stage 1 build, kernel-2.6.7-gentoo-r11, udev enabled w/no 
devfs, smp system.
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2004-09-10 13:39:28 UTC
can't confirm that, because i'm using devfs:

 *    Zaptel doesn't support devfs with 2.6, you'll need to use udev or disable devfs
 *    or use devfs and write a script which re-creates the device nodes for you

later on:

Makefile:450: /usr/src/linux-2.6.7-gentoo-r14/arch/amd64/Makefile: No such file or directory
make[1]: *** No rule to make target `/usr/src/linux-2.6.7-gentoo-r14/arch/amd64/Makefile'.  Stop.
make[1]: Leaving directory `/usr/src/linux-2.6.7-gentoo-r14'
make: *** [linux26] Error 2

perhaps we should make a block dependency on defvs?
Comment 2 Stefan Knoblich (RETIRED) gentoo-dev 2004-09-12 15:25:39 UTC
nope, there's a simple (but not so nice) fix for problems like that,
simply redefine ARCH=x86_64 in the ebuild (because the ARCH variable is used by
the kernel Makefiles...  btw, same problem with ARCH=x86, which is "i386" in the kernel sources)
Comment 3 Simon Stelling (RETIRED) gentoo-dev 2005-02-07 12:03:24 UTC
1.0.4 marked ~amd64