Finally it works! The problem was that if you have a tag in the control file like Conflicts: with no value it will not warn you and will tell you (far) downstream that something is wrong with dependencies but that is all. So the problem was simply a Conflicts: with no values. Removed it and it all works now.
Thanks to all for your patience and advice. -- IV On Mon, May 10, 2010 at 11:29 PM, Ignacio Valdes <[email protected]> wrote: > This is a vexing problem. The things that are supposed to fix all the > below do not. -- IV > > On Mon, May 10, 2010 at 2:04 PM, Ignacio Valdes <[email protected]> wrote: >> Checked my server logs and found the following. Packages.gz exists but >> that's not what the client is looking for: >> >> [Mon May 10 18:41:47 2010] [error] [client 75.223.92.226] File does >> not exist: /var/packages/dists/karmic/Release.gpg >> [Mon May 10 18:41:47 2010] [error] [client 75.223.92.226] File does >> not exist: /var/packages/dists/karmic/main/i18n >> [Mon May 10 18:41:48 2010] [error] [client 75.223.92.226] File does >> not exist: /var/packages/dists/karmic/main/binary-i386/Packages.bz2 >> [Mon May 10 18:41:48 2010] [error] [client 75.223.92.226] File does >> not exist: /var/packages/dists/karmic/main/binary-i386/Packages.lzma >> >> >> On Mon, May 10, 2010 at 9:50 AM, Ignacio Valdes <[email protected]> wrote: >>> That improved things, but I am now getting >>> >>> E: Problem parsing dependency Conflicts >>> E: Error occurred while processing astronaut-wv-server-beta (NewVersion1) >>> E: Problem with MergeList >>> /var/lib/apt/lists/174.143.201.52_dists_karmic_main_binary-i386_Packages >>> E: The package lists or status file could not be parsed or opened. >>> >>> Browsing to here though shows that the Packages file can be opened or >>> read at least through http >>> >>> http://174.143.201.52/ubuntu/dists/karmic/main/binary-i386/Packages >>> >>> On Mon, May 10, 2010 at 3:00 AM, Bernhard R. Link <[email protected]> wrote: >>>> * Ignacio Valdes <[email protected]> [100510 06:48]: >>>>> Using the following article: >>>>> http://www.jejik.com/articles/2006/09/setting_up_and_managing_an_apt_repository_with_reprepro/ >>>>> >>>>> I have with reprepro generated test apt-get repository at: >>>>> http://174.143.201.52/ubuntu/ >>>>> >>>>> The files are present and I have placed in my local machine in >>>>> /etc/apt/sources.list.d/astronaut.list file which contains: >>>>> >>>>> ## Astronaut Ubuntu APT repository >>>>> deb http://174.143.201.52/ubuntu karmic main >>>>> deb-src http://174.143.201.52/ubuntu karmic main >>>>> >>>>> However the repository seems invisible. I try apt-get install >>>>> astronaut-wv-server-beta and it cannot find it as well as a apt-cache >>>>> search astronaut doesn't find anything. I may have misconfigured >>>>> something but I am not sure what as it seems visible. >>>> >>>> Looking at the documentation you gave a link to, that Virtual host entry >>>> seems to place things in the root directory. I.e. you most likely >>>> need >>>> >>>> deb http://174.143.201.52/ karmic main >>>> deb-src http://174.143.201.52/ karmic main >>>> >>>> Hochachtungsvoll, >>>> Bernhard R. Link >>>> >>> >>> >>> -- >>> To UNSUBSCRIBE, email to [email protected] >>> with a subject of "unsubscribe". Trouble? Contact >>> [email protected] >>> Archive: >>> http://lists.debian.org/[email protected] >>> >>> >> >> >> -- >> To UNSUBSCRIBE, email to [email protected] >> with a subject of "unsubscribe". Trouble? Contact [email protected] >> Archive: >> http://lists.debian.org/[email protected] >> >> > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact [email protected] > Archive: > http://lists.debian.org/[email protected] > > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

