[Gambas-user] Building from source this happens with configure -C

sbungay sbungay at smartsonsite.com
Wed Jul 27 20:19:42 CEST 2022


Linux Mint 19.3 Tricia (Based on UBUNTU Bionic)
Kernel: 5.4.0-122-generic
GNOME 3.28.2

I've applied the package dependency list for Ubuntu Bionic (18.04). No 
problem there.

On running ./configure -C I start to see errors towards the end (or what 
I think is the end).  Then start to see permission denied messages and 
it all goes to he** after that.

It looks like there is a permissions issue, but the ./configure -C is 
being run as me (not as root and not using sudo), in a directory my UID 
and GID have full access to.

P.S. I've also tried using sudo to configure things and get the same 
error. It's as if another GroupID is being used and doesn't have  rights.

checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports 
shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for libintl headers... ./configure: line 18935: cd: too many 
arguments
/usr/include/
checking for libintl libraries... no
configure: WARNING: Unable to find file: libintl.so
./configure: line 19108: ./warnings.log: Permission denied
touch: cannot touch 'DISABLED.libintl': Permission denied
touch: cannot touch 'FAILED': Permission denied
configure: WARNING: Cannot find 'libintl' library. It may be located 
inside the system C library
./configure: line 19168: ./warnings.log: Permission denied
checking for libiconv headers... /usr/include/
checking for libiconv libraries... no
configure: WARNING: Unable to find file: libiconv.so
./configure: line 19477: ./warnings.log: Permission denied
touch: cannot touch 'DISABLED.libiconv': Permission denied
touch: cannot touch 'FAILED': Permission denied
configure: WARNING: Cannot find 'libiconv' library. It may be merged 
inside the system C library
./configure: line 19537: ./warnings.log: Permission denied
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
cp: cannot create regular file 'warnings.log.before': Permission denied
checking for libffi component with pkg-config... ./configure: line 
20049: confdefs.h: Permission denied
OK
checking for gb.inotify headers... /usr/include/x86_64-linux-gnu/
checking for gb.inotify libraries...
./configure: line 21145: confdefs.h: Permission denied
./configure: line 21194: confdefs.h: Permission denied
checking for xdg-mime... xdg-mime
./configure: line 21251: confcache: Permission denied
./configure: line 21312: confcache: Permission denied
configure: not updating unwritable cache ../config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
./configure: line 21416: ./config.status: Permission denied
./configure: line 21430: ./config.status: Permission denied
./configure: line 21800: ./config.status: Permission denied
./configure: line 21828: ./config.status: Permission denied
./configure: line 21836: ./config.status: Permission denied
./configure: line 21869: ./config.status: Permission denied
./configure: line 21888: ./config.status: Permission denied
./configure: line 21965: ./config.status: Permission denied
./configure: line 21976: ./config.status: Permission denied
./configure: line 21987: ./config.status: Permission denied
./configure: line 22378: ./config.status: Permission denied
./configure: line 22490: conf12544subs.sh: Permission denied
configure: error: could not make ./config.status
rm: cannot remove './config.status': Permission denied
configure: error: ./configure failed for main--


Steve.


More information about the User mailing list