Uzbl

Tasklist

FS#123 - builld problem config creating dirs on top of files & files on dirs...fails

Attached to Project: Uzbl
Opened by Athena W (Athena) - 2009-09-27 01:33:33 AM
Last edited by Anonymous Submitter - 2010-03-21 03:45:09 PM
Task Type Bug Report
Category uzbl-core
Status Closed
Assigned To No-one
Operating System Linux
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

I was trying to build the latest tarball when I ran into errors. I'm *NOT* saying this is necessarily a bug
specific to uzbl, as I've seen similar weirdness before on 'random' builds and products. I don't know
what causes it -- or if some products are expecting a different version of "something" than I have loaded,
or are not stating some requirement(s) clearly, or "?what?"...

I am filing this as a problem in the build on my system. If anyone has seen this or has a clue about why config
might be trying to write files on top of directories:

config.status: creating Makefile
rm: cannot remove Makefile: is a directory

or is trying to to create directories on top of files:

mkdir: cannot create directory `aterm.spec': File exists
config.status: error: cannot create directory "aterm.spec"

I might be able to solve this problem and others in the past. Note...this has occurred, 'off' and 'on'
for the past few years, and has persisted across OS upgrades (Suse 10.3->11.0->11.1), and a fresh install
onto a new machine. (also Suse 11.1). It *could* be something specific to SuSE, or just my system.
Dunno.

The messages, in context, are below...
seems to occur while running some configure script...

Thanks for any solutions...looks like an interesting cmdline tool to add to my cmdline 'arsenal'...:-)

-a



checking for lrand48... yes
checking for srand48... yes
configure: creating ./config.status
config.status: creating Makefile
rm: cannot remove `Makefile': Is a directory
config.status: creating aterm/Makefile
config.status: creating utils/Makefile
config.status: creating test/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/spec/Makefile
mkdir: cannot create directory `aterm.spec': File exists
config.status: error: cannot create directory "aterm.spec"
make[2]: *** [build-aterm] Error 1
make[2]: Leaving directory `/home/packages/build/nix-0.12/externals'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/packages/build/nix-0.12'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.95007 (%build)
--------
This task depends upon

Closed by  Anonymous Submitter
2010-03-21 03:45:09 PM
Reason for closing:  Won't fix
Additional comments about closing:  This doesn't seem to be a uzbl bug.

Loading...