Extraeyes needed - Conflicts, Provides, Replaces don't seem to work

2007-09-19 Thread Turbo Fredriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Could someone take an ehey on this, I'm not seeing the problem...

Laptop2/SARGE# apt-get install libglib-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Note, selecting libglib1.2-dev instead of libglib-dev
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  util-linux: PreDepends: slang1a-utf8 ( 1.4.9dbs-4)
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a 
solution).

Laptop2/SARGE# dpkg -s libslang1-utf8
Package: libslang1-utf8
Status: install ok installed
Source: slang
Version: 1.4.9dbs-11.TF.1
Replaces: slang1-utf8, slang1a-utf8, slang1
Provides: slang1-utf8, slang1a-utf8, slang1
Depends: libc6 (= 2.3.2.ds1-21)
Conflicts: slang1-utf8, slang1a-utf8, slang1
Description: The S-Lang programming library with utf8 support


The 'libslang1-utf8' is a backport, with Replaces, Provides and Conflicts
modified.


I don't get it! It Provides and Replaces slang1a-utf8, but still
util-linux (dpkg) won't accept it... Any idea?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFG8NtLmlWzPKccHgARAs2LAJ91sJeN5Odm4jHnOJhp+HXlvS9aDQCeLx7s
vn486BM4dsuJAQRU+HKoQcs=
=cVQg
-END PGP SIGNATURE-


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



