Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File conflict on 32bit #9

Closed
Vogtinator opened this issue Aug 2, 2018 · 1 comment
Closed

File conflict on 32bit #9

Vogtinator opened this issue Aug 2, 2018 · 1 comment

Comments

@Vogtinator
Copy link

Vogtinator commented Aug 2, 2018

Works fine on 64bit, which meant that it worked fine here.

The kmscon binary is installed as /usr/lib/kmscon, but the modules end up in /usr/lib/kmscon/. Having a file as a directory doesn't work...

I guess moving the binary to /usr/lib/kmscon/kmscon is the easiest fix.

[   65s] + make install DESTDIR=/home/abuild/rpmbuild/BUILDROOT/kmscon-8.1~1532533639-1.1.i386
[   65s] Making install in .
[   65s]  /usr/bin/mkdir -p '/home/abuild/rpmbuild/BUILDROOT/kmscon-8.1~1532533639-1.1.i386/usr/bin'
[   65s]  /usr/bin/install -c scripts/kmscon '/home/abuild/rpmbuild/BUILDROOT/kmscon-8.1~1532533639-1.1.i386/usr/bin'
[   65s]  /usr/bin/mkdir -p '/home/abuild/rpmbuild/BUILDROOT/kmscon-8.1~1532533639-1.1.i386/usr/lib'
[   65s]   /bin/sh ./libtool   --mode=install /usr/bin/install -c kmscon '/home/abuild/rpmbuild/BUILDROOT/kmscon-8.1~1532533639-1.1.i386/usr/lib'
[   65s] libtool: install: /usr/bin/install -c kmscon /home/abuild/rpmbuild/BUILDROOT/kmscon-8.1~1532533639-1.1.i386/usr/lib/kmscon
[   65s]  /usr/bin/mkdir -p '/home/abuild/rpmbuild/BUILDROOT/kmscon-8.1~1532533639-1.1.i386/usr/share/man/man1'
[   65s]  /usr/bin/install -c -m 644 docs/man/kmscon.1 '/home/abuild/rpmbuild/BUILDROOT/kmscon-8.1~1532533639-1.1.i386/usr/share/man/man1'
[   65s]  /usr/bin/mkdir -p '/home/abuild/rpmbuild/BUILDROOT/kmscon-8.1~1532533639-1.1.i386/usr/lib/kmscon'
[   65s] /usr/bin/mkdir: cannot create directory '/home/abuild/rpmbuild/BUILDROOT/kmscon-8.1~1532533639-1.1.i386/usr/lib/kmscon': File exists
[   65s] make[2]: *** [Makefile:1352: install-moduleLTLIBRARIES] Error 1
[   65s] make[1]: *** [Makefile:2567: install-am] Error 2
[   65s] make: *** [Makefile:2260: install-recursive] Error 1
@Aetf Aetf closed this as completed in 188a960 Aug 20, 2018
@Aetf
Copy link
Owner

Aetf commented Aug 20, 2018

Thanks for the report! I'm really not good at autotools...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants