sudeepn / Lenvyx

4 stars 6 forks source link

missing dependency: gxmessage #1

Closed jarthod closed 12 years ago

jarthod commented 12 years ago

Maybe just an apt-get install missing ?

bigbourin@Envy14 [~/lenvyx] > ./install.sh 
[sudo] password for bigbourin: 
Selecting previously unselected package lenvyx-flash.
(Reading database ... 195352 files and directories currently installed.)
Unpacking lenvyx-flash (from build/lenvyx-flash.deb) ...
Selecting previously unselected package switchable-graphics.
Unpacking switchable-graphics (from build/switchable-graphics.deb) ...
Setting up lenvyx-flash (1.0) ...
dpkg: dependency problems prevent configuration of switchable-graphics:
 switchable-graphics depends on gxmessage; however:
  Package gxmessage is not installed.
dpkg: error processing switchable-graphics (--install):
 dependency problems - leaving unconfigured
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Errors were encountered while processing:
 switchable-graphics
msaglietto commented 12 years ago

after i got this error I installed gxmessage by it self (sudo apt-get install gxmessage) and it worked so then I ran sh install again and it finished

jarthod commented 12 years ago

yeah I also fixed it with apt-get -f install, but i wanted to notify ;) i'll probably fix the script