Opened 12 years ago
Closed 2 years ago
#8515 closed defect (invalid)
Experimental package frobby-0.7.6 fails to install on Solaris 10 SPARC
Reported by: | drkirkby | Owned by: | tbd |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | porting: Solaris | Keywords: | frobby, solaris |
Cc: | slelievre, chapoton | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Hardware & associated software
- Sun Blade 1000
- 2 x 900 MHz UltraSPARC III+ CPUs
- 2 GB RAM
- Solaris 10 03/2005 (first release of Solaris 10)
- gcc 4.4.3 (uses Sun linker and assembler)
Sage version
- 4.3.4.alpha1
- Patch #8509 removing the -o option to grep to allow optional packages to install.
This builds fully on Solaris 10, and passes all doc tests. This is the first version of Sage to do this.
The problem with the optional frobby-0.7.6
frobby-0.7.6/src/test/transform/t3.gen.m2 frobby-0.7.6/src/test/transform/t3.gen.nm Finished extraction **************************************************** Host system uname -a: SunOS redstart 5.10 Generic sun4u sparc SUNW,Sun-Blade-1000 **************************************************** **************************************************** CC Version gcc -v Using built-in specs. Target: sparc-sun-solaris2.10 Configured with: ../gcc-4.4.3/configure --prefix=/usr/local/gcc-4.4.3 --with-mpfr=/usr/local/gcc-4.4.3 --with-build-time-tools=/usr/ccs/bin --with-gmp=/usr/local/gcc-4.4.3 --enable-languages=c,c++,fortran Thread model: posix gcc version 4.4.3 (GCC) **************************************************** g++ -Wall -ansi -pedantic -Wextra -Wno-uninitialized -Wno-unused-parameter -Werror -isystem /export/home/drkirkby/sage-4.3.4.alpha1/local/include -O3 -c src/main.cpp -o bin/release/main.o src/main.cpp: In function 'int main(int, const char**)': src/main.cpp:30: error: 'srand' was not declared in this scope make: *** [bin/release/main.o] Error 1 Error building Frobby. real 0m2.093s user 0m1.446s sys 0m0.156s sage: An error occurred while installing frobby-0.7.6
Change History (10)
comment:1 Changed 12 years ago by
- Description modified (diff)
comment:2 Changed 10 years ago by
- Summary changed from Optional package frobby-0.7.6 fails to install on Solaris 10 SPARC to Experimental package frobby-0.7.6 fails to install on Solaris 10 SPARC
comment:3 Changed 9 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:4 Changed 8 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:5 Changed 8 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:6 Changed 8 years ago by
- Milestone changed from sage-6.3 to sage-6.4
comment:7 Changed 5 years ago by
- Component changed from packages: optional to packages: experimental
comment:8 Changed 4 years ago by
- Cc slelievre added
- Component changed from packages: experimental to porting: Solaris
- Keywords frobby solaris added
- Milestone changed from sage-6.4 to sage-wishlist
- Status changed from new to needs_info
comment:9 Changed 2 years ago by
- Cc chapoton added
- Milestone changed from sage-wishlist to sage-duplicate/invalid/wontfix
- Status changed from needs_info to needs_review
We should close this ticket as outdated.
comment:10 Changed 2 years ago by
- Resolution set to invalid
- Status changed from needs_review to closed
Note: See
TracTickets for help on using
tickets.
We now have a new version of Frobby at #13007. Also, frobby is currently only experimental, not optional, due in part to this issue.