GNU bug report logs - #12063
build error

Previous Next

Package: libtool;

Reported by: Karsten Rodenacker <karo13de <at> me.com>

Date: Fri, 27 Jul 2012 01:44:01 UTC

Severity: normal

Done: Mike Frysinger <vapier <at> gentoo.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 12063 in the body.
You can then email your comments to 12063 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-libtool <at> gnu.org:
bug#12063; Package libtool. (Fri, 27 Jul 2012 01:44:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Karsten Rodenacker <karo13de <at> me.com>:
New bug report received and forwarded. Copy sent to bug-libtool <at> gnu.org. (Fri, 27 Jul 2012 01:44:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Karsten Rodenacker <karo13de <at> me.com>
To: bug-libtool <at> gnu.org
Subject: build error
Date: Fri, 27 Jul 2012 00:58:38 +0200
I am trying to install (with homebrew) libtool (as a dependent of mind) and get a compile error

libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I./libsrc -I./volume_io/Include -I./volume_io/Include -I./progs/Proglib -I./conversion/Acr_nema -I./libsrc2 -isystem /usr/local/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c libsrc2/grpattr.c -o libsrc2/grpattr.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./libsrc -I./volume_io/Include -I./volume_io/Include -I./progs/Proglib -I./conversion/Acr_nema -I./libsrc2  -isystem /usr/local/include  -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o libsrc2/hyper.lo libsrc2/hyper.c
libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I./libsrc -I./volume_io/Include -I./volume_io/Include -I./progs/Proglib -I./conversion/Acr_nema -I./libsrc2 -isystem /usr/local/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c libsrc2/hyper.c  -fno-common -DPIC -o libsrc2/.libs/hyper.o
libsrc2/hyper.c:773:4: error: non-void function 'miget_real_value_hyperslab' should return a value [-Wreturn-type]
          return;
          ^
1 error generated.
make[1]: *** [libsrc2/hyper.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [install-recursive] Error 1


==> Build Environment
HOMEBREW_VERSION: 0.9.2
HEAD: affc4c88ff92a8ff83b468fa8e5a9892e98a80e2
CPU: dual-core 64-bit penryn
OS X: 10.8-x86_64
Xcode: 4.4
CLT: 4.4.0.0.1.1249367152
X11:  @ /opt/X11
CC: /usr/bin/clang
CXX: /usr/bin/clang++ => /usr/bin/clang
LD: /usr/bin/clang
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8
CPPFLAGS: -isystem /usr/local/include
LDFLAGS: -L/usr/local/lib
MACOSX_DEPLOYMENT_TARGET: 10.8
MAKEFLAGS: -j2
Error: Failed executing: make install (minc.rb:25)

regards
Karsten




Information forwarded to bug-libtool <at> gnu.org:
bug#12063; Package libtool. (Wed, 17 Jan 2024 06:45:03 GMT) Full text and rfc822 format available.

Message #8 received at 12063 <at> debbugs.gnu.org (full text, mbox):

From: Mike Frysinger <vapier <at> gentoo.org>
To: Karsten Rodenacker <karo13de <at> me.com>
Cc: 12063 <at> debbugs.gnu.org, bug-libtool <at> gnu.org
Subject: Re: build error
Date: Wed, 17 Jan 2024 06:44:10 +0000 (UTC)
On Fri, 27 Jul 2012 00:58:38 +0200, Karsten Rodenacker wrote:
> I am trying to install (with homebrew) libtool (as a dependent of mind) and get a compile error
>
> libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I./libsrc -I./volume_io/Include -I./volume_io/Include -I./progs/Proglib -I./conversion/Acr_nema -I./libsrc2 -isystem /usr/local/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c libsrc2/grpattr.c -o libsrc2/grpattr.o >/dev/null 2>&1
> /bin/sh ./libtool --tag=CC   --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I./libsrc -I./volume_io/Include -I./volume_io/Include -I./progs/Proglib -I./conversion/Acr_nema -I./libsrc2  -isystem /usr/local/include  -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o libsrc2/hyper.lo libsrc2/hyper.c
> libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I./libsrc -I./volume_io/Include -I./volume_io/Include -I./progs/Proglib -I./conversion/Acr_nema -I./libsrc2 -isystem /usr/local/include -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c libsrc2/hyper.c  -fno-common -DPIC -o libsrc2/.libs/hyper.o
> libsrc2/hyper.c:773:4: error: non-void function 'miget_real_value_hyperslab' should return a value [-Wreturn-type]
>           return;
>           ^
> 1 error generated.
> make[1]: *** [libsrc2/hyper.lo] Error 1
> make[1]: *** Waiting for unfinished jobs....
> make: *** [install-recursive] Error 1

sorry, but this project is not libtool code
-mike




bug closed, send any further explanations to 12063 <at> debbugs.gnu.org and Karsten Rodenacker <karo13de <at> me.com> Request was from Mike Frysinger <vapier <at> gentoo.org> to control <at> debbugs.gnu.org. (Wed, 17 Jan 2024 06:45:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 14 Feb 2024 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 84 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.