You are not logged in.
Hi,
i tried to install tpfand from the AUR, but it seems not to be working
hubutz@localhorst ~ % yaourt -S tpfand
==> Resuming previous build
==> Downloading tpfand PKGBUILD from AUR...
tar: Recordgröße = 12 Blöcke
Comment by: evr on 2009 02 27 [16:40:58]
updated to include /etc/rc.d/tpfand daemon.
Comment by: qubit on 2009 03 02 [17:40:22]
Thanks for the package, but it needs to be fixed.
1) all files have execution bit set because of wrong Makefile. Same thing is for tpfan-admin package.
2) it has some ubuntu specific things like /etc/init.d and /etc/acpi/.. that are useless in Arch.
I use pm-utils so I created simple script in /etc/pm/sleep.d
#!/bin/sh
# stop tpfand during suspend
case "$1" in
hibernate|suspend)
/etc/rc.d/tpfand stop
;;
thaw|resume)
/etc/rc.d/tpfand start
;;
*) exit $NA
;;
esac
Comment by: evr on 2009 03 03 [02:42:22]
thanks for the info! I didn't realize the makefile made everything executable. Please let me know if the changes I made work appropriately. I added your pm-utils script, however I don't use pm-utils so please let me know if it is not correctly implemented.
Comment by: qubit on 2009 03 04 [19:43:34]
it's ok, just change 99tpfand to 09tpfand
thanks
Comment by: evr on 2009 03 04 [21:18:04]
changed
First Submitted: Sun, 22 Feb 2009 02:59:00 +0000
tpfand 0.94-3 : Monitors temperatures and controls fan speed of IBM\/Lenovo ThinkPad notebooks.
( Unsupported package: Potentally dangerous ! )
==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==> ----------------------------------------------
==>n
==> tpfand dependencies:
- python (already installed)
==> Continue the building of tpfand ? [Y/n]
==> ----------------------------------------------
==>y
==> Building and installing package
==> Erstelle Paket: tpfand 0.94-3 x86_64 (Do 12. Mär 18:16:08 CET 2009)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> Empfange Quellen...
-> Lade tpfand_0.94.orig.tar.gz herunter...
--2009-03-12 18:16:08-- http://ppa.launchpad.net/surban/ubuntu/pool/main/t/tpfand/tpfand_0.94.orig.tar.gz
Auflösen des Hostnamen »ppa.launchpad.net«.... 91.189.90.217
Verbindungsaufbau zu ppa.launchpad.net|91.189.90.217|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 404 Not Found
2009-03-12 18:16:08 FEHLER 404: Not Found.
==> FEHLER: Fehler beim Download von tpfand_0.94.orig.tar.gz
Breche ab ...
Error: Makepkg was unable to build tpfand package.
1 hubutz@localhorst ~ %anyone knows how to get this fixed?
Thanks and cheers,
hub
Offline
I do not know German (looks like German - so if its not, forgive me)
But this
2009-03-12 18:16:08 FEHLER 404: Not Found.
==> FEHLER: Fehler beim Download von tpfand_0.94.orig.tar.gzmeans that the source was not found at the specified location. Since you don't have the source, you can't build it.
Go to the AUR page and put in a comment to let the contirbutor/maintainer know about it. You can also email him- as long he has set preferences to receive email via the forums.
Last edited by Inxsible (2009-03-12 17:23:16)
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
ahh... okay, thanks!
Offline