Issue227

Project smart
Title smart does not appear to handle duplicate names in channels
Priority bug Status done-review
Superseder Nosy List loki, mikus, netmask, rasker
Assigned To rasker Topics

Created on 2006-10-12.23:17:30 by mikus, last changed 2008-07-01.10:41:38 by rasker.

Messages
msg1428 (view) Author: rasker Date: 2008-07-01.10:41:38
Retired

Reason for Retirement: Please confirm if this is still a problem in the latest
version of Smart.

Please reopen this issue in the new bugtracker if it is still an issue.
New Bugtracker : http://bugs.launchpad.net/smart
further details:
https://blueprints.launchpad.net/smart/+spec/bug-reporting-migration.
msg777 (view) Author: loki Date: 2006-10-13.11:44:26
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mauricio Teixeira (netmask) at Labix Tracker wrote:
> Mauricio Teixeira (netmask) <mteixeira@webset.net> added the comment:
> 
> Pascal, could that be some side effect of the duplicate channel checking you
> mentioned the other day?

I never mentioned anything about "duplicate channel checking" oO

I'd need to investigate to make 100% sure but right now, I don't see how
any of the patches I apply could affect that behavior.

- --
  -o) Pascal Bleser     http://linux01.gwdg.de/~pbleser/
  /\\ <pascal.bleser@skynet.be>       <guru@unixtech.be>
 _\_v The more things change, the more they stay insane.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFFL3wNr3NMWliFcXcRAoVLAJ4mvb79Ro+wmN+6dJZmsqVJflk/pACffscU
cpIPPxSXANEqazj2Pa99FDg=
=TW6U
-----END PGP SIGNATURE-----
msg776 (view) Author: netmask Date: 2006-10-13.02:31:09
Pascal, could that be some side effect of the duplicate channel checking you
mentioned the other day?
msg775 (view) Author: mikus Date: 2006-10-12.23:17:30
Using smart with SuSE.  At the time of SuSE 9.x, I had several channels
identifying apt-rpm repositories, each with a different baseurl, but all with
the *same* string in the "name" field of the channel entry.  Back then, this all
worked.  I've more or less copied those entries to my latest systems (making
sure that they point to the *applicable* (e.g., 10.0) repositories].

On a system with SUSE 10.0 and the latest smart (from guru), I looked at the
output of 'smart --shell', then 'update'.  For the base component repository,
smart fetched the 'release' file (and showed me the progress bar as it was doing
it.  But for the other "type = apt-rpm" channel entries, all that smart  output
to the console was the message: "Fetching information for 'SUSE Linux packages
apt-rpm repository on ftp.gwdg.de' -- WITHOUT the specific filename, and without
the progress bar.

I'm left with the conclusion that smart failed to access all but one repository
that was "type = apt-rpm".  I don't know if that was because smart has a problem
with apt-rpm, or with multiple entries having the same "name =" string.  [I have
duplicate names only with apt-rpm channels.]
History
Date User Action Args
2008-07-01 10:41:39raskersetstatus: need-info -> done-review
nosy: + rasker
messages: + msg1428
assignedto: loki -> rasker
2006-10-13 11:44:27lokisetmessages: + msg777
2006-10-13 02:31:11netmasksetstatus: unread -> need-info
nosy: + netmask, loki
messages: + msg776
assignedto: loki
2006-10-12 23:17:32mikuscreate