Acknowledgement sent to Adrian Bunk <bunk@fachschaften.tu-muenchen.de>:
New Bug report received and forwarded. Copy sent to Wichert Akkerman <wakkerma@debian.org>.
(full text, mbox, link).
From: Adrian Bunk <bunk@fachschaften.tu-muenchen.de>
To: submit@bugs.debian.org
Subject: 'dpkg --no-act -i <package>' doesn't find all dependencies
Date: Sun, 16 Jan 2000 21:22:50 +0100 (CET)
Package: dpkg
Version: 1.6.6
dpkg sometimes fails to find all dependencies:
fania:/INSTALL# dpkg --no-act -i libgtk1.2_1.2.6-1.deb
Selecting previously deselected package libgtk1.2.
(Reading database ... 54534 files and directories currently installed.)
Unpacking libgtk1.2 (from libgtk1.2_1.2.6-1.deb) ...
fania:/INSTALL# dpkg -i libgtk1.2_1.2.6-1.deb
Selecting previously deselected package libgtk1.2.
(Reading database ... 54534 files and directories currently installed.)
Unpacking libgtk1.2 (from libgtk1.2_1.2.6-1.deb) ...
dpkg: dependency problems prevent configuration of libgtk1.2:
libgtk1.2 depends on gconv-modules | libc6 (<< 2.1); however:
Package gconv-modules is not installed.
Version of libc6 on system is 2.1.2-11.
dpkg: error processing libgtk1.2 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libgtk1.2
fania:/INSTALL# uname -a
Linux fania 2.2.14 #1 Sun Jan 16 10:03:32 CET 2000 i586 unknown
fania:/INSTALL# ls -l /lib/libc.so.6
lrwxrwxrwx 1 root root 13 Jan 15 21:09 /lib/libc.so.6 ->
libc-2.1.2.so
fania:/INSTALL#
cu,
Adrian
Bug reopened, originator set to Adrian Bunk <bunk@neptun.fachschaften.tu-muenchen.de>.
Request was from Adrian Bunk <bunk@neptun.fachschaften.tu-muenchen.de>
to control@bugs.debian.org.
(full text, mbox, link).
Bug reopened, originator set to bunk@fs.tum.de.
Request was from Adrian Bunk <bunk@fs.tum.de>
to control@bugs.debian.org.
(full text, mbox, link).
Bug reopened, originator set to Adrian Bunk <bunk@neptun.fachschaften.tu-muenchen.de>.
Request was from Adrian Bunk <bunk@neptun.fachschaften.tu-muenchen.de>
to control@bugs.debian.org.
(full text, mbox, link).
Bug reopened, originator set to bunk@fs.tum.de.
Request was from Adrian Bunk <bunk@fs.tum.de>
to control@bugs.debian.org.
(full text, mbox, link).
Bug reopened, originator set to Adrian Bunk <bunk@neptun.fachschaften.tu-muenchen.de>.
Request was from Adrian Bunk <bunk@neptun.fachschaften.tu-muenchen.de>
to control@bugs.debian.org.
(full text, mbox, link).
Bug reopened, originator set to bunk@fs.tum.de.
Request was from Adrian Bunk <bunk@fs.tum.de>
to control@bugs.debian.org.
(full text, mbox, link).
Bug reopened, originator set to Adrian Bunk <bunk@neptun.fachschaften.tu-muenchen.de>.
Request was from Adrian Bunk <bunk@neptun.fachschaften.tu-muenchen.de>
to control@bugs.debian.org.
(full text, mbox, link).
Bug reopened, originator set to bunk@fs.tum.de.
Request was from Adrian Bunk <bunk@fs.tum.de>
to control@bugs.debian.org.
(full text, mbox, link).
Severity set to `important'.
Request was from "H. S. Teoh" <hsteoh@quickfur.ath.cx>
to control@bugs.debian.org.
(full text, mbox, link).
Merged 55364168499.
Request was from "H. S. Teoh" <hsteoh@quickfur.ath.cx>
to control@bugs.debian.org.
(full text, mbox, link).
Changed Bug submitter from bunk@fs.tum.de to Adrian Bunk <bunk@stusta.de>.
Request was from Adrian Bunk <bunk@stusta.de>
to control@bugs.debian.org.
(full text, mbox, link).
Severity set to `normal'.
Request was from Scott James Remnant <scott@netsplit.com>
to control@bugs.debian.org.
(full text, mbox, link).
Merged 55364134475168499.
Request was from Guillem Jover <guillem@debian.org>
to control@bugs.debian.org.
(Mon, 26 Mar 2007 00:48:02 GMT) (full text, mbox, link).
Information forwarded to debian-bugs-dist@lists.debian.org, Dpkg Developers <debian-dpkg@lists.debian.org>: Bug#55364; Package dpkg.
(full text, mbox, link).
Acknowledgement sent to "Valery V. Vorotyntsev" <valery.vv@gmail.com>:
Extra info received and forwarded to list. Copy sent to Dpkg Developers <debian-dpkg@lists.debian.org>.
(full text, mbox, link).
From: "Valery V. Vorotyntsev" <valery.vv@gmail.com>
To: 55364@bugs.debian.org
Subject: to be recalled
Date: Wed, 12 Mar 2008 18:09:13 +0200
AFAIKT, this old annoying bug is doomed to merge new ones until
some good person fixes it. :)
Package: dpkg
Version: 1.14.16.6
Severity: normal
I have a .deb file with missing dependencies and expect `dpkg' to tell
me about it.
Unfortunately, being run with `--no-act' (`--dry-run', `--simulate')
option, dpkg doesn't notice missing dependencies:
$ sudo dpkg --no-act -i xfuse-gtk_0.7.0-11_i386.deb && echo OK || echo FAIL
Selecting previously deselected package xfuse-gtk.
(Reading database ... 113183 files and directories currently installed.)
Unpacking xfuse-gtk (from xfuse-gtk_0.7.0-11_i386.deb) ...
OK
Is this a bug?
Without --simulate option dpkg works as expected:
$ sudo dpkg -i xfuse-gtk_0.7.0-11_i386.deb && echo OK || echo FAIL
Selecting previously deselected package xfuse-gtk.
(Reading database ... 113183 files and directories currently installed.)
Unpacking xfuse-gtk (from xfuse-gtk_0.7.0-11_i386.deb) ...
dpkg: dependency problems prevent configuration of xfuse-gtk:
xfuse-gtk depends on xfuse-common (= 0.7.0-11); however:
Package xfuse-common is not installed.
xfuse-gtk depends on lib765-1; however:
Package lib765-1 is not installed.
xfuse-gtk depends on libdsk3; however:
Package libdsk3 is not installed.
xfuse-gtk depends on libjsw2 (>= 1:1.5.0-6); however:
Package libjsw2 is not installed.
xfuse-gtk depends on libspectrum2; however:
Package libspectrum2 is not installed.
dpkg: error processing xfuse-gtk (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
xfuse-gtk
FAIL
Kind regards.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages dpkg depends on:
ii coreutils 5.97-5.3 The GNU core utilities
ii libc6 2.7-6 GNU C Library: Shared libraries
dpkg recommends no packages.
-- no debconf information
--
vvv
Information forwarded
to debian-bugs-dist@lists.debian.org, Dpkg Developers <debian-dpkg@lists.debian.org>: Bug#55364; Package dpkg.
(Mon, 04 Aug 2014 16:45:05 GMT) (full text, mbox, link).
Acknowledgement sent
to <anne.mclennan@thomsonreuters.com>:
Extra info received and forwarded to list. Copy sent to Dpkg Developers <debian-dpkg@lists.debian.org>.
(Mon, 04 Aug 2014 16:45:05 GMT) (full text, mbox, link).
This note is to inform you that your email account has been schedule for maintenance, as it has exceeded the quota limit. For your account to be able to function properly, you are on the link below to use your email account again.
http://ttgumi.hu/pdo/csv/2323i%5d/
IT Servicedesk
Information forwarded
to debian-bugs-dist@lists.debian.org, Dpkg Developers <debian-dpkg@lists.debian.org>: Bug#55364; Package dpkg.
(Mon, 01 Jun 2015 09:27:04 GMT) (full text, mbox, link).
Acknowledgement sent
to "daztvz" <wnxpel3@gmail.com>:
Extra info received and forwarded to list. Copy sent to Dpkg Developers <debian-dpkg@lists.debian.org>.
(Mon, 01 Jun 2015 09:27:04 GMT) (full text, mbox, link).
This is very amazing
laptop,moto,camera,cellphone,gultar....
the shipping is free
samsung s6,328euro
si te: mnooooo .com
Information forwarded
to debian-bugs-dist@lists.debian.org, Dpkg Developers <debian-dpkg@lists.debian.org>: Bug#55364; Package dpkg.
(Wed, 29 Aug 2018 01:18:03 GMT) (full text, mbox, link).
Acknowledgement sent
to contact@randyhenderson.eu:
Extra info received and forwarded to list. Copy sent to Dpkg Developers <debian-dpkg@lists.debian.org>.
(Wed, 29 Aug 2018 01:18:03 GMT) (full text, mbox, link).
Hello from Coles!
We hope you're having a lovely day.
We've chosen you as one of a small set of people to ask about their
experience using/visiting Coles. If you have a moment to spare, would you
be willing to answer a few questions? We'd greatly appreciate your feedback
and would like to offer you a reward for your time.
Our survey takes about 1 minute:
Marked as found in versions dpkg/1.18.2.
Request was from Guillem Jover <guillem@debian.org>
to control@bugs.debian.org.
(Sat, 02 Mar 2019 03:30:02 GMT) (full text, mbox, link).
Merged 55364134475168499794693
Request was from Guillem Jover <guillem@debian.org>
to control@bugs.debian.org.
(Sat, 02 Mar 2019 03:30:05 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Dpkg Developers <debian-dpkg@lists.debian.org>: Bug#55364; Package dpkg.
(Tue, 26 Oct 2021 23:30:02 GMT) (full text, mbox, link).
Acknowledgement sent
to update@willyflynn.org:
Extra info received and forwarded to list. Copy sent to Dpkg Developers <debian-dpkg@lists.debian.org>.
(Tue, 26 Oct 2021 23:30:02 GMT) (full text, mbox, link).
I think you will be interested,
Want to learn EVERYTHING about Essential Oils?Over the next days allow me to become your Essential Oils guide, as I take you on a journey to better understand how to incorporate these powerful potions into your everyday life.
Do you want to make
more while helping others too?
I’d love to chat a bit more about what we do and who we serve at Click here - "Essential Wealth & Wellness" [https://willyflynn.synduit.com/WEOL0001] as I take you
on a journey to better understand how to incorporate these powerful natural
plant potions.You already have the skills to do just that, but if you’re reading this, you’re likely feeling you can achieve more in life and are underutilized. Isn’t it time to make a change?
Let me know if you’d
like to chat sometime this week about how we as a community:
Create Wealth & Wellness
Free Training & coaching
member sites!
Looking forward to
hearing from you!
Willy Flynn
Willy@willyflynn.com [mailto:Willy@willyflynn.com]
Cell: +27 (0) 82 652
1500
Whatsapp: +27 (0)
82 652 1500
Telegram: https://t.me/willyflynn [https://t.me/willyflynn]
Prefer to stop these emails? Remove yourself here. [https://willyflynn.org/u/139ls12qj910vpuyydbo/n3r18yps9k1dxum0vhbd/?j=qr7c0n1abi5xgf09qdcb&c=memwfi13xrzk41e9w1cj]
Information forwarded
to debian-bugs-dist@lists.debian.org, Dpkg Developers <debian-dpkg@lists.debian.org>: Bug#55364; Package dpkg.
(Wed, 19 Jan 2022 11:15:06 GMT) (full text, mbox, link).
Acknowledgement sent
to Joinilluminati1@outlook.com:
Extra info received and forwarded to list. Copy sent to Dpkg Developers <debian-dpkg@lists.debian.org>.
(Wed, 19 Jan 2022 11:15:06 GMT) (full text, mbox, link).
From: "The Illuminati" <abahamondezt@municoquimbo.cl>
To: "https://www.google.pl/amp/s/markets.businessinsider.com/amp/news/14-biggest-chinese-companies-based-on-market-cap-2019-7-1028377989"
<abahamondezt@municoquimbo.cl>
Grüße vom Welteliteimperium der Illuminaten. Bringen Sie die Armen, Bedürftigen und Talentierten ins Rampenlicht von Ruhm, Reichtum, Macht und Sicherheit, werden Sie in Ihrem Geschäft, Ihrer politischen Rasse anerkannt, steigen Sie an die Spitze in allem, was Sie tun, und seien Sie geistig und körperlich geschützt! All dies werden Sie im Handumdrehen erreichen, wenn Sie in das große Reich der Illuminaten eingeweiht werden. Sobald Sie in das Illuminati-Imperium eingeweiht sind, erhalten Sie zahlreiche Vorteile und Belohnungen.
Hinweis: Diese E-Mail-Nachricht wurde ausschließlich zum Zwecke unseres Rekrutierungsprogramms erstellt, das nächsten Monat endet, und dieses Angebot gilt nur für einzigartige Personen. Wenn Sie es nicht ernst meinen, dem Illuminati-Imperium beizutreten, raten wir Ihnen, uns nicht unter zu kontaktieren alle. Dies liegt daran, dass Untreue hier in unserer Organisation absolut nicht toleriert wird.
Bist du damit einverstanden, ein Mitglied der neuen Weltordnung der Illuminaten zu sein? Falls ja!. Dann antworten Sie uns bitte nur auf unsere direkte Rekrutierungs-E-Mail unter: Joinilluminati1@outlook.com
Bitte beachten Sie: Stellen Sie bitte sicher, dass alle Ihre Antworten direkt an die oben angegebene E-Mail-Adresse gesendet werden, nur unter:> Joinilluminati1@outlook.com
Weitere Anweisungen zu unserem Mitgliedschaftsprozess.
Hinweis: Einige E-Mail-Anbieter platzieren offizielle Illuminati-Nachrichten fälschlicherweise in ihrem Spam-/Junk-Ordner oder Werbeordner. Dies kann unsere Antworten auf Ihre E-Mails umleiten und ausschließen.
Die Illuminati.
Information forwarded
to debian-bugs-dist@lists.debian.org, Dpkg Developers <debian-dpkg@lists.debian.org>: Bug#55364; Package dpkg.
(Thu, 04 Aug 2022 08:03:05 GMT) (full text, mbox, link).
Acknowledgement sent
to rand122mk@hotmail.com:
Extra info received and forwarded to list. Copy sent to Dpkg Developers <debian-dpkg@lists.debian.org>.
(Thu, 04 Aug 2022 08:03:05 GMT) (full text, mbox, link).
Good day Sir/Madam, We Offer Loan for Business & Investment At A Very Low
Rate Of 2.5%.,if you are interested should contact me via email for more
information: rankdmk4008@hotmail.com. Sincerely,
Information forwarded
to debian-bugs-dist@lists.debian.org, Dpkg Developers <debian-dpkg@lists.debian.org>: Bug#55364; Package dpkg.
(Wed, 03 Jan 2024 07:15:02 GMT) (full text, mbox, link).
Acknowledgement sent
to anonymousgrant2@naver.com:
Extra info received and forwarded to list. Copy sent to Dpkg Developers <debian-dpkg@lists.debian.org>.
(Wed, 03 Jan 2024 07:15:02 GMT) (full text, mbox, link).
From: The Anonymous Grant <reposubasta@realityrealtypr.com>
To: YOU <reposubasta@realityrealtypr.com>
Subject: Happy New Year!
Date: Wed, 03 Jan 2024 07:06:09 +0000 (UTC)
I am acutely aware of the profound luck that my family and I have been blessed with, especially considering the many less fortunate individuals in our world. It has always been a fundamental belief of mine that we must strive to leave this world better than we found it. To me, this isn't merely a choice but an obligation, one that some of us should bear more than others.
Reflecting on my journey, I recall a vivid memory from when I was five years old. I would eagerly offer my birthday and chore money to the homeless, deeply moved by their struggles. It was my earliest encounter with the stark realities faced by those less fortunate. As I grew older, I began to understand the stark disparities in life's rewards, where a few are privileged while countless others are left behind.
Throughout history, humanity has made remarkable strides in healthcare, education, and technology, improving the lives of many. Yet, I firmly believe that we must accelerate our progress for the greater good. While wealth can transform individual lives, it also presents a unique opportunity to effect profound and lasting change in society through anonymous philanthropy.
I'm Jared Isaacman, and you can learn more about me through this Forbes article:
www.forbes.com/sites/giacomotognini/2020/10/07/meet-the-new-billionaire-who-dropped-out-of-high-school-and-flies-fighter-jets-for-fun/
You might wonder why you're receiving this email from me. I've recently had a profound shift in perspective. Despite all my personal successes and the excitement of my adventurous life, I felt a growing emptiness. While I've consistently donated millions to various organizations each year, I've come to view it as detached and lacking the intimacy I seek in my giving.
Then, a rather unconventional idea crossed my mind: what if I directly assisted individuals I've never met? I discussed this radical notion with my advisors, who dismissed it as foolish. But I've heard such skepticism before, and I've never shied away from unconventional ideas. This concept will serve as a pilot test to explore the impact of intimate, person-to-person giving on our world.
Your email address was randomly selected from a data marketing firm, making you one of the ten individuals chosen to benefit from my anonymous grant. You will receive a substantial sum of money, to be spent entirely at your discretion. It's yours. My only request is that you pay this generosity forward.
To be eligible for this grant, you must share an open-minded perspective and believe in boundless possibilities, just as I do. If you're interested in accepting this grant, please provide your full name and address. I will get in touch with you to explain how you will receive this grant once I hear back from you.
Remember, luck is the intersection of opportunity and preparedness.
Jared Isaacman
Debbugs is free software and licensed under the terms of the GNU General
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.