Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 47291 Details for
Bug 74250
emerge bcm4400-3.0.7 failed with src_compile error at line 31, exitcode 2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bcm4400-3.0.8.ebuild
bcm4400-3.0.8.ebuild (text/plain), 787 bytes, created by
Philip Kovacs
on 2004-12-31 12:48:09 UTC
(
hide
)
Description:
bcm4400-3.0.8.ebuild
Filename:
MIME Type:
Creator:
Philip Kovacs
Created:
2004-12-31 12:48:09 UTC
Size:
787 bytes
patch
obsolete
>SRC_URI="http://www.broadcom.com/docs/driver_download/440x/linux-3.0.8.zip" >DESCRIPTION="Driver for the bcm4400 10/100 network card (in the form of kernel modules)." >HOMEPAGE="http://www.broadcom.com" >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="x86" >IUSE="" > >DEPEND="app-arch/unzip" > >S=${WORKDIR}/linux/${P}/src > >src_unpack() { > > unpack ${A} > cd ${WORKDIR}/linux > tar -xzpf ${P}.tar.gz > >} > >src_compile() { > > check_KV > > sed -i -e "s|/lib/modules/\$(shell uname -r)|/lib/modules/$KV|" \ > -e "s|uname -r|echo $KV|" Makefile > > unset ARCH > emake -j1 || die >} > >src_install() { > > mkdir -p ${D}/usr/share/man/man4 > unset ARCH > make PREFIX=${D} install || die > >} > >pkg_postinst() { > > echo ">>> Updating module dependencies..." > /sbin/depmod -a >/dev/null 2>&1 > >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 74250
:
47290
| 47291 |
47292
|
47309
|
47331