[Lcdproc] OpenBSD 3.9 : undefined symbol 'i386_get_ioperm'
Mickael Dudikoff
citizengen@yahoo.fr
Sun Sep 3 12:36:02 2006
--0-944542268-1157286923=:62912
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
When I run LCDd it goes like this :
# LCDd ;
LCDd:server/drivers/hd44780.so: undefined symbol 'i386_get_ioperm'
LCDd:server/drivers/hd44780.so: undefined symbol 'i386_set_ioperm'
Jannis Achstetter <kripton@kripserver.net> a écrit : -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Mickael Dudikoff schrieb:
> Here is another output made from clean compile folder :
>
> gmake all-recursive
> gmake[1]: Entering directory `/root/lcdproc-0.5.0'
> Making all in shared
> [ ... ]
> gmake[2]: Entering directory `/root/lcdproc-0.5.0'
> gmake[2]: Nothing to be done for `all-am'.
> gmake[2]: Leaving directory `/root/lcdproc-0.5.0'
> gmake[1]: Leaving directory `/root/lcdproc-0.5.0'
Looks like a clean compile to me.... Where's the problem? Can you run
lcdproc when compiled?
Jannis Achstetter
>
>
> */Mickael Dudikoff /* a écrit :
>
> Here is the output :
>
> gmake all-recursive
> gmake[1]: Entering directory `/root/lcdproc-0.5.0'
> Making all in shared
> gmake[2]: Entering directory `/root/lcdproc-0.5.0/shared'
> gmake[2]: Nothing to be done for `all'.
> gmake[2]: Leaving directory `/root/lcdproc-0.5.0/shared'
> Making all in clients
> gmake[2]: Entering directory `/root/lcdproc-0.5.0/clients'
> Making all in examples
> gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/examples'
> gmake[3]: Nothing to be done for `all'.
> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/examples'
> Making all in headlines
> gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/headlines'
> gmake[3]: Nothing to be done for `all'.
> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/headlines'
> Making all in lcdexec
> gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/lcdexec'
> gmake[3]: Nothing to be done for `all'.
> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/lcdexec'
> Making all in lcdproc
> gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/lcdproc'
> gmake[3]: Nothing to be done for `all'.
> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/lcdproc'
> Making all in metar
> gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/metar'
> gmake[3]: Nothing to be done for `all'.
> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/metar'
> gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients'
> gmake[3]: Nothing to be done for `all-am'.
> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients'
> gmake[2]: Leaving directory `/root/lcdproc-0.5.0/clients'
> Making all in server
> gmake[2]: Entering directory `/root/lcdproc-0.5.0/server'
> Making all in drivers
> gmake[3]: Entering directory `/root/lcdproc-0.5.0/server/drivers'
> gmake[3]: Nothing to be done for `all'.
> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/server/drivers'
> Making all in commands
> gmake[3]: Entering directory `/root/lcdproc-0.5.0/server/commands'
> gmake[3]: Nothing to be done for `all'.
> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/server/commands'
> gmake[3]: Entering directory `/root/lcdproc-0.5.0/server'
> gmake[3]: Nothing to be done for `all-am'.
> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/server'
> gmake[2]: Leaving directory `/root/lcdproc-0.5.0/server'
> Making all in docs
> gmake[2]: Entering directory `/root/lcdproc-0.5.0/docs'
> Making all in lcdproc-user
> gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-user'
> Making all in drivers
> gmake[4]: Entering directory
> `/root/lcdproc-0.5.0/docs/lcdproc-user/drivers'
> gmake[4]: Nothing to be done for `all'.
> gmake[4]: Leaving directory
> `/root/lcdproc-0.5.0/docs/lcdproc-user/drivers'
> gmake[4]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-user'
> gmake[4]: Nothing to be done for `all-am'.
> gmake[4]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-user'
> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-user'
> Making all in lcdproc-dev
> gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-dev'
> gmake[3]: Nothing to be done for `all'.
> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-dev'
> gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs'
> gmake[3]: Nothing to be done for `all-am'.
> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/docs'
> gmake[2]: Leaving directory `/root/lcdproc-0.5.0/docs'
> Making all in scripts
> gmake[2]: Entering directory `/root/lcdproc-0.5.0/scripts'
> gmake[2]: Nothing to be done for `all'.
> gmake[2]: Leaving directory `/root/lcdproc-0.5.0/scripts'
> gmake[2]: Entering directory `/root/lcdproc-0.5.0'
> gmake[2]: Nothing to be done for `all-am'.
> gmake[2]: Leaving directory `/root/lcdproc-0.5.0'
> gmake[1]: Leaving directory `/root/lcdproc-0.5.0'
>
>
>
>
> */Guillaume Filion /* a écrit :
>
> Could you do
> gmake > make.log 2>&1
> and send config.log and make.log to the mailing list.
>
>
> .
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFE+J2leYlewm37lbgRArEKAJ9U4EIFb9yFtxbzhXc31vbeD4vvdwCfbjcb
OiRvuuSzTq14/njED2gi+Tg=
=iezz
-----END PGP SIGNATURE-----
_______________________________________________
LCDproc mailing list
LCDproc@lists.omnipotent.net
http://lists.omnipotent.net/mailman/listinfo/lcdproc
---------------------------------
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.
--0-944542268-1157286923=:62912
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
When I run LCDd it goes like this :<br><br>#
LCDd  
; <br>LCDd:server/drivers/hd44780.so: undefined symbol 'i386_get_ioperm'<br>LCDd:server/drivers/hd44780.so: undefined symbol 'i386_set_ioperm'<br><br><br><b><i>Jannis Achstetter <kripton@kripserver.net></i></b> a écrit :<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> -----BEGIN PGP SIGNED MESSAGE-----<br>Hash: SHA1<br><br>Mickael Dudikoff schrieb:<br>> Here is another output made from clean compile folder :<br>><br>> gmake all-recursive<br>> gmake[1]: Entering directory `/root/lcdproc-0.5.0'<br>> Making all in shared<br>> [ ... ]<br>> gmake[2]: Entering directory `/root/lcdproc-0.5.0'<br>> gmake[2]: Nothing to be done for
`all-am'.<br>> gmake[2]: Leaving directory `/root/lcdproc-0.5.0'<br>> gmake[1]: Leaving directory `/root/lcdproc-0.5.0'<br><br>Looks like a clean compile to me.... Where's the problem? Can you run<br>lcdproc when compiled?<br> Jannis Achstetter<br><br>><br>><br>> */Mickael Dudikoff <citizengen@yahoo.fr>/* a écrit :<br>><br>> Here is the output :<br>><br>> gmake all-recursive<br>> gmake[1]: Entering directory `/root/lcdproc-0.5.0'<br>> Making all in shared<br>> gmake[2]: Entering directory `/root/lcdproc-0.5.0/shared'<br>> gmake[2]: Nothing to be done for `all'.<br>> gmake[2]: Leaving directory `/root/lcdproc-0.5.0/shared'<br>> Making all in clients<br>> gmake[2]: Entering directory `/root/lcdproc-0.5.0/clients'<br>> Making all in examples<br>> gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/examples'<br>> gmake[3]: Nothing to be done for `all'.<br>>
gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/examples'<br>> Making all in headlines<br>> gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/headlines'<br>> gmake[3]: Nothing to be done for `all'.<br>> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/headlines'<br>> Making all in lcdexec<br>> gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/lcdexec'<br>> gmake[3]: Nothing to be done for `all'.<br>> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/lcdexec'<br>> Making all in lcdproc<br>> gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/lcdproc'<br>> gmake[3]: Nothing to be done for `all'.<br>> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients/lcdproc'<br>> Making all in metar<br>> gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients/metar'<br>> gmake[3]: Nothing to be done for `all'.<br>> gmake[3]:
Leaving directory `/root/lcdproc-0.5.0/clients/metar'<br>> gmake[3]: Entering directory `/root/lcdproc-0.5.0/clients'<br>> gmake[3]: Nothing to be done for `all-am'.<br>> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/clients'<br>> gmake[2]: Leaving directory `/root/lcdproc-0.5.0/clients'<br>> Making all in server<br>> gmake[2]: Entering directory `/root/lcdproc-0.5.0/server'<br>> Making all in drivers<br>> gmake[3]: Entering directory `/root/lcdproc-0.5.0/server/drivers'<br>> gmake[3]: Nothing to be done for `all'.<br>> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/server/drivers'<br>> Making all in commands<br>> gmake[3]: Entering directory `/root/lcdproc-0.5.0/server/commands'<br>> gmake[3]: Nothing to be done for `all'.<br>> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/server/commands'<br>> gmake[3]: Entering directory `/root/lcdproc-0.5.0/server'<br>>
gmake[3]: Nothing to be done for `all-am'.<br>> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/server'<br>> gmake[2]: Leaving directory `/root/lcdproc-0.5.0/server'<br>> Making all in docs<br>> gmake[2]: Entering directory `/root/lcdproc-0.5.0/docs'<br>> Making all in lcdproc-user<br>> gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-user'<br>> Making all in drivers<br>> gmake[4]: Entering directory<br>> `/root/lcdproc-0.5.0/docs/lcdproc-user/drivers'<br>> gmake[4]: Nothing to be done for `all'.<br>> gmake[4]: Leaving directory<br>> `/root/lcdproc-0.5.0/docs/lcdproc-user/drivers'<br>> gmake[4]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-user'<br>> gmake[4]: Nothing to be done for `all-am'.<br>> gmake[4]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-user'<br>> gmake[3]: Leaving directory
`/root/lcdproc-0.5.0/docs/lcdproc-user'<br>> Making all in lcdproc-dev<br>> gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs/lcdproc-dev'<br>> gmake[3]: Nothing to be done for `all'.<br>> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/docs/lcdproc-dev'<br>> gmake[3]: Entering directory `/root/lcdproc-0.5.0/docs'<br>> gmake[3]: Nothing to be done for `all-am'.<br>> gmake[3]: Leaving directory `/root/lcdproc-0.5.0/docs'<br>> gmake[2]: Leaving directory `/root/lcdproc-0.5.0/docs'<br>> Making all in scripts<br>> gmake[2]: Entering directory `/root/lcdproc-0.5.0/scripts'<br>> gmake[2]: Nothing to be done for `all'.<br>> gmake[2]: Leaving directory `/root/lcdproc-0.5.0/scripts'<br>> gmake[2]: Entering directory `/root/lcdproc-0.5.0'<br>> gmake[2]: Nothing to be done for `all-am'.<br>> gmake[2]: Leaving directory `/root/lcdproc-0.5.0'<br>> gmake[1]: Leaving
directory `/root/lcdproc-0.5.0'<br>><br>><br>><br>><br>> */Guillaume Filion <gfk@logidac.com>/* a écrit :<br>><br>> Could you do<br>> gmake > make.log 2>&1<br>> and send config.log and make.log to the mailing list.<br>><br>><br>> .<br><br>-----BEGIN PGP SIGNATURE-----<br>Version: GnuPG v1.4.5 (GNU/Linux)<br>Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org<br><br>iD8DBQFE+J2leYlewm37lbgRArEKAJ9U4EIFb9yFtxbzhXc31vbeD4vvdwCfbjcb<br>OiRvuuSzTq14/njED2gi+Tg=<br>=iezz<br>-----END PGP SIGNATURE-----<br><br>_______________________________________________<br>LCDproc mailing list<br>LCDproc@lists.omnipotent.net<br>http://lists.omnipotent.net/mailman/listinfo/lcdproc<br></gfk@logidac.com></citizengen@yahoo.fr></blockquote><br><p> 
<hr size="1">
<b>Yahoo! Mail réinvente le mail !</b> Découvrez le <a href="http://fr.rd.yahoo.com/evt=40577/*http://fr.promotions.yahoo.com/mail/nouveaumail.html
">nouveau Yahoo! Mail</a> et son interface révolutionnaire.
--0-944542268-1157286923=:62912--