TP> I have tried to build libvuurmuur for x86_64, but get an error:
TP> Processing files: libvuurmuur-0.5.71-1
TP> error: File not found by glob:
TP> /var/tmp/libvuurmuur-0.5.71-root/usr/lib/libvuurmuur*
TP> error: File not found:
TP> /var/tmp/libvuurmuur-0.5.71-root/usr/lib/vuurmuur
TP> RPM build errors:
TP> user alex does not exist - using root
TP> user alex does not exist - using root
TP> File not found by glob:
TP> /var/tmp/libvuurmuur-0.5.71-root/usr/lib/libvuurmuur*
TP> File not found: /var/tmp/libvuurmuur-0.5.71-root/usr/lib/vuurmuur
TP> I have not taken a look at the spec file, but maybe Alex has a clue what
TP> causes this error.
TP> Tiger!P
TP> P.S. I have not tried the other packages, because I think they depend on
TP> the libvuurmuur-devel.
Hello Tiger!P,
I can't give you exact answer so as i test it (.src.rpm) on SuSE and FC
and all work fine but you don't write what system you use. What means
"(was Fedora Core 5 and OpenSuse 10.1 packages)" phrase in your letter
subject? '.src.rpm' packages single for all distros.
But i think that matter with how work pathname expansion algorithm
(* symbol in this case) on your system.
I check on 'bash' and found that for switch off pathname expansion
you can run:
set -o noglob (same as 'set -f')
Then all settings you can see with:
echo $-
I give such results when play with this option:
:~> ls
bin Desktop Documents music.raw public_html test xine-out.wav
:~> ls x*
xine-out.wav
:~> set -f
:~> ls x*
/bin/ls: x*: No such file or directory
:~> set +f
:~> ls x*
xine-out.wav
But very strange that you have this problem.
What system, shell, rpm version you use?
Regards,
Alex
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Vuurmuur-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vuurmuur-users