PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > Syntax error in bitops.h:244
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

Syntax error in bitops.h:244

Réponse
 
LinkBack Outils de la discussion
Vieux 05/08/2007, 23h00   #1
Adam Gray
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Syntax error in bitops.h:244

Here's the story.

By the magic of aptitude, I installed a package that wanted udev, and
as a result got rid of hotplug by accident. So I removed this package
(can't remember what it was, nothing terribly important), reinstalled
hotplug and thought nothing of it.

A bit later, however, I noticed that my USB modem wasn't firmware-ing
properly when I plugged it in. So I assumed (rather uninformedly) that
after reinstalling hotplug, the eagle-usb thing hadn't registered with
it properly. Ha ha ha thinks I, I'll just reinstall the modem driver.
Bad move: I'd forgotten the hell it took to make it work in the first
place. Unfortunately I only remembered this *after* 'make uninstall'.
Next, various gcc version conflicts got in my way; managed to sort
them out reasonably OK-ly. Now I have 3.3.5 symlinked to /usr/bin/gcc,
same as the kernel. All fine. Eagle-usb now ./configures correctly.

But I get some weird stuff while makeing. FIrst few things (DSP codes)
compile fine, but it gets stuck on compiling eaglectrl. Error I get is
(not exactly since for obvious reasons I'm on windows now and can't
copy & paste between) syntax error in
/usr/include/asm-i486/bitops.h:244.

Any reason for this? I guess (again uninformedly...) some kind of
libc6 versioin problem? Or something? :S

Thanks. :-)

A

--
Adam Gray
"Life + self-doubt = peace"
-- Jan Buttinger


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 01h20   #2
Wayne Topa
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Syntax error in bitops.h:244

Adam Gray(adam@bandstand.org.uk) is reported to have said:
> Here's the story.
>
> By the magic of aptitude, I installed a package that wanted udev, and
> as a result got rid of hotplug by accident. So I removed this package
> (can't remember what it was, nothing terribly important), reinstalled
> hotplug and thought nothing of it.
>
> A bit later, however, I noticed that my USB modem wasn't firmware-ing
> properly when I plugged it in. So I assumed (rather uninformedly) that
> after reinstalling hotplug, the eagle-usb thing hadn't registered with
> it properly. Ha ha ha thinks I, I'll just reinstall the modem driver.
> Bad move: I'd forgotten the hell it took to make it work in the first
> place. Unfortunately I only remembered this *after* 'make uninstall'.
> Next, various gcc version conflicts got in my way; managed to sort
> them out reasonably OK-ly. Now I have 3.3.5 symlinked to /usr/bin/gcc,
> same as the kernel. All fine. Eagle-usb now ./configures correctly.
>
> But I get some weird stuff while makeing. FIrst few things (DSP codes)
> compile fine, but it gets stuck on compiling eaglectrl. Error I get is
> (not exactly since for obvious reasons I'm on windows now and can't
> copy & paste between) syntax error in
> /usr/include/asm-i486/bitops.h:244.
>
> Any reason for this? I guess (again uninformedly...) some kind of
> libc6 versioin problem? Or something? :S


ISTR that hotplug was removed, when udev was installed, because udev
now includes the hotplug feature.

Yep, I guess it does....

apt-cache show udev
Description: /dev/ and hotplug management daemon
udev is a daemon which dynamically creates and removes device nodes
from /dev/, handles hotplug events and loads drivers at boot time.

Might that be your problem?

Wayne

--
There were computers in Biblical times. Eve had an Apple.
__________________________________________________ _____


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 01h20   #3
Wayne Topa
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Syntax error in bitops.h:244

Adam Gray(adam@bandstand.org.uk) is reported to have said:
> Here's the story.
>
> By the magic of aptitude, I installed a package that wanted udev, and
> as a result got rid of hotplug by accident. So I removed this package
> (can't remember what it was, nothing terribly important), reinstalled
> hotplug and thought nothing of it.
>
> A bit later, however, I noticed that my USB modem wasn't firmware-ing
> properly when I plugged it in. So I assumed (rather uninformedly) that
> after reinstalling hotplug, the eagle-usb thing hadn't registered with
> it properly. Ha ha ha thinks I, I'll just reinstall the modem driver.
> Bad move: I'd forgotten the hell it took to make it work in the first
> place. Unfortunately I only remembered this *after* 'make uninstall'.
> Next, various gcc version conflicts got in my way; managed to sort
> them out reasonably OK-ly. Now I have 3.3.5 symlinked to /usr/bin/gcc,
> same as the kernel. All fine. Eagle-usb now ./configures correctly.
>
> But I get some weird stuff while makeing. FIrst few things (DSP codes)
> compile fine, but it gets stuck on compiling eaglectrl. Error I get is
> (not exactly since for obvious reasons I'm on windows now and can't
> copy & paste between) syntax error in
> /usr/include/asm-i486/bitops.h:244.
>
> Any reason for this? I guess (again uninformedly...) some kind of
> libc6 versioin problem? Or something? :S


ISTR that hotplug was removed, when udev was installed, because udev
now includes the hotplug feature.

Yep, I guess it does....

apt-cache show udev
Description: /dev/ and hotplug management daemon
udev is a daemon which dynamically creates and removes device nodes
from /dev/, handles hotplug events and loads drivers at boot time.

Might that be your problem?

Wayne

--
There were computers in Biblical times. Eve had an Apple.
__________________________________________________ _____


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 06/08/2007, 03h30   #4
Douglas Allan Tutty
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Syntax error in bitops.h:244

On Sun, Aug 05, 2007 at 09:42:29PM +0100, Adam Gray wrote:
>
> By the magic of aptitude, I installed a package that wanted udev, and
> as a result got rid of hotplug by accident. So I removed this package
> (can't remember what it was, nothing terribly important), reinstalled
> hotplug and thought nothing of it.
>


If you're running Etch (stable), the release notes say that udev is
required now. udev conflicts with hotplug since it provides the same
service.

Doug.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 05h14.


Édité par : vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,11065 seconds with 12 queries