[Gelistirici] hal sorunu.

fethi fethi at linux-sevenler.org
27 Ağu 2006 Paz 10:19:35 EEST


Paket geliştirme deposunda yapılan değişikliklerin otomatik olarak
iletildiği teknik bir listedir. Yalnızca geliştiricilerin üye olması
tavsiye edilir. Listeye sadece SVN hesabı olan geliştiricilerin yazma
hakkı vardır

Merhaba
Gnome paketlerinden gnome-mount bağımlılıklarından olan hal 0.5.7 sürümü ve ya 
üstünü derlemek için 
(http://svn.pardus.org.tr/pardus/devel/desktop/freedesktop/hal/pspec.xml) 
deki 0.5.8_20060816 sürümünü derlemeye çalıştığımda şu şekilde bir hata 
alıyorum.
--------------------------------------------------------------------
checking for VOLUME_ID... configure: error: Package requirements (libvolume_id 
>= 0.66) were not met:

No package 'libvolume_id' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables VOLUME_ID_CFLAGS
and VOLUME_ID_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
--------------------------------------------------------------------
sonra
    shelltools.export("VOLUME_ID_LIBS", "/usr/lib/pkgconfig")
    shelltools.export("VOLUME_ID_CFLAGS", "/usr/lib/pkgconfig")

satırlarını actions.py ekledim bu seferde 
-----------------------------------------------------
       then mv -f ".deps/probe-storage.Tpo" ".deps/probe-storage.Po"; else 
rm -f ".deps/probe-storage.Tpo"; exit 1; fi
probe-storage.c:45:26: libvolume_id.h: No such file or directory
probe-storage.c: In function `main':
probe-storage.c:135: error: `volume_id_log_fn' undeclared (first use in this 
function)
probe-storage.c:135: error: (Each undeclared identifier is reported only once
probe-storage.c:135: error: for each function it appears in.)
probe-storage.c:407: warning: implicit declaration of function 
`volume_id_open_fd'
probe-storage.c:407: warning: nested extern declaration of `volume_id_open_fd'
probe-storage.c:407: warning: assignment makes pointer from integer without a 
cast
probe-storage.c:411: error: dereferencing pointer to incomplete type
probe-storage.c:414: warning: implicit declaration of function 
`volume_id_probe_all'
probe-storage.c:414: warning: nested extern declaration of 
`volume_id_probe_all'
probe-storage.c:419: error: dereferencing pointer to incomplete type
probe-storage.c:419: error: `VOLUME_ID_FILESYSTEM' undeclared (first use in 
this function)
probe-storage.c:420: error: dereferencing pointer to incomplete type
probe-storage.c:420: error: `VOLUME_ID_RAID' undeclared (first use in this 
function)
probe-storage.c:421: error: dereferencing pointer to incomplete type
probe-storage.c:421: error: `VOLUME_ID_OTHER' undeclared (first use in this 
function)
probe-storage.c:422: error: dereferencing pointer to incomplete type
probe-storage.c:422: error: `VOLUME_ID_CRYPTO' undeclared (first use in this 
function)
probe-storage.c:427: warning: implicit declaration of function 
`volume_id_close'
probe-storage.c:427: warning: nested extern declaration of `volume_id_close'
probe-storage.c: At top level:
shared.h:77: warning: 'drop_privileges' defined but not used
shared.h:122: warning: 'hal_set_proc_title_init' defined but not used
shared.h:153: warning: 'hal_set_proc_title' defined but not used
probe-storage.c:64: warning: 'strdup_valid_utf8' defined but not used
make[5]: *** [probe-storage.o] Hata 1
make[5]: 
`/var/tmp/pisi/hal-0.5.8_20060816-20/work/hal-0.5.8_git20060816/hald/linux2/probing' 
dizininden çıkılıyor
make[4]: *** [all-recursive] Hata 1
make[4]: 
`/var/tmp/pisi/hal-0.5.8_20060816-20/work/hal-0.5.8_git20060816/hald/linux2' 
dizininden çıkılıyor
make[3]: *** [all-recursive] Hata 1
make[3]: `/var/tmp/pisi/hal-0.5.8_20060816-20/work/hal-0.5.8_git20060816/hald' 
dizininden çıkılıyor
make[2]: *** [all] Hata 2
make[2]: `/var/tmp/pisi/hal-0.5.8_20060816-20/work/hal-0.5.8_git20060816/hald' 
dizininden çıkılıyor
make[1]: *** [all-recursive] Hata 1
make[1]: `/var/tmp/pisi/hal-0.5.8_20060816-20/work/hal-0.5.8_git20060816' 
dizininden çıkılıyor
make: *** [all] Hata 2
DEBUG: "make -j1" için dönüş değeri 2
-----------------------------------------------------

sorun benim sistemden mı kaynaklanıyor yoksa develdeki hal paketi hatalı mı? 

tşkler.

Pazartesi 21 Ağustos 2006 19:44 tarihinde, paketler-uludag at uludag.org.tr 
şunları yazmıştı: 
> Author: caglar
> Date: Mon Aug 21 19:44:02 2006
> New Revision: 10645
>
> Added:
>    devel/desktop/freedesktop/hal/files/hal-fix-uwh-to-mwh.patch
> Modified:
>    devel/desktop/freedesktop/hal/pspec.xml
> Log:
> fix wrong conversion for mAh to mWh
>
> Modified: devel/desktop/freedesktop/hal/pspec.xml
> =================================================================
> --- devel/desktop/freedesktop/hal/pspec.xml	(original)
> +++ devel/desktop/freedesktop/hal/pspec.xml	Mon Aug 21 19:44:02 2006
> @@ -42,6 +42,7 @@
>              <Patch level="1">hal-cleanup-includes.diff</Patch>
>              <Patch level="1">hal-fix-scsi.type.diff</Patch>
>              <Patch level="1">hal-policykit.patch</Patch>
> +            <Patch>hal-fix-uwh-to-mwh.patch</Patch>
>          </Patches>
>      </Source>
>
> @@ -75,6 +76,13 @@
>      </Package>
>
>      <History>
> +        <Update release="20">
> +            <Date>2006-08-21</Date>
> +            <Version>0.5.8_20060816</Version>
> +            <Comment>fix wrong conversion for mAh to mWh</Comment>
> +            <Name>S.Çağlar Onur</Name>
> +            <Email>caglar at pardus.org.tr</Email>
> +        </Update>
>          <Update release="19">
>              <Date>2006-08-19</Date>
>              <Version>0.5.8_20060816</Version>
> _______________________________________________
> Paketler-commits mailing list
> Paketler-commits at uludag.org.tr
> http://liste.uludag.org.tr/mailman/listinfo/paketler-commits



Gelistirici mesaj listesiyle ilgili daha fazla bilgi