Closed pasnox closed 10 years ago
From pasnox on June 22, 2010 14:55:34
Strange, It seem that qmake generated bad makefile rules. In fact it seem it generated binary install rules for non binary files ( .desktop & .png ), while it does not generated binary install rule for ... the binary :/ Do you tried to redo a qmake before the make install ? It may be a bug of qmake. Which exact Qt version are you using ?
Status: Started
Owner: pasnox
From lincru...@gmail.com on June 23, 2010 02:18:46
Thank you for your help. I'll try to re-download the archive tonight and then will give more detailed informations. I did redo a qmake. In fact I retried every step, but it returned a "nothing to do" style message as it detected the previous attempt. I downloaded the latest version of Qt from Synaptics, 4.6.3.
From pasnox on June 24, 2010 00:16:11
By the way, you could check the file properties, it seem the incrimined files have the executable bit while they should not have. Can you check that for the .png & .desktop file ?
From lincru...@gmail.com on June 25, 2010 10:46:21
Properties of the 2 files:
ls -la /usr/local/share/icons/hicolor/256x256/apps/qwbfsmanager.png
-rw-r--r-- 1 root root 35791 2010-06-15 23:07 /usr/local/share/icons/hicolor/256x256/apps/qwbfsmanager.png
and
ls -la /usr/local/share/applications/QWBFSManager.desktop
-rw-r--r-- 1 root root 267 2010-06-16 14:28 /usr/local/share/applications/QWBFSManager.desktop
I re-downloaded the 1.0.3 tar.bz2 archive and then tried again with no success. You might want to know that I am no Linux guru, I might have missed something important, but all required dev tools are installed (through synaptic). This week-end I'll try to do it again on a freshly installed Fedora or Debian to exclude any OS related issue.
From lincru...@gmail.com on June 27, 2010 08:26:50
Debian installed on a VM, got it to work with the new version 1.1.0, issue to be closed. Thanks for help and for the whole thing!
From lincru...@gmail.com on June 21, 2010 13:53:16
What steps will reproduce the problem? 1. Erreur à l'installation. Voici ce que retourne la commande "sudo make install" telle que précisée dans le readme:
cd libwbfs/ && make -f Makefile install make[1]: Entering directory
/home/mb/Bureau/qwbfsmanager-1.0.3-src/libwbfs' make -f Makefile.Release install make[2]: Entering directory
/home/mb/Bureau/qwbfsmanager-1.0.3-src/libwbfs' make[2]: Nothing to be done forinstall'. make[2]: Leaving directory
/home/mb/Bureau/qwbfsmanager-1.0.3-src/libwbfs' make[1]: Leaving directory/home/mb/Bureau/qwbfsmanager-1.0.3-src/libwbfs' cd qwbfs/ && make -f Makefile install make[1]: Entering directory
/home/mb/Bureau/qwbfsmanager-1.0.3-src/qwbfs' make -f Makefile.Release install make[2]: Entering directory/home/mb/Bureau/qwbfsmanager-1.0.3-src/qwbfs' install -m 644 -p /home/mb/Bureau/qwbfsmanager-1.0.3-src/bin/qwbfsmanager /usr/local/bin/ install -m 755 -p /home/mb/Bureau/qwbfsmanager-1.0.3-src/packages/QWBFSManager.desktop /usr/local/share/applications/ strip /usr/local/share/applications/QWBFSManager.desktop strip:/usr/local/share/applications/QWBFSManager.desktop: File format not recognized make[2]: [install_qwbfs_desktop] Error 1 (ignored) install -m 755 -p /home/mb/Bureau/qwbfsmanager-1.0.3-src/qwbfs/resources/qwbfsmanager.png /usr/local/share/icons/hicolor/256x256/apps/ strip /usr/local/share/icons/hicolor/256x256/apps/qwbfsmanager.png strip:/usr/local/share/icons/hicolor/256x256/apps/qwbfsmanager.png: File format not recognized make[2]: [install_qwbfs_desktopicon] Error 1 (ignored) make[2]: Leaving directory
/home/mb/Bureau/qwbfsmanager-1.0.3-src/qwbfs' make[1]: Leaving directory `/home/mb/Bureau/qwbfsmanager-1.0.3-src/qwbfs' What version of the product are you using? On what operating system? using qwbfs Manager 1.0.3 on Linux Mint 9 Isadora Please provide any additional information below. gcc, libssl, openssl, qt 4.6 installés. A priori il y a un problème de "format de fichier" : File format not recognized apparaissant plusieurs fois.Original issue: http://code.google.com/p/qwbfs/issues/detail?id=2