Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36059 - ebuild for svgalib-1.9.18
Summary: ebuild for svgalib-1.9.18
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-12-18 05:30 UTC by gerold.strobel
Modified: 2004-02-22 17:16 UTC (History)
2 users (show)

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


Attachments
ebuild for svgalib 1.9.18 (svgalib-1.9.18.ebuild,2.85 KB, text/plain)
2003-12-18 05:31 UTC, gerold.strobel
Details
a patch for the savage driver (svgalib-1.9.18-savage.patch,513 bytes, text/x-diff)
2004-02-22 17:00 UTC, Pablo De Nápoli
Details
ebuild modified for my patch (svgalib-1.9.18.ebuild,3.32 KB, text/plain)
2004-02-22 17:00 UTC, Pablo De Nápoli
Details
error messages when building svgalib (error-messages,36.09 KB, text/plain)
2004-02-22 17:16 UTC, Pablo De Nápoli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gerold.strobel 2003-12-18 05:30:21 UTC
I'v changed only the filename of svgalib-1.9.18-r3.ebuild
This might solve bug 35348

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 gerold.strobel 2003-12-18 05:31:52 UTC
Created attachment 22400 [details]
ebuild for svgalib 1.9.18
Comment 2 Christian Malerbakken 2004-01-17 03:50:34 UTC
This is what I get after downloading this, stuffing it in the correct PORTDIR_OVERLAY and ebuild-digesting it:

emerge svgalib-1.9.18.ebuild 
Calculating dependencies ...done!
>>> emerge (1 of 1) media-libs/svgalib-1.9.18 to /
>>> md5 src_uri ;-) svgalib-1.9.18.tar.gz
>>> Unpacking source...
>>> Unpacking svgalib-1.9.18.tar.gz to /var/tmp/portage/svgalib-1.9.18/work

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/local/portage/media-libs/svgalib/files/svgalib-1.9.18-gentoo.patch


!!! ERROR: media-libs/svgalib-1.9.18 failed.
!!! Function epatch, Line 182, Exitcode 0
!!! Cannot find $EPATCH_SOURCE!
Comment 3 Pablo De Nápoli 2004-01-18 11:19:06 UTC
Please send also the patches updated for this version
(gentoo, linux_2.6, versions_h since the versions in 1.9.17
does not work, as comment #2 shows.
Is there some way to make these patches more version-independent?

Also add the keyword EBUILD to this bug report
Comment 4 SpanKY gentoo-dev 2004-02-22 15:54:53 UTC
martin's added this for us
Comment 5 Pablo De Nápoli 2004-02-22 16:55:54 UTC
This ebuild is not yet working for me, because of a sandbox violation:

ACCESS DENIED [0m  unlink:    /usr/src/linux-2.4.25/arch/i386/boot/tools/build
rm: cannot remove `tools/build': Permission denied
make[1]: *** [clean] Error 1
make: *** [archclean] Error 2

!!! ERROR: media-libs/svgalib-1.9.18 failed.
!!! Function src_compile, Line 69, Exitcode 2
!!! Failed to build kernel module!


Comment 6 Pablo De Nápoli 2004-02-22 16:58:35 UTC
Also I'm sending to you a patch and a modified ebuild, for fixing a small bug in the savage driver in order to support my graphic card (that otherwise is
not detected). This patch was indicated to me by  Matan Ziv-Av himself
(matan@svgalib.org), the main developer of svgalib.

Comment 7 Pablo De Nápoli 2004-02-22 17:00:04 UTC
Created attachment 26130 [details]
a patch for the savage driver

(see my previous comment)
Comment 8 Pablo De Nápoli 2004-02-22 17:00:51 UTC
Created attachment 26132 [details]
ebuild modified for my patch
Comment 9 Pablo De Nápoli 2004-02-22 17:15:28 UTC
The problems reported on comment #6 were without setting "build" in the USE
variable in /etc/make.conf
I've tried setting it instead, but it didn't work either.
I'm using 


gcc (GCC) 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)
kernel 2.4.25 (vanilla sources)
binutils 2.14.90.0.7 20031029

I'm sending to you the error messages as an atachment
Comment 10 Pablo De Nápoli 2004-02-22 17:16:59 UTC
Created attachment 26134 [details]
error messages when building svgalib