|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Patch OpenSSLBonjour,
J'ai un soucis de mise à jour du patch concernant la librarie openSSL. tout se deroule normalement lors de la première phase: cd /usr/src patch -p0 < patch/012_openssl.patch cd lib/libssl make depend make includes make make install cd ../../sbin make obj make depend make <----------------------Le make ne fonctionne pas ! make install voici un extrait du retour de compilation (commande make): /usr/src/sbin/bioctl/bioctl.c:742: error: dereferencing pointer to incomplete type /usr/src/sbin/bioctl/bioctl.c:742: error: `SR_CRYPTOKDF_KEY' undeclared (first use in this function) /usr/src/sbin/bioctl/bioctl.c:742: error: `SR_CRYPTOKDF_HINT' undeclared (first use in this function) /usr/src/sbin/bioctl/bioctl.c:745: error: dereferencing pointer to incomplete type /usr/src/sbin/bioctl/bioctl.c:745: error: dereferencing pointer to incomplete type /usr/src/sbin/bioctl/bioctl.c:747: error: dereferencing pointer to incomplete type /usr/src/sbin/bioctl/bioctl.c:748: error: dereferencing pointer to incomplete type /usr/src/sbin/bioctl/bioctl.c:748: error: dereferencing pointer to incomplete type /usr/src/sbin/bioctl/bioctl.c:749: error: dereferencing pointer to incomplete type /usr/src/sbin/bioctl/bioctl.c:749: error: dereferencing pointer to incomplete type /usr/src/sbin/bioctl/bioctl.c: In function `bio_deleteraid': /usr/src/sbin/bioctl/bioctl.c:830: error: storage size of `bd' isn't known /usr/src/sbin/bioctl/bioctl.c:835: error: `BIOCDELETERAID' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sbin/bioctl (line 92 of /usr/share/mk/sys.mk). *** Error code 1 Stop in /usr/src/sbin (line 48 of /usr/share/mk/bsd.subdir.mk). Merci pour votre aide. Dragan ________________________________ French OpenBSD mailing list misc@... http://www.openbsd-france.org/ml |
|
|
Re: Patch OpenSSLAucun soucis pour ma part pour un 4.3.
2009/4/9 Dragan MILIC - NET OPEN SERVICES <dragan@...> > Bonjour, > > J'ai un soucis de mise à jour du patch concernant la librarie openSSL. > tout se deroule normalement lors de la première phase: > > cd /usr/src > patch -p0 < patch/012_openssl.patch > > cd lib/libssl > make depend > make includes > make > make install > cd ../../sbin > make obj > make depend > make <----------------------Le make ne fonctionne pas ! > make install > > voici un extrait du retour de compilation (commande make): > > /usr/src/sbin/bioctl/bioctl.c:742: error: dereferencing pointer to > incomplete type > /usr/src/sbin/bioctl/bioctl.c:742: error: `SR_CRYPTOKDF_KEY' undeclared > (first use in this function) > /usr/src/sbin/bioctl/bioctl.c:742: error: `SR_CRYPTOKDF_HINT' undeclared > (first use in this function) > /usr/src/sbin/bioctl/bioctl.c:745: error: dereferencing pointer to > incomplete type > /usr/src/sbin/bioctl/bioctl.c:745: error: dereferencing pointer to > incomplete type > /usr/src/sbin/bioctl/bioctl.c:747: error: dereferencing pointer to > incomplete type > /usr/src/sbin/bioctl/bioctl.c:748: error: dereferencing pointer to > incomplete type > /usr/src/sbin/bioctl/bioctl.c:748: error: dereferencing pointer to > incomplete type > /usr/src/sbin/bioctl/bioctl.c:749: error: dereferencing pointer to > incomplete type > /usr/src/sbin/bioctl/bioctl.c:749: error: dereferencing pointer to > incomplete type > /usr/src/sbin/bioctl/bioctl.c: In function `bio_deleteraid': > /usr/src/sbin/bioctl/bioctl.c:830: error: storage size of `bd' isn't known > /usr/src/sbin/bioctl/bioctl.c:835: error: `BIOCDELETERAID' undeclared > (first use in this function) > *** Error code 1 > > Stop in /usr/src/sbin/bioctl (line 92 of /usr/share/mk/sys.mk). > *** Error code 1 > > Stop in /usr/src/sbin (line 48 of /usr/share/mk/bsd.subdir.mk). > > > Merci pour votre aide. > > Dragan > > > ________________________________ > French OpenBSD mailing list > misc@... > http://www.openbsd-france.org/ml > > |
|
|
Re: Patch OpenSSLJe suis sous 4.4
Pourtant je n'es pas de RAID sur le serveur. Bizarre... julien c a écrit : > Aucun soucis pour ma part pour un 4.3. > > 2009/4/9 Dragan MILIC - NET OPEN SERVICES <dragan@...> > > >> Bonjour, >> >> J'ai un soucis de mise à jour du patch concernant la librarie openSSL. >> tout se deroule normalement lors de la première phase: >> >> cd /usr/src >> patch -p0 < patch/012_openssl.patch >> >> cd lib/libssl >> make depend >> make includes >> make >> make install >> cd ../../sbin >> make obj >> make depend >> make <----------------------Le make ne fonctionne pas ! >> make install >> >> voici un extrait du retour de compilation (commande make): >> >> /usr/src/sbin/bioctl/bioctl.c:742: error: dereferencing pointer to >> incomplete type >> /usr/src/sbin/bioctl/bioctl.c:742: error: `SR_CRYPTOKDF_KEY' undeclared >> (first use in this function) >> /usr/src/sbin/bioctl/bioctl.c:742: error: `SR_CRYPTOKDF_HINT' undeclared >> (first use in this function) >> /usr/src/sbin/bioctl/bioctl.c:745: error: dereferencing pointer to >> incomplete type >> /usr/src/sbin/bioctl/bioctl.c:745: error: dereferencing pointer to >> incomplete type >> /usr/src/sbin/bioctl/bioctl.c:747: error: dereferencing pointer to >> incomplete type >> /usr/src/sbin/bioctl/bioctl.c:748: error: dereferencing pointer to >> incomplete type >> /usr/src/sbin/bioctl/bioctl.c:748: error: dereferencing pointer to >> incomplete type >> /usr/src/sbin/bioctl/bioctl.c:749: error: dereferencing pointer to >> incomplete type >> /usr/src/sbin/bioctl/bioctl.c:749: error: dereferencing pointer to >> incomplete type >> /usr/src/sbin/bioctl/bioctl.c: In function `bio_deleteraid': >> /usr/src/sbin/bioctl/bioctl.c:830: error: storage size of `bd' isn't known >> /usr/src/sbin/bioctl/bioctl.c:835: error: `BIOCDELETERAID' undeclared >> (first use in this function) >> *** Error code 1 >> >> Stop in /usr/src/sbin/bioctl (line 92 of /usr/share/mk/sys.mk). >> *** Error code 1 >> >> Stop in /usr/src/sbin (line 48 of /usr/share/mk/bsd.subdir.mk). >> >> >> Merci pour votre aide. >> >> Dragan >> >> >> ________________________________ >> French OpenBSD mailing list >> misc@... >> http://www.openbsd-france.org/ml >> >> >> > > ________________________________ French OpenBSD mailing list misc@... http://www.openbsd-france.org/ml |
| Free embeddable forum powered by Nabble | Forum Help |