Mikael Ostensson | 17 May 2012 16:04
Picon

Error building util-linux on trunk


I just started to attempt to build with a custom target (Rene built
initial version for us)

Host system: Ubuntu 12.04
Package: base/util-linux [2.18 9.0-trunk]
Attached Error.log

Message during build:

checking whether to build static libraries... yes
./configure: line 11650: PKG_PROG_PKG_CONFIG: command not found
./configure: line 11673: syntax error near unexpected token `gtk-doc'
./configure: line 11673: `    PKG_CHECK_EXISTS(gtk-doc >= 1.10,,'
make: *** [config.status] Error 2
Due to previous errors, no 1-util-linux.log file!
(Try enabling xtrace in the config to track an error inside the build system.)

Am I missing something on the host system? This error was not straight
forward to me to resolve, and I need some help in this.

Thanks
Mikael

Mikael Ostensson | 17 May 2012 16:05
Picon

Re: Error building util-linux on trunk

forgot to attach log.

On Thu, May 17, 2012 at 10:04 AM, Mikael Ostensson <mikaelo <at> gmail.com> wrote:
> I just started to attempt to build with a custom target (Rene built
> initial version for us)
>
> Host system: Ubuntu 12.04
> Package: base/util-linux [2.18 9.0-trunk]
> Attached Error.log
>
> Message during build:
>
> checking whether to build static libraries... yes
> ./configure: line 11650: PKG_PROG_PKG_CONFIG: command not found
> ./configure: line 11673: syntax error near unexpected token `gtk-doc'
> ./configure: line 11673: `    PKG_CHECK_EXISTS(gtk-doc >= 1.10,,'
> make: *** [config.status] Error 2
> Due to previous errors, no 1-util-linux.log file!
> (Try enabling xtrace in the config to track an error inside the build system.)
>
> Am I missing something on the host system? This error was not straight
> forward to me to resolve, and I need some help in this.
>
>
> Thanks
> Mikael
Attachment (ERROR-LOG): application/octet-stream, 79 KiB
forgot to attach log.
(Continue reading)

Mikael Ostensson | 17 May 2012 17:12
Picon

Re: Error building util-linux on trunk

BTW the file was generated by autoconf 2.68
I have attached the generated Configure file.

On Thu, May 17, 2012 at 10:05 AM, Mikael Ostensson <mikaelo <at> gmail.com> wrote:
> forgot to attach log.
>
> On Thu, May 17, 2012 at 10:04 AM, Mikael Ostensson <mikaelo <at> gmail.com> wrote:
>> I just started to attempt to build with a custom target (Rene built
>> initial version for us)
>>
>> Host system: Ubuntu 12.04
>> Package: base/util-linux [2.18 9.0-trunk]
>> Attached Error.log
>>
>> Message during build:
>>
>> checking whether to build static libraries... yes
>> ./configure: line 11650: PKG_PROG_PKG_CONFIG: command not found
>> ./configure: line 11673: syntax error near unexpected token `gtk-doc'
>> ./configure: line 11673: `    PKG_CHECK_EXISTS(gtk-doc >= 1.10,,'
>> make: *** [config.status] Error 2
>> Due to previous errors, no 1-util-linux.log file!
>> (Try enabling xtrace in the config to track an error inside the build system.)
>>
>> Am I missing something on the host system? This error was not straight
>> forward to me to resolve, and I need some help in this.
>>
>>
>> Thanks
>> Mikael
(Continue reading)

Mikael Ostensson | 17 May 2012 18:25
Picon

Re: Error building util-linux on trunk- found the issue, but see inside for new issue.

Ok found out what the problem was: pkgconfig had not been built.

However that package in turn had been commented out due to failure to
find glib.h etc...in stage 0
After creating a few symlinks I passed stage 0, but now it fails in
stage 1 with:

!> configure: error: pkg-config and glib-2.0 not found, please set
GLIB_CFLAGS and GLIB_LIBS to the correct values.

Full log attached.

On Thu, May 17, 2012 at 11:12 AM, Mikael Ostensson <mikaelo <at> gmail.com> wrote:
> BTW the file was generated by autoconf 2.68
> I have attached the generated Configure file.
>
> On Thu, May 17, 2012 at 10:05 AM, Mikael Ostensson <mikaelo <at> gmail.com> wrote:
>> forgot to attach log.
>>
>> On Thu, May 17, 2012 at 10:04 AM, Mikael Ostensson <mikaelo <at> gmail.com> wrote:
>>> I just started to attempt to build with a custom target (Rene built
>>> initial version for us)
>>>
>>> Host system: Ubuntu 12.04
>>> Package: base/util-linux [2.18 9.0-trunk]
>>> Attached Error.log
>>>
>>> Message during build:
>>>
>>> checking whether to build static libraries... yes
(Continue reading)


Gmane