Re: [gentoo-user] kde 3.2 beta 1 branch-update

2003-11-08 Thread Florian Schneider
Am Samstag, 08. November 2003 02:51 schrieb Jerry McBride:
 On Friday 07 November 2003 08:12 pm, Florian Schneider wrote:

  Hello,
 
  last night I have added some branch-update functionality to the kde
  beta
 ebuilds (like in the glibc and gcc ebuilds). This patch might
  be of interest for people who want to use the new beta and benefit
  from recent bug fixes without using cvs or konstruct. It may also
  help reducing the dupes on the kde bugzilla site.
 
  I have built kde with these ebuilds and they are working.
 
  Anyone interested?
 

 
 Yes... Is this a fix that allows kdeartwork and kdemultiedia to compile
 on 
 genoo boxes running the very latest gcc and glibc? (hold my
 breath) 

Yes, I have gcc-3.3.2-r2 and the glibc-2.3.2-r8 with nptl-support and 
everything compiled without beraking - even with --enable-final (a 
patched kde.eclass).

 That's very cool. (I'm actually 47 years old)
 

  If yes, can anyone provide some ftp/web space for the files (about 3
  meg
 for the ebuilds and patches)?
 

 
 I have personal webspace on my ISP that I would happily donate...

That would be great.

Flo

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde 3.2 question

2003-11-08 Thread Florian Schneider
Am Samstag, 08. November 2003 23:54 schrieb Chris:
 thats what i thought until it did the following:
 
 bash-2.05b# emerge -p '/home/chris/Desktop/downloads/kde 3.2/
 arts-20031107.diff.bz2'
 
 These are the packages that I would merge, in order:
 
 Calculating dependencies
 emerge: there are no masked or unmasked ebuilds to satisfy
 /home/chris/
 Desktop/downloads/kde 3.2/arts-20031107.diff.bz2.
 

The *.diffs.bz2 belong to the distfiles directory (/var/distfiles).
The kde-beta-3.2-20031107-ebuilds.tar.bz2 files contain the ebuild. Put 
them into the portage overlay dir (everything inside the overlay dir in 
the archive). You have to define it in /etc/make.conf. I have set it to 

PORTDIR_OVERLAY=/var/overportage

Flo



 !!! Error calculating dependencies. Please correct.
 
 On Saturday 08 November 2003 04:43 pm, Andrej Kacian wrote:

  On Sat, 8 Nov 2003 16:17:31 -0600
 
  Chris [EMAIL PROTECTED] wrote:
 
   Where do I extract the bz2's so I can emerge them?
 
 
  You don't extract anything, emerge handles everything by itself
  (downloads
 bz2 files, extracts, configures, compiles, merges)

 
 -- 
 Chris
 [EMAIL PROTECTED]
 
 Science is an atempt to investegate the mirical of life. 
 
   The Martian Chronicles
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde 3.2 question

2003-11-08 Thread Florian Schneider
Am Sonntag, 09. November 2003 01:45 schrieb Chris:
 for some reason the only way i could get it to start emerging was to
 tell it to emerge kdebase


when I do an emerge -puD `qpkg -i_nc`, it wants to downgrade kdebase. 
maybe kdepim and kdenetwork depend on the same kdebase revision (depend: 
=kde-base/kdebase-${PV} in the ebuild).

Flo

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Help! Video4Linux / XawTV

2003-11-08 Thread Florian Schneider
Am Sonntag, 09. November 2003 02:13 schrieb Steve Withers:
 I'm getting a bit frustrated here. 
 
 Gentoo 1.4 and kernel-2.4.20-gentoo-r8
 
 I've re-compiled the kernel with Video4Linux and I2C
 supportincluding the Bt848 driver. 
 
 Kcontrol shows a multimedia capture device and Bt848 as character
 device
 '81'.
 
 There is bttv modeule anywhere.probably becasue I compiled the
 driver into the kernel(right?) 
 

What does dmesg|grep bttv say?

 I also installed Xawtv 3.86-r1 (emerge -k xawtv) and it sucked in all
 the pre-reqs and was successful. 

-k? binary packages? 
 
 When i try to start xawtv, I get a segfault saying it failed trying to
 
 convert some font construct.

A segfault just segfaults, but doesn't say anything. Can you please copy/
paste the error message, maybe with -debug 2

  
 I've been fiddling with this for days. I'm alsmost to the point where
 I'm goign to ditch all the portage items and install all the relevant 
 
 tar balls. I've done that before several times and had it working
 quickly.
 
 The things I'm struggling with are: 
 
 1. How do I verify I actually have the V4L / bttv / Bt848 support
 there
 and properly installed?

lsmod. I have

tuner  13068  0
tvaudio18892  0
msp340019556  0
bttv  121708  0
video_buf  16132  1 bttv
i2c_algo_bit8200  1 bttv
btcx_risc   3592  1 bttv

All the v4l stuff is compiled as modules

Have you changed the access rights of /dev/v4l/* ?

 For MythTV - the end goal of all this - emerge/portage was
 *great*but I can't get to the point where anything can see my TV
 Card. so it's sorta irrelevant. :-(   

You mean portage?

--
[EMAIL PROTECTED] mailing list



[gentoo-user] kde 3.2 beta 1 branch-update

2003-11-07 Thread Florian Schneider
Hello,

last night I have added some branch-update functionality to the kde beta 
ebuilds (like in the glibc and gcc ebuilds). This patch might be of 
interest for people who want to use the new beta and benefit from recent 
bug fixes without using cvs or konstruct. It may also help reducing the 
dupes on the kde bugzilla site.

I have built kde with these ebuilds and they are working.

Anyone interested? 

If yes, can anyone provide some ftp/web space for the files (about 3 meg 
for the ebuilds and patches)?

Flo


--
[EMAIL PROTECTED] mailing list