Re: No emacs source files in Debian testing?

2022-10-05 Thread Dekks Herton
Charles Curley  writes:

> On Wed, 5 Oct 2022 08:40:14 -0400
> Haines Brown  wrote:
>
>> With an upgrade to testing, I get this warning when I load emacs:
>> 
>>   Warning (comp): Cannot look-up eln file as no source file was found
>>   for /home/haines/.emacs.d/elisp/ibus.elc
>
> Judging by the location (in your user directory) and by the fact that
> searching with apt-file on Bullseye turns up neither ibus.elc nor
> ibus.el, I don't think that ibus.elc or its source file, ibus.el is in
> Bullseye, and so likely not in Debian testing. Nor did I find anything
> by searching for an emacs ibus package. I suspect you got it from
> somewhere else. https://www.emacswiki.org/emacs/IBusMode I suspect you
> did a manual installation.
> https://www.emacswiki.org/emacs/IBusMode#h5o-4
>
>
>> 
>> I gather that with emacs version 28 the ibus.el source file is no 
>> longer installed, although it must found if the compiled ibus.enc
>> file is to load.

Testing is at 27.1 - 28.1 is in unstable and currently broken.

> Emacs can run byte-compiled files without having the source files
> handy. Did you mean ibus.elc here?
>
>> 
>> I tried to find a testing version of ibus.el but did not succeed. I
>> tied to use an old ibus.el file from Jul 2020, but it had obsolete
>> functions and so was not usable.
>> 
>> Can I just ignore the warning? If I do does it leave ibus
>> non-functional? Should I file a bug report?
>> 
>
> The acid test is whether you can run without the source file. I'm
> pretty sure you can ignore the warning. I would try it.
>
> As for filing a bug report, I don't know where you got ibus.elc, so
> can't advise you.
>

-- 
regards.

Thinkpad T60p 2.33Ghz 2GB SXGA+



Re: No emacs source files in Debian testing?

2022-10-05 Thread Charles Curley
On Wed, 5 Oct 2022 08:40:14 -0400
Haines Brown  wrote:

> With an upgrade to testing, I get this warning when I load emacs:
> 
>   Warning (comp): Cannot look-up eln file as no source file was found
>   for /home/haines/.emacs.d/elisp/ibus.elc

Judging by the location (in your user directory) and by the fact that
searching with apt-file on Bullseye turns up neither ibus.elc nor
ibus.el, I don't think that ibus.elc or its source file, ibus.el is in
Bullseye, and so likely not in Debian testing. Nor did I find anything
by searching for an emacs ibus package. I suspect you got it from
somewhere else. https://www.emacswiki.org/emacs/IBusMode I suspect you
did a manual installation.
https://www.emacswiki.org/emacs/IBusMode#h5o-4


> 
> I gather that with emacs version 28 the ibus.el source file is no 
> longer installed, although it must found if the compiled ibus.enc
> file is to load.

Emacs can run byte-compiled files without having the source files
handy. Did you mean ibus.elc here?

> 
> I tried to find a testing version of ibus.el but did not succeed. I
> tied to use an old ibus.el file from Jul 2020, but it had obsolete
> functions and so was not usable.
> 
> Can I just ignore the warning? If I do does it leave ibus
> non-functional? Should I file a bug report?
> 

The acid test is whether you can run without the source file. I'm
pretty sure you can ignore the warning. I would try it.

As for filing a bug report, I don't know where you got ibus.elc, so
can't advise you.

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/



No emacs source files in Debian testing?

2022-10-05 Thread Haines Brown
With an upgrade to testing, I get this warning when I load emacs:

  Warning (comp): Cannot look-up eln file as no source file was found
  for /home/haines/.emacs.d/elisp/ibus.elc

I gather that with emacs version 28 the ibus.el source file is no 
longer installed, although it must found if the compiled ibus.enc file 
is to load.

I tried to find a testing version of ibus.el but did not succeed. I
tied to use an old ibus.el file from Jul 2020, but it had obsolete
functions and so was not usable.

Can I just ignore the warning? If I do does it leave ibus
non-functional? Should I file a bug report?

-- 

 Haines Brown 
 /"\
 \ /  ASCII Ribbon Campaign
  Xagainst HTML e-mail 
 / \



Re: texlive document source files

