Kein Thunderbird als pkg Paket mehr?

Sadakazu

Well-Known Member
Moin moin....
Mir ist grad aufgefallen das es scheinbar kein Thunderbird mehr als pkg Paket gibt....
In den Ports ists aber noch vorhanden....

Weiß jemand was da los ist?

Welche Alternativen gibts? Am besten was Schlankes für XFCE4 ;)
 
Da bietet sich der Mail-Client claws-mail an. Bei mir unter FreeBSD 11.1 ist Thunderbird aber vorhanden und kann auch als Binärpaket installiert werden.
 
Ehm, nö :D
pkg install thunderbird sagt bei mir immer: konnte paket "thunderbird" nicht finden...

auch pkg search thunderbird findet nix....
bzw nur irgend ein roundcube lable....
Unter /urs/ports/mail/thunderbird könnt ich das zwar bauen....
Aber hab ich lust dazu 3 Stunden zu warten bis das gebaut wurde? :D

Aber ich hab "nur" 11.0 installiert... vielleicht sollte ich einfach mal auf 11.1 upgraden... :D
 
Jop... hab jetzt auf 11.1 pkg nochmal upgedatet... und weder Firefox noch Thunderbird sind als Package verfügbar :(
 
Code:
== 18:27:28 ==> pkg update
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
== 18:27:32 ==> pkg search thunderbird
roundcube-thunderbird_labels-1.1.3 Thunderbird Labels plugin for RoundCube webmail
thunderbird-52.2.1  Mozilla Thunderbird is standalone mail and news that stands above
thunderbird-dictionaries-20060220_13 Dictionaries for Mozilla Thunderbird
thunderbird-i18n-52.2.1  Localized interface for Thunderbird
== 18:27:40 ==> freebsd-version
11.1-RELEASE

HTH

pkgdb in Ordnung?
 
Code:
root@freebsd:~ # pkg update
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
root@freebsd:~ # pkg search thunderbird
roundcube-thunderbird_labels-1.1.3 Thunderbird Labels plugin for RoundCube webmail
root@freebsd:~ # freebsd-version
11.1-RELEASE
Relativ frische installation.... dann müsste die ja schon wärhend der installation kaputtgegangen sein ;)
 
Tausch mal in /etc/pkg/FreeBSD.conf quarterly gegen latest aus und mach ein pkg update -f
Code:
# sed -i '' 's/quarterly/latest/g' /etc/pkg/FreeBSD.conf

Edit: Rechtschreibung scheint heute nicht meine stärke zu sein :o
 
Zuletzt bearbeitet:
Gut ich hätte posten sollen, das ich in der /etc/pkg/FreeBSD.conf bereits nach der Grundinstallation auf "latest" umgestellt hatte. Aber seltsam finde ich das auch, denn Thunderbird ist ja nichts exotisches, allerdings wird es wahrscheinlich schon seine Gründe haben ....
 
Code:
root@freebsd:~ # sed -i '' 's/quaterly/latest/g' /etc/pkg/FreeBSD.conf
root@freebsd:~ # pkg update -f
Updating FreeBSD repository catalogue...
Fetching meta.txz: 100%    944 B   0.9kB/s    00:01
Fetching packagesite.txz: 100%    6 MiB   3.0MB/s    00:02
Processing entries: 100%
FreeBSD repository update completed. 26333 packages processed.
All repositories are up to date.
root@freebsd:~ # pkg install thunderbird
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'thunderbird' have been found in the repositories
Hat leider auch nicht zum erfolg geführt ;)

[EDIT]
Doch... irgendwas ist wohl bei sed falsch gelaufen...
habs jetzt manuell auf latest gestellt... jetzt ist Thunderbird wieder drin....

Aber warum wurde es rausgenommen?
 
@datasmurf
Hatte grad noch mal Editiert...
Ja... klappt jetzt... mit sed (copy paste) hatte was nicht gepasst... habs manuell auf latest gestellt.....

Aber das ja doof... warum haben die das aus den normalen repo rausgeschmissen?
 
Es kann immer mal wieder vorkommen, dass ein Paket beim Build nicht sauber durchläuft, warum auch immer... Dann gibt es bis zum nächsten Buildlauf (oder bis das Problem behoben ist) ggf. das Paket nicht. Das passiert natürlich bei latest häufiger als im quarterly
 
Welche Alternativen gibts? Am besten was Schlankes für XFCE4 ;)

Kann mail/sylpheed empfehlen. Thunderbird ist ja eine Eierlegende Wollmilchsau ( Chat, Browser, Etc ) und minimiert nicht mal in den Tray ( zumindes mit i3wm kein Icon zum minimieren im Systray ) ohne AddOn. Die Tage hab ich mal kurz "Ausprobiert" aber Sylpheed bleibt meine #1.
 
Seamonkey legt bei mir alle Eier der Wollmilchsau und macht das ausgesprochen zuverlässig.
Gefällt mir als "Arbeitsumgebung" besser als einzelne Experten.
 
Code:
== 22:43:08 ==> cat /usr/local/etc/pkg/repos/FreeBSD.conf
FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes
  }
== 22:43:42 ==> pkg search seamonkey
linux-seamonkey-2.48  The open source, standards compliant web browser
seamonkey-2.48  The open source, standards compliant web browser
seamonkey-i18n-2.48  Localized interface for SeaMonkey
== 22:43:47 ==>

Ich bin irgendwann mal auf latest umgestiegen und das rennt ganz gut.
 
Das Problem scheint behoben von FreeBSD Mailinglist.
> Hello,
>
> I have a virtual machine running FreeBSD. Last week the OS was upgraded
> from 10.1 to 11.1-RELEASE. After the upgrade I tried to install Firefox,
> but `pkg' cannot find the package in the repository:
>
> $ sudo pkg install firefox
> Updating FreeBSD repository catalogue...
> FreeBSD repository is up to date.
> All repositories are up to date.
> pkg: No packages available to install matching 'firefox' have been found
> in the repositories
>
> $ sudo pkg search firefox
> esteidfirefoxplugin-3.8.0.1115 Digital signing with Estonian ID card in
> Firefox
> linux-firefox-45.9.0,2 Web browser based on the browser portion
> of Mozilla
> xpi-firefox-showcase-0.9.5.6 Easily locate and select any open browser
> window
>
> Firefox is present in the ports directory, but not in the packages
> database. I updated the database using -f option, but the result was the
> same. I don't know if there are any other lost packages, but it seems
> very probable. What's happened? How do I get the full database?

firefox was missing for a few days due to a fallout from r447542. Try again.

Disappearing packages issue was also discussed on the recent devsummit.
ports-secteam@ maintains quarterly branches exactly to avoid this but
sometimes mistakes happen.

http://beefy3.nyi.freebsd.org/data/110amd64-quarterly/447639/logs/errors/firefox-54.0.1_1,1.log
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221361
https://wiki.freebsd.org/DevSummit/201708/Desktop#Ports
_______________________________________________
freebsd-questions@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
 
Zurück
Oben