Re: japa packaging (RFS?-#435583) - jack and alsa perceptual analyzer

2007-09-19 Thread Helmut Grohne
retitle 435583 ITP: japa -- jack and alsa perceptual analyzer 
owner 435583 !
thanks

 I don't think so [1] [2]
 1. RFP should be 'assigned' to you and retitled so it is an ITP

Ok.

 2. debian/changelog should reflect the Closes: #...
 3. Fix all the lintian warnings (e.g. Upstream Author_(s)_: it is
 either ONE author, or many authorS)
 4. cleanup debian/rules and debian/watch: you don't need all those
 commented lines, do you?

If there are no other comments, I'll prepare a new upload to be
sponsored.

Helmut


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



RFS: wmbinclock (updated package)

2007-09-19 Thread Philipp Benner
Dear mentors,

I am looking for a sponsor for the new version 0.5-5
of my package wmbinclock.

It builds these binary packages:
wmbinclock - A binary clock applet for Window Maker

The package appears to be lintian clean.

The upload would fix these bugs: 439972

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/w/wmbinclock
- Source repository: deb-src http://mentors.debian.net/debian unstable
  main contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/w/wmbinclock/wmbinclock_0.5-5.dsc

I would be glad if someone uploaded this package for me.

Kind regards

-- 
Philipp Benner


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



Re: Extraeyes needed - Conflicts, Provides, Replaces don't seem to work

2007-09-19 Thread Justin Pryzby
On Wed, Sep 19, 2007 at 10:18:24AM +0200, Turbo Fredriksson wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Could someone take an ehey on this, I'm not seeing the problem...
 
 Laptop2/SARGE# apt-get install libglib-dev
 Reading Package Lists... Done
 Building Dependency Tree... Done
 Note, selecting libglib1.2-dev instead of libglib-dev
 You might want to run `apt-get -f install' to correct these:
 The following packages have unmet dependencies:
   util-linux: PreDepends: slang1a-utf8 ( 1.4.9dbs-4)
 E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify 
 a solution).
 
I guess it's because *versioned* dependencies on virtual packages are
never satisfied.

Justin


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



Re: How to start porting to a new ARCHITECTURE?

2007-09-19 Thread Michelle Konzack
Hello David,

Am 2007-09-17 19:46:20, schrieb David Given:
 You've got two major tasks ahead of you:
 
 - - port gcc

OK, it seems that parts of gcc went used under Windows...
Maybe it will easy to port it native to Linux.

 - - port the kernel

Since it is a All-In-On-Chip, there is not realy much hardware support
needed.  Floppy, CF-Disks as external controlers, USB is On-Chip same
for LAN, serial, ...

 - - cross-compile a basic userland

:-/

 For the former, you'll need to write a new gcc backend targeting your
 architecture, and then add support to binutils to allow programs to be linked.
 This is not easy. gcc's innards tend to drive people mad.

While reading a little bit the gcc documentation, I am realy confuse
WHERE to start and HOW!

 Once you have a compiler, you can then port the kernel --- this will require
 development hardware with a good debugger (or, preferably, a reliable emulator
 with built-in debugger support). You'll be wading neck-deep in the inside of
 the kernel, although I gather it's not as bad as it used to be these days.
 
 Now you have both a compiler and a kernel, you can use your compiler to
 generate a userland --- as set of basic binaries to get your system up and
 running --- and then boot your new system. This isn't too difficult, although
 cross-compiling on gcc has its own horrors.
 
 Once you've got it reliably self-hosted, you're most of the way there ---
 setting up a basic Debian port is relatively straightforward.

Self-Hosted is my target since I have had MANY horrors with
cross-compiling

 I'd suggest looking up a gcc and linux-kernel mailing list and asking there
 for more detailed info.

OK, I am on the LKM, but do you know a suitable gcc MAILINGLIST?
(I can not use NEWSGROUPS over GSM and since I can use E-Mail for
free using iMode... :-))  )

Thanks, Greetings and nice Day
Michelle Konzack
Tamay Dogan Network


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: How to start porting to a new ARCHITECTURE?

2007-09-19 Thread Daniel Bayer
On Wed, Sep 19, 2007 at 03:26:37PM +0200, Michelle Konzack wrote:
 Am 2007-09-17 19:46:20, schrieb David Given:
  For the former, you'll need to write a new gcc backend targeting your
  architecture, and then add support to binutils to allow programs to be 
  linked.
  This is not easy. gcc's innards tend to drive people mad.
 
 While reading a little bit the gcc documentation, I am realy confuse
 WHERE to start and HOW!

At first you should check what is already available. I wrote a gcc
backend for a small RISC core during my internship. They told me, they
have an assembler. But it only was a hackish perl script. And the
functionality of ld and ar was not implemented at all. So I started
with implementing as, ld and ar. Half a year later, everything worked
fine and there was only one bug in the port I knew of. But I didn't
implement stuff like floating point. Of course, to get a compiler which
is able to compile itself more work is needed. And after that you
can start porting Linux...


Daniel


signature.asc
Description: Digital signature


Re: How to start porting to a new ARCHITECTURE?

2007-09-19 Thread The Fungi
On Wed, Sep 19, 2007 at 03:26:37PM +0200, Michelle Konzack wrote:
 Am 2007-09-17 19:46:20, schrieb David Given:
[...]
  Now you have both a compiler and a kernel, you can use your
  compiler to generate a userland --- as set of basic binaries to
  get your system up and running --- and then boot your new
  system. This isn't too difficult, although cross-compiling on
  gcc has its own horrors.
  
  Once you've got it reliably self-hosted, you're most of the way
  there --- setting up a basic Debian port is relatively
  straightforward.
 
 Self-Hosted is my target since I have had MANY horrors with
 cross-compiling
[...]

Having never done it myself, take this with a grain of salt, but my
understanding is that you should really only use the cross-complied
system to bootstrap your port to the point where you can recompile
it all natively, then use the resulting native system to recomplie
it all again, just to be 100% sure. From there, you have the hard
part out of the way (hopefully) and can focus on the usual
arch-specific bugs in your desired applications.
-- 
{ IRL(Jeremy_Stanley); PGP(9E8DFF2E4F5995F8FEADDC5829ABF7441FB84657);
SMTP([EMAIL PROTECTED]); IRC([EMAIL PROTECTED]); ICQ(114362511);
AIM(dreadazathoth); YAHOO(crawlingchaoslabs); FINGER([EMAIL PROTECTED]);
MUD([EMAIL PROTECTED]:6669); WWW(http://fungi.yuggoth.org/); }


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



RFS: vidalia

2007-09-19 Thread Vern Sun
Dear mentors,

I am looking for a sponsor for my package vidalia.

* Package name: vidalia
  Version : 0.0.14-1
  Upstream Author : Matt Edman [EMAIL PROTECTED]
Justin Hipple [EMAIL PROTECTED]
* URL : http://vidalia-project.net/
* License : GPLv2
  Section : x11

It builds these binary packages:
vidalia- GUI to control and monitor the Tor.

The package appears to be lintian clean.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/v/vidalia
- Source repository: deb-src http://mentors.debian.net/debian unstable main
  contrib non-free
- dget
  http://mentors.debian.net/debian/pool/main/v/vidalia/vidalia_0.0.14-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards
-- 
Vern
2007-09-20


signature.asc
Description: Digital signature


RFS: php-apc -- APC module for php

2007-09-19 Thread Deepak Tripathi
Dear mentors,

I am looking for a sponsor for my package php-apc.

* Package name: php-apc
  Version : 3.0.14-1
  Upstream Author : George Schlossnagle [EMAIL PROTECTED]
* URL : http://pecl.php.net/package/APC
* License : PHP
  Section : web

It builds these binary packages:
php4-apc   - APC module for PHP 4
php5-apc   - APC module for PHP 5

The package appears to be lintian clean.

The upload would fix these bugs: 335404

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/p/php-apc
- Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- dget http://mentors.debian.net/debian/pool/main/p/php-apc/php-apc_3.0.14-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards
 Deepak Tripathi



-- 
Deepak Tripathi
E3 71V3 8Y C063 (We Live By Code)
http://deepkatripathi.blogspot.com


Re: RFS: php-apc -- APC module for php

2007-09-19 Thread Bernd Zeimetz
Hi,

 * Package name: php-apc
   Version : 3.0.14-1
   Upstream Author : George Schlossnagle [EMAIL PROTECTED]
 * URL : http://pecl.php.net/package/APC
 * License : PHP
   Section : web
 
 It builds these binary packages:
 php4-apc   - APC module for PHP 4
 php5-apc   - APC module for PHP 5


php 4 is scheduled for removal, don't build packages for it.

-- 
Bernd Zeimetz
[EMAIL PROTECTED] http://bzed.de/


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