2007-04-25 Thread Florian Kulzer
On Tue, Apr 24, 2007 at 23:14:15 +, Tyler Smith wrote:
 On 2007-04-24, Florian Kulzer wrote:
 
  Try to put the .bst files into
 
  ~/texmf/bibtex/bst/
 
 
 That did it, thanks! This is the most confusing part of latex for me -
 installing files and sorting out search paths just doesn't seem very
 intuitive. Thankfully it doesn't need doing often. Then again,
 everytime I need to tinker with it I've forgotten what I learned the
 last time :(

I was always too lazy to figure out the intricacies of latex's path
searches. For any given type of file I just do something like this 

$ locate -br '.*\.bst$' | sed 's|/bst/.*|/bst/|' | sort -u
/usr/share/texmf-texlive/bibtex/bst/
/usr/share/texmf/bibtex/bst/

and then I set up the same relative path in my ~/texmf. That has always
worked for me so far.

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: texlive document source files

2007-04-25 Thread Tyler Smith
On 2007-04-25, Florian Kulzer [EMAIL PROTECTED] wrote:

 I was always too lazy to figure out the intricacies of latex's path
 searches. For any given type of file I just do something like this 

 $ locate -br '.*\.bst$' | sed 's|/bst/.*|/bst/|' | sort -u
 /usr/share/texmf-texlive/bibtex/bst/
 /usr/share/texmf/bibtex/bst/

 and then I set up the same relative path in my ~/texmf. That has always
 worked for me so far.


Thanks, that's a great tip! I didn't know about locate before, so that
will be very handy. Incidentally, it turns out my installation doesn't
have a /usr/share/texmf/bibtex directory, only the texmf-texlive
version.

Cheers,

Tyler


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: texlive document source files

2007-04-24 Thread Florian Kulzer
On Tue, Apr 24, 2007 at 02:19:13 +, Tyler Smith wrote:
 Hi,
 
 I'm confused as to how to install source files for use with
 texlive. I'm editing a multifile document, and I want to use a .bst
 file to format the bibliography. It works if I put this file in the
 same directory as the document. But I want to put it in a directory
 that bibtex will search automatically, so that I can refer to it for
 documents in any directory without making many copies. So I checked
 with kpathsea for the path to bst files. One of the options was
 ~/texmf/tex/latex/bibtex/bst, so I created that directory, put the
 ..bst file in there, and ran mktexlsr. However, bibtex complains that
 the file is not found when I run it. What have I missed?
 
 I'm using emacs with auctex/reftex, running the latest version of
 texlive et al on Lenny.

Try to put the .bst files into

~/texmf/bibtex/bst/

Also, make sure that your version of mktexlsr still includes the user's
~/texmf by default. The newest version does not seem to do that anymore
on my Sid system. (texlive 2007-4, which AFAIK is not in Lenny yet)

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: texlive document source files

2007-04-24 Thread Tyler Smith
On 2007-04-24, Florian Kulzer [EMAIL PROTECTED] wrote:

 Try to put the .bst files into

 ~/texmf/bibtex/bst/


That did it, thanks! This is the most confusing part of latex for me -
installing files and sorting out search paths just doesn't seem very
intuitive. Thankfully it doesn't need doing often. Then again,
everytime I need to tinker with it I've forgotten what I learned the
last time :(

Cheers,

Tyler


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



texlive document source files

2007-04-23 Thread Tyler Smith
Hi,

I'm confused as to how to install source files for use with
texlive. I'm editing a multifile document, and I want to use a .bst
file to format the bibliography. It works if I put this file in the
same directory as the document. But I want to put it in a directory
that bibtex will search automatically, so that I can refer to it for
documents in any directory without making many copies. So I checked
with kpathsea for the path to bst files. One of the options was
~/texmf/tex/latex/bibtex/bst, so I created that directory, put the
..bst file in there, and ran mktexlsr. However, bibtex complains that
the file is not found when I run it. What have I missed?

I'm using emacs with auctex/reftex, running the latest version of
texlive et al on Lenny.

Thanks,

Tyler


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Source files

2004-08-03 Thread nx13372
Hi all,
I put a few more lines in my sources.list:
deb-src ..
then
#apt-get update
(loading sources ok)
For example if i:
#apt-cache search squid-common
i only get the binary file!
How can i dowload the source file:
#apt-get install 
thanks in advance.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Source files

2004-08-03 Thread Tom Furie
On Tue, Aug 03, 2004 at 01:42:59PM +0100, nx13372 wrote:

 How can i dowload the source file:
 #apt-get install 

apt-get source package

Cheers,
Tom

-- 
If you took everyone who's ever been to a Dead
 show, and lined them up, they'd stretch halfway to
 the moon and back... and none of them would be
 complaining.
-- a local Deadhead in the Seattle Times


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Source files

2004-08-03 Thread Alexander Schmehl
* nx13372 [EMAIL PROTECTED] [040803 14:42]:

 How can i dowload the source file:
 #apt-get install 

man apt-get ; apt-get source XYZ


Yours sincerely,
  Alexander


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Source files

2004-08-03 Thread Edvard Majakari
nx13372 [EMAIL PROTECTED] writes:

 How can i dowload the source file:
 #apt-get install 

apt-get build-dep package
apt-get source package

The first one is quite handy - it makes sure you have the required
components to build the package. Of course, if you just fetch the source
for reading it (not compiling), you don't need the first one.

-- 
# Edvard Majakari   Software Engineer
# PGP PUBLIC KEY available  Soli Deo Gloria!

$_ = '456476617264204d616a616b6172692c20612043687269737469616e20'; print
join('',map{chr hex}(split/(\w{2})/)),uc substr(crypt(60281449,'es'),2,4),\n;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Source files

2004-08-03 Thread nx13372
Edvard Majakari wrote:
nx13372 [EMAIL PROTECTED] writes:
 

How can i dowload the source file:
#apt-get install 
   

apt-get build-dep package
apt-get source package
The first one is quite handy - it makes sure you have the required
components to build the package. Of course, if you just fetch the source
for reading it (not compiling), you don't need the first one.
 

thanks to all
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Loading source files

2004-03-31 Thread Michael Satterwhite
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I posted this yesterday, but I think it got lost in the traffic by my being 
slow to respond to a question.

I was wanting to look at the source to kde-core and tried to install it using
apt (I'm running sarge) I went to the apt documentation at debian.org for the 
how-to.
Unfortunately, it's not the results I expected - and I don't see anything in
the doc explaining what happened - although I could be looking in the wrong
place (the apt documentation under Working with source packages).

(1) I enter the command apt-get source kde-core
 My sources.list has the line:
deb-src ftp://ftp.us.debian.org/debian testing main

I'm not getting the files indicated by the documentation. There is no
.orig.tar.gz or a .diff.gz file. I do see the following:

meta-kde-3.1.2 (directory), meta-kde-3.1.2.tar.gz, meta-kde-3.1.2.dsc

but these aren't mentioned in the apt documentation. Regardless, they don't 
have the kde source in them either.


(2) I tried making sure that I had the required files as specified in the
documentation by entering the command

apt-get build-dep kde-core

This fails with the messages
Setting up noflushd (2.7.2-1) ...
Starting No Flush Daemon: Error: Your kernel is configured with devfs, but
   devfs is not
mounted anywhere. This means noflushd cannot work.
Please consult the noflushd README for details
invoke-rc.d: initscript noflushd, action start failed.
dpkg: error processing noflushd (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 noflushd
E: Sub-process /usr/bin/dpkg returned an error code (1)


I searched for this as well, but couldn't find what I'm missing. There is a 
line in the README about devfs, but I got the same result when I tried what 
it suggested. Can anyone let me in on what I'm  missing?

tia
- ---Michael

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iD8DBQFAaxSzjeziQOokQnARAhq0AJ9rP5WbazNVgRjeayFcTwbLQLd3DgCfY4yq
0dJqbjnS0JHKpYP+Z1dhPDE=
=TAQn
-END PGP SIGNATURE-



Re: Loading source files

2004-03-31 Thread Derrick 'dman' Hudson
On Wed, Mar 31, 2004 at 12:57:55PM -0600, Michael Satterwhite wrote:
 
| I posted this yesterday, but I think it got lost in the traffic by my being 
| slow to respond to a question.
| 
| I was wanting to look at the source to kde-core and tried to install it using
| apt (I'm running sarge) I went to the apt documentation at debian.org for the 
| how-to.
| Unfortunately, it's not the results I expected - and I don't see anything in
| the doc explaining what happened - although I could be looking in the wrong
| place (the apt documentation under Working with source packages).
| 
| (1) I enter the command apt-get source kde-core
|  My sources.list has the line:
| deb-src ftp://ftp.us.debian.org/debian testing main
| 
| I'm not getting the files indicated by the documentation. There is no
| .orig.tar.gz or a .diff.gz file. I do see the following:
| 
| meta-kde-3.1.2 (directory), meta-kde-3.1.2.tar.gz, meta-kde-3.1.2.dsc
| 
| but these aren't mentioned in the apt documentation. Regardless, they don't 
| have the kde source in them either.

The binary package 'kde-core' is built from the source package
'meta-kde'.  The directory you have there (meta-kde-3.1.2) has all of
the source used to build the binary package 'kde-core'.  Perhaps the
thing you are looking for the source code of isn't actually in the
kde-core package.  (I don't know, I don't use kde nor do I know how
its package are organized)

-D

-- 
Python is executable pseudocode. Perl is executable line noise.
 
www: http://dman13.dyndns.org/~dman/jabber: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: source files

2003-01-21 Thread Rob Weir
On Sun, Jan 19, 2003 at 09:00:33PM +0100, [EMAIL PROTECTED] wrote:
 Hello
 I try to find the source code of the kernels, I need it do compile a driver
 I don't know where to find it
 Thanks for your help
 Raymond

If you're compiling a driver for an existing Debian kernel, you don't
need (and probably can't use) a full source tree.  That you really want
is the appropriate 'kernel-headers-version-arch' package.  

apt-get install kernel-headers-`uname -r`

should get you the right one (not the *backticks*)

-rob



msg25309/pgp0.pgp
Description: PGP signature


source files

2003-01-19 Thread raymond
Hello
I try to find the source code of the kernels, I need it do compile a driver
I don't know where to find it
Thanks for your help
Raymond



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




RE: source files

2003-01-19 Thread Jeremy Gaddis
For 2.2 kernels:

ftp://ftp.kernel.org/pub/linux/kernel/v2.2/

For 2.4 kernels:

ftp://ftp.kernel.org/pub/linux/kernel/v2.4/

j.

--
Jeremy L. Gaddis   [EMAIL PROTECTED]   http://www.gaddis.org



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 19, 2003 3:01 PM
 To: [EMAIL PROTECTED]
 Subject: source files
 
 
 Hello
 I try to find the source code of the kernels, I need it do 
 compile a driver
 I don't know where to find it
 Thanks for your help
 Raymond
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: source files

2003-01-19 Thread Wayne Topa
[EMAIL PROTECTED]([EMAIL PROTECTED]) is reported to have said:
 Hello
 I try to find the source code of the kernels, I need it do compile a driver
 I don't know where to find it
 Thanks for your help

either
apt-cache search kernel-source then apt-get which one you want, 
or
ftp.your conntry code.kernel.org

would be 2 ways.
-- 
Real Programmers don't write in PL/I.  PL/I is for programmers who
can't decide whether to write in COBOL or FORTRAN.
___


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: I want Source Files for Dselect and DebConf

2002-04-17 Thread David Z Maze
Xeno Campanoli [EMAIL PROTECTED] writes:
 And I can't seem to find it on the Debian Website.  Any suggestions?

Run 'dpkg -S `which dselect`' to find out which package dselect is in
(here dpkg), and then 'apt-get source dpkg'.  Or you can dig around
under ftp://ftp.debian.org/debian/pool/main/d/dpkg, which contains the
source and binary packages for testing and unstable (not stable yet)
for all architectures.

-- 
David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
Theoretical politics is interesting.  Politicking should be illegal.
-- Abra Mitchell


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: I want Source Files for Dselect and DebConf

2002-04-17 Thread debian-user
 And I can't seem to find it on the Debian Website.  Any suggestions?

Edit /etc/apt/sources.list

Add this line
deb-src http://http.us.debian.org/debian woody main contrib non-free
to this file. 

Then run 
apt-get source dpkg cdebconf 

jp


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



I want Source Files for Dselect and DebConf

2002-04-16 Thread Xeno Campanoli
And I can't seem to find it on the Debian Website.  Any suggestions?
-- 
http://www.eskimo.com/~xeno
[EMAIL PROTECTED]
Physically I'm at:  5101 N. 45th St., Tacoma, WA, 98407-3717, U.S.A.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



printing colored source files

2002-04-08 Thread christophe barbé
I am looking for a tool to print (= create a postscript file) C/C++
source files with color highlighting.

I used to do that with xemacs (ps-print-buffer-with-faces) but no more 
use it and would like to avoid it.

AFAIK a2ps doesn't print c file with color (but does highlighting with
bold and italic).

I have seen c2ps which seems to not support color too.

Any ideas ?

Christophe

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

A qui sait comprendre, peu de mots suffisent.
(Intelligenti pauca.) 


pgpsxRG3eiGco.pgp
Description: PGP signature


Re: printing colored source files

2002-04-08 Thread Jeffrey W. Baker
On Mon, 2002-04-08 at 10:51, christophe barbé wrote:
 I am looking for a tool to print (= create a postscript file) C/C++
 source files with color highlighting.
 
 I used to do that with xemacs (ps-print-buffer-with-faces) but no more 
 use it and would like to avoid it.
 
 AFAIK a2ps doesn't print c file with color (but does highlighting with
 bold and italic).
 
 I have seen c2ps which seems to not support color too.
 
 Any ideas ?

The tool you want is enscript. 

man enscript

or 

enscript --help-highlight | less

-jwb


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: printing colored source files

2002-04-08 Thread christophe barbé
On Mon, Apr 08, 2002 at 02:02:33PM -0700, Jeffrey W. Baker wrote:
 The tool you want is enscript. 
 
 man enscript
 
 or 
 
 enscript --help-highlight | less
 
 -jwb
 

Thank you this is exactly what I was looking for.

Christophe

-- 
Christophe Barbé [EMAIL PROTECTED]
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

Cats are rather delicate creatures and they are subject to a good
many ailments, but I never heard of one who suffered from insomnia.
--Joseph Wood Krutch


pgp97IsHwmc9t.pgp
Description: PGP signature


RE: dselect and getting kernel source files...

2001-07-13 Thread Gladimir
I am new to linux and 2.2.12 is what came on my O'Reilly CD, but I think it
should be more than capable of running the apache web-server and inn usenet
server that I intend to setup on it.  Chances are that I will upgrade the
kernel in the process of tuning my existing kernel, eventually.

I already have bin86 on my system, and dselect also made me aware of this
dependancy; but thanks for the heads up.

- g

-Original Message-
From: David Z Maze [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 12, 2001 8:42 PM
To: debian-user@lists.debian.org
Subject: Re: dselect and getting kernel source files...


Gladimir  [EMAIL PROTECTED] writes:
G The default debian installation did not install my kernel source
G files, so I am using dselect to get those files.

I'd just get a kernel tarball off of ftp.kernel.org or a mirror and
unpack it somewhere handy.

G I found the source files and marked kernel-source-2.2.12 for
G installation,

(Why something so ancient?  My stable box is running 2.2.19.)

G Here is my current situation:
G _* kernel-source-2.2.12
G __ tk8.2-dev (suggested)
G __ tk8.0-ja-dev (suggested)
G __ tk8.0-dev (suggested)
G __ kernel-package (suggested)
G
G Now, I am inclined to only select the kernel-package because I have no
G intention of running a GUI on this machine.  Am I correct in assuming the
G tk-dev files are for writing X interfaces, for kernel management, using
tcl?

'make xconfig' uses it, but nothing else.

G Am I correct in assuming that kernel-package is still very useful without
a
G GUI?

Yes, in fact.  nods  Also, on x86, you'll need the bin86 package if
you don't have it installed.

--
David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
Theoretical politics is interesting.  Politicking should be illegal.
-- Abra Mitchell


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]




RE: dselect and getting kernel source files...

2001-07-13 Thread Gladimir
I am new to linux and 2.2.12 is what came on my O'Reilly CD, but I think it
should be more than capable of running the apache web-server and inn usenet
server that I intend to setup on it.  Chances are that I will upgrade the
kernel in the process of tuning my existing kernel, eventually.

I already have bin86 on my system, and dselect also made me aware of this
dependancy; but thanks for the heads up.

- g

-Original Message-
From: David Z Maze [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 12, 2001 8:42 PM
To: debian-user@lists.debian.org
Subject: Re: dselect and getting kernel source files...


Gladimir  [EMAIL PROTECTED] writes:
G The default debian installation did not install my kernel source
G files, so I am using dselect to get those files.

I'd just get a kernel tarball off of ftp.kernel.org or a mirror and
unpack it somewhere handy.

G I found the source files and marked kernel-source-2.2.12 for
G installation,

(Why something so ancient?  My stable box is running 2.2.19.)

G Here is my current situation:
G _* kernel-source-2.2.12
G __ tk8.2-dev (suggested)
G __ tk8.0-ja-dev (suggested)
G __ tk8.0-dev (suggested)
G __ kernel-package (suggested)
G
G Now, I am inclined to only select the kernel-package because I have no
G intention of running a GUI on this machine.  Am I correct in assuming the
G tk-dev files are for writing X interfaces, for kernel management, using
tcl?

'make xconfig' uses it, but nothing else.

G Am I correct in assuming that kernel-package is still very useful without
a
G GUI?

Yes, in fact.  nods  Also, on x86, you'll need the bin86 package if
you don't have it installed.

--
David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
Theoretical politics is interesting.  Politicking should be illegal.
-- Abra Mitchell


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]




dselect and getting kernel source files...

2001-07-12 Thread Gladimir
The default debian installation did not install my kernel source files, so I
am using dselect to get those files.  I ran dselect, performed an update,
and went to the selection screen.  I found the source files and marked
kernel-source-2.2.12 for installation, but I was sent to the dependency
resolution screen to muddle through some suggestions.

Here is my current situation:
_* kernel-source-2.2.12
__ tk8.2-dev (suggested)
__ tk8.0-ja-dev (suggested)
__ tk8.0-dev (suggested)
__ kernel-package (suggested)

Now, I am inclined to only select the kernel-package because I have no
intention of running a GUI on this machine.  Am I correct in assuming the
tk-dev files are for writing X interfaces, for kernel management, using tcl?
Am I correct in assuming that kernel-package is still very useful without a
GUI?  Thanks in advance.

- g



Re: dselect and getting kernel source files...

2001-07-12 Thread Alan Shutko
Gladimir [EMAIL PROTECTED] writes:

 Am I correct in assuming the tk-dev files are for writing X
 interfaces, for kernel management, using tcl?  

Right.  It's for make xconfig.  make config and make menuconfig both
work fine without tk.

-- 
Alan Shutko [EMAIL PROTECTED] - In a variety of flavors!
355/113 -- Not the famous irrational number PI, but an incredible simulation!



Re: dselect and getting kernel source files...

2001-07-12 Thread David Z Maze
Gladimir  [EMAIL PROTECTED] writes:
G The default debian installation did not install my kernel source
G files, so I am using dselect to get those files.

I'd just get a kernel tarball off of ftp.kernel.org or a mirror and
unpack it somewhere handy.

G I found the source files and marked kernel-source-2.2.12 for
G installation,

(Why something so ancient?  My stable box is running 2.2.19.)

G Here is my current situation:
G _* kernel-source-2.2.12
G __ tk8.2-dev (suggested)
G __ tk8.0-ja-dev (suggested)
G __ tk8.0-dev (suggested)
G __ kernel-package (suggested)
G 
G Now, I am inclined to only select the kernel-package because I have no
G intention of running a GUI on this machine.  Am I correct in assuming the
G tk-dev files are for writing X interfaces, for kernel management, using tcl?

'make xconfig' uses it, but nothing else.

G Am I correct in assuming that kernel-package is still very useful without a
G GUI?

Yes, in fact.  nods  Also, on x86, you'll need the bin86 package if
you don't have it installed.

-- 
David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
Theoretical politics is interesting.  Politicking should be illegal.
-- Abra Mitchell



Trying to locate KDE1.1.2 source Files

2000-11-06 Thread James Alan Brown

Having used first Red Hat then several versions of SuSE Linux all the Linux
Pro's tell me that Debian is the best set-up.

Was getting quite fed-up with all their extra garbage files they seem to
insist on installing. 

So I have just located/Ordered a 6 CD set.  

My main question is this:

 I need to install KDE 1.1.2 source files to do a re-write to incorporate
the ability to run pure GTK themes on KDE 1.1.2.  

Having downloaded all the KDE2 beta's and now the full KDE2 version only to
find it dam unstable with uncontrollable  geometry.

My main wish is to re-work/re-compile KDE 1.1.2 into a better overall
package with GTK Themmingrather that to go, with the norm, KDE2.

Can anyone provide me with info on where to locate the Debian source files
for KDE 1.1.2 as it seems that kde.org no longer hold them on their servers
(but only KDE2).

Regards,
James