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

"make" fail. CentOS 6.3 #834

Closed
svaur opened this issue Jun 29, 2013 · 1 comment
Closed

"make" fail. CentOS 6.3 #834

svaur opened this issue Jun 29, 2013 · 1 comment

Comments

@svaur
Copy link

svaur commented Jun 29, 2013

Hello!
i have a problem with compille HipHop:
make
[ 5%] Built target folly
[ 6%] Built target double-conversion
[ 6%] Built target gen-class-map
[ 6%] Built target hphp_system
[ 6%] Built target afdt
[ 6%] Built target sqlite3
[ 14%] Built target mbfl
[ 15%] Built target timelib
[ 15%] Built target lz4
[ 63%] Built target hphp_runtime_static
[ 63%] Built target gen-ext-hhvm
[ 63%] Built target gen-infotabs
[ 73%] Built target hphp_analysis
[ 73%] Building CXX object hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/ext_hhvm_infotabs.cpp.o
/home/ec2-user/dev/hiphop-php/hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp:4394:45: error: ‘fh_apache_note’ was not declared in this scope
/home/ec2-user/dev/hiphop-php/hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp:4395:67: error: ‘fh_apache_request_headers’ was not declared in this scope
/home/ec2-user/dev/hiphop-php/hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp:4396:69: error: ‘fh_apache_response_headers’ was not declared in this scope
/home/ec2-user/dev/hiphop-php/hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp:4397:49: error: ‘fh_apache_setenv’ was not declared in this scope
/home/ec2-user/dev/hiphop-php/hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp:4398:49: error: ‘fh_getallheaders’ was not declared in this scope
/home/ec2-user/dev/hiphop-php/hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp:4399:37: error: ‘fh_virtual’ was not declared in this scope
/home/ec2-user/dev/hiphop-php/hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp:4400:57: error: ‘fh_apache_get_config’ was not declared in this scope
/home/ec2-user/dev/hiphop-php/hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp:4401:65: error: ‘fh_apache_get_scoreboard’ was not declared in this scope
/home/ec2-user/dev/hiphop-php/hphp/runtime/ext_hhvm/ext_hhvm_infotabs.cpp:4402:71: error: ‘fh_apache_get_rewrite_rules’ was not declared in this scope
make[2]: *** [hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/ext_hhvm_infotabs.cpp.o] Error 1
make[1]: *** [hphp/runtime/ext_hhvm/CMakeFiles/ext_hhvm_static.dir/all] Error 2
make: *** [all] Error 2

umane -a

Linux ip-10.10.10.10 2.6.32-358.11.1.el6.x86_64 #1 SMP Wed Jun 12 03:34:52 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

gcc -v

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/gcc/libexec/gcc/x86_64-unknown-linux-gnu/4.6.3/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ./configure —prefix=/usr/local/gcc -enable-threads=posix -disable-checking -disable-multilib -enable-languages=c,c++ -with-gmp=/usr/local/gmp -with-mpfr=/usr/local/mpfr/ -with-mpc=/usr/local/mpc/
Thread model: posix
gcc version 4.6.3 (GCC)

how to fix this problem?

@svaur
Copy link
Author

svaur commented Jun 30, 2013

re "make" helped
thanks!

@svaur svaur closed this as completed Jun 30, 2013
facebook-github-bot pushed a commit that referenced this issue Oct 16, 2024
Summary:
# Motivation

And if there is one is one design mistake Rust ecosystem made, it is making [`group_by` weird](rust-itertools/itertools#374) and possible for users to, quote:

> I spent several hours debugging my code written using the group_by function.

Luckily for internal users, the build tooling responds accordingly and fails build for all usages of deprecated API. Thus, there is a need to adjust all of them manually.

# [Release notes](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md#0130)

### Breaking
- Removed implementation of `DoubleEndedIterator` for `ConsTuples` (#853)
- Made `MultiProduct` fused and fixed on an empty iterator (#835, #834)
- Changed `iproduct!` to return tuples for maxi one iterator too (#870)
- Changed `PutBack::put_back` to return the old value (#880)
- Removed deprecated `repeat_call, Itertools::{foreach, step, map_results, fold_results}` (#878)
- Removed `TakeWhileInclusive::new` (#912)

NOTE: Quick search didn't tell me anything related to breaking changes above, CI will tell. And, of course, scream to me if it breaks your personal build.

Reviewed By: anps77

Differential Revision: D64306014

fbshipit-source-id: 881ac716e1dc23968d4a28000fdaccdbf9097ec2
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

1 